dev-db/libxflaim: new point release
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@1407 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
cf2900d272
commit
33bcf0e34a
@ -2,6 +2,12 @@
|
|||||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
*libxflaim-5.2_pre1106 (24 Jul 2009)
|
||||||
|
|
||||||
|
24 Jul 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
+libxflaim-5.2_pre1106.ebuild:
|
||||||
|
new point release
|
||||||
|
|
||||||
19 Apr 2009; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
|
19 Apr 2009; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
|
||||||
initial checkin
|
initial checkin
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
EBUILD libxflaim-5.2_pre1084.ebuild 839 RMD160 7560a5b81d8aefc5d8551480016b7770b6fa8a74 SHA1 01dcef78f472534177e59e89e9896dcee775eb42 SHA256 973023caeec650605a810b32a227acac03f7990e72a084093af3d4e646fc024d
|
EBUILD libxflaim-5.2_pre1084.ebuild 839 RMD160 7560a5b81d8aefc5d8551480016b7770b6fa8a74 SHA1 01dcef78f472534177e59e89e9896dcee775eb42 SHA256 973023caeec650605a810b32a227acac03f7990e72a084093af3d4e646fc024d
|
||||||
MISC ChangeLog 198 RMD160 fe075f6fc8d75fb29e203fabb6b88ec43221a64a SHA1 41160e9be17295be99d8091c684e3aac8966546b SHA256 1d661c86ee79a3e56aa8c10d35f5e2a6e9a772624c7d9c26130e55a9c1a0a398
|
EBUILD libxflaim-5.2_pre1106.ebuild 839 RMD160 7560a5b81d8aefc5d8551480016b7770b6fa8a74 SHA1 01dcef78f472534177e59e89e9896dcee775eb42 SHA256 973023caeec650605a810b32a227acac03f7990e72a084093af3d4e646fc024d
|
||||||
|
MISC ChangeLog 341 RMD160 b1bbe438a480ea8b45a2c279b1cc3375bf7e5e47 SHA1 305b08751b14fc65222430e5eccfaa5eb1abf53a SHA256 88f2080a60149bb923c232025d8ba8232df4d4047586fea1d33835d05aaa82c0
|
||||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
||||||
|
34
dev-db/libxflaim/libxflaim-5.2_pre1106.ebuild
Normal file
34
dev-db/libxflaim/libxflaim-5.2_pre1106.ebuild
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Copyright 1999-2009 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI="2"
|
||||||
|
inherit autotools subversion
|
||||||
|
ESVN_REPO_URI="https://forgesvn1.novell.com/svn/flaim/trunk/xflaim/@${PV/5.2_pre/}"
|
||||||
|
|
||||||
|
DESCRIPTION="FLAIM is an acronym that stands for FLexible Adaptable Information Management."
|
||||||
|
HOMEPAGE="http://forge.novell.com/modules/xfmod/project/?flaim"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
KEYWORDS="~x86 ~amd64"
|
||||||
|
SLOT="0"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="sys-libs/ncurses
|
||||||
|
>=dev-libs/libflaimtk-1.2_pre${PV/5.2_pre/}"
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
>=sys-devel/libtool-2.2"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
eautoreconf -i
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
econf || die "configure failed"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
einstall || die "einstall failed"
|
||||||
|
rm -r "${D}"/usr/share/doc/xflaim || die "rm olddoc failed"
|
||||||
|
dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user