dev-db/libxflaim: Bump live ebuild to working revision & delete old live ebuilds

(Portage version: 2.2.0_alpha26-r1/svn/Linux x86_64)

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@2843 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2011-03-05 06:40:17 +00:00
parent 5f2de69541
commit ff0c0a3da9
5 changed files with 11 additions and 74 deletions

View File

@ -1,7 +1,14 @@
# ChangeLog for dev-db/libxflaim
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*libxflaim-5.2_pre1112 (05 Mar 2011)
05 Mar 2011; Mario Fetka <mario.fetka@gmail.com>
-libxflaim-5.2_pre1084.ebuild, -libxflaim-5.2_pre1106.ebuild,
-libxflaim-5.2_pre1111.ebuild, +libxflaim-5.2_pre1112.ebuild:
Bump live ebuild to working revision & delete old live ebuilds
16 Jan 2010; Mario Fetka <mario.fetka@gmail.com>
+libxflaim-5.2_pre1111.ebuild:
Bump

View File

@ -1,5 +1,3 @@
EBUILD libxflaim-5.2_pre1084.ebuild 839 RMD160 7560a5b81d8aefc5d8551480016b7770b6fa8a74 SHA1 01dcef78f472534177e59e89e9896dcee775eb42 SHA256 973023caeec650605a810b32a227acac03f7990e72a084093af3d4e646fc024d
EBUILD libxflaim-5.2_pre1106.ebuild 866 RMD160 fcbafbeb7086c3c3979b3a138737ded08cf70d24 SHA1 6ee9d09635b1774dd39bc9a655fd577c9b75f469 SHA256 8e0623c2f496eb37081f02c08fd5d9898695bb1e17cb70e7b871b106606a1e38
EBUILD libxflaim-5.2_pre1111.ebuild 866 RMD160 8b72034bbeb2a2da2213e4bb0460db700856df0a SHA1 6795e51e68e43c9509ce2f542d453ec720e28a28 SHA256 fc7718a3a136ae6a0961fc2a54f6fc6a5a5bce8d566f9af4ce5544edd153f4e7
MISC ChangeLog 539 RMD160 06f2c28ee25cad2fcad1729939858d011a0b900e SHA1 0489cd11c130cd222ddc8bb141956a6be98fa83a SHA256 b48a39fff767a12e3a78923f7186fb01ba1a5a87a53a186de23ec726c05fa056
EBUILD libxflaim-5.2_pre1112.ebuild 866 RMD160 2fea16e86a4956ee612cf0b4a1c541f598206819 SHA1 e75b960959576af115cc9795082bed5abd5a9b32 SHA256 528830a096a023dced42a2fdba784b22831834e33053f765d0262c18776cdc23
MISC ChangeLog 822 RMD160 a04b7d27d2c2349091f7ab8e25e3195673aa25d7 SHA1 c7eff1994e2d43f9f17f44d3c592be301278e90c SHA256 a8ecdef20235b3f33484111620508ca167a9ebfa87a15970c35332657bc3ac3c
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -1,34 +0,0 @@
# 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"
}

View File

@ -1,34 +0,0 @@
# Copyright 1999-2010 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="static"
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 $(use_enable static) || 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"
}

View File

@ -1,4 +1,4 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $