dev-libs/libflaimtk: Bump live ebuild to working revision

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

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@2840 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2011-03-05 06:33:26 +00:00
parent 18c8bb7cc2
commit d58e2b0240
7 changed files with 12 additions and 171 deletions

View File

@ -1,7 +1,15 @@
# ChangeLog for dev-libs/libflaimtk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*libflaimtk-1.2_pre1112 (05 Mar 2011)
05 Mar 2011; Mario Fetka <mario.fetka@gmail.com>
-libflaimtk-1.2_pre1084.ebuild, -libflaimtk-1.2_pre1106.ebuild,
-libflaimtk-1.2_pre1107.ebuild, -libflaimtk-1.2_pre1110.ebuild,
-libflaimtk-1.2_pre1111.ebuild, +libflaimtk-1.2_pre1112.ebuild:
Bump live ebuild to working revision
18 May 2010; Mario Fetka <mario.fetka@gmail.com>
libflaimtk-1.2_pre1084.ebuild, libflaimtk-1.2_pre1106.ebuild,
libflaimtk-1.2_pre1107.ebuild, libflaimtk-1.2_pre1110.ebuild,

View File

@ -1,7 +1,3 @@
EBUILD libflaimtk-1.2_pre1084.ebuild 915 RMD160 3db633142d23d6fafc05e218b619d5c6d132ba58 SHA1 c624705649c079c40a3a6295be4bbb2d3425a2e0 SHA256 d6fb97483e4d97a1b861b147495e5e2be96037a7643d759154bf9d50073ceff9
EBUILD libflaimtk-1.2_pre1106.ebuild 955 RMD160 d47eec66af63f1124d84c4083913683aeba5f9ee SHA1 dd8f95bbde4fa6a3fae9663013a24286c818f412 SHA256 a9b0aec02f3b8d074243fd021104a168515231500dc1504a7ecc7e97dea03c65
EBUILD libflaimtk-1.2_pre1107.ebuild 984 RMD160 73ee03cddc7dc1adf49f55527aea838f391477cf SHA1 6d536c1d35b3e718750359e223350054dd67e83d SHA256 ffd2130c650ae54020f9af5cc7d58da7019f015b80f48f320d648e40565ce4d2
EBUILD libflaimtk-1.2_pre1110.ebuild 970 RMD160 b91950bf685c86dc72a4741d5cd4035090206555 SHA1 440785efd91675951f1d1c62586d14c6afbdcb31 SHA256 4832fcbc6a9425f291de37c3f6e8c72a49aa48362b5973517ef099601b25f88f
EBUILD libflaimtk-1.2_pre1111.ebuild 970 RMD160 b91950bf685c86dc72a4741d5cd4035090206555 SHA1 440785efd91675951f1d1c62586d14c6afbdcb31 SHA256 4832fcbc6a9425f291de37c3f6e8c72a49aa48362b5973517ef099601b25f88f
MISC ChangeLog 2788 RMD160 fbd69419a1521e5be8be871d8a9db128faa18eee SHA1 a24b3c696b1ddbd54ec54109464dee8f6f9da5dd SHA256 985d63aecd2662e921dbd90248f5173bba5119355a851849a845f2651c4922a3
EBUILD libflaimtk-1.2_pre1112.ebuild 970 RMD160 6412e67b45e5af18b6ca16e71b75b1fe8bd9c496 SHA1 d795cfe4b59bce9c547aaba3341264d66b84a650 SHA256 c1c137a238fd2b53f32afe525e9c5e649aad284545d0ca5922c7087984f376e0
MISC ChangeLog 3116 RMD160 e2f9e0fd4f74314e8379ba607ebc9e9a347ae80c SHA1 934913c2049db66ebf9a0c84671167763b38ff51 SHA256 e5c9287ce03a225d80a2f27be8864f016193d67d90d0739029953df30003a5c9
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -1,38 +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/ftk/@${PV/1.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="~amd64 ~arm ~x86"
SLOT="0"
IUSE="ssl doc"
RDEPEND="sys-libs/ncurses
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.2
doc? ( app-doc/doxygen )"
src_prepare() {
eautoreconf -i
}
src_configure() {
econf $(use_enable ssl openssl) || die "configure failed"
}
src_install() {
einstall || die "einstall failed"
rm -r "${D}"/usr/share/doc/ftk || die "rm olddoc failed"
dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
use doc && dohtml -r docs/html/*
}

View File

@ -1,41 +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/ftk/@${PV/1.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="~amd64 ~arm ~x86"
SLOT="0"
IUSE="ssl doc static"
RDEPEND="sys-libs/ncurses
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.2
doc? ( app-doc/doxygen )"
src_prepare() {
eautoreconf -i
}
src_configure() {
econf \
$(use_enable static) \
$(use_enable ssl openssl) || die "configure failed"
}
src_install() {
einstall || die "einstall failed"
rm -r "${D}"/usr/share/doc/flaimtk || die "rm olddoc failed"
dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
use doc && dohtml -r docs/html/*
}

View File

@ -1,42 +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/ftk/@${PV/1.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="~amd64 ~arm ~x86"
SLOT="0"
IUSE="ssl doc static debug"
RDEPEND="sys-libs/ncurses
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.2
doc? ( app-doc/doxygen )"
src_prepare() {
eautoreconf -i
}
src_configure() {
econf \
$(use_enable static) \
$(use_enable debug) \
$(use_enable ssl openssl) || die "configure failed"
}
src_install() {
einstall || die "einstall failed"
rm -r "${D}"/usr/share/doc/flaimtk || die "rm olddoc failed"
dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
use doc && dohtml -r docs/html/*
}

View File

@ -1,42 +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://flaim.svn.sourceforge.net/svnroot/flaim/trunk/ftk/@${PV/1.2_pre/}"
DESCRIPTION="FLAIM is an acronym that stands for FLexible Adaptable Information Management."
HOMEPAGE="http://flaim.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~x86"
SLOT="0"
IUSE="ssl doc static debug"
RDEPEND="sys-libs/ncurses
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.2
doc? ( app-doc/doxygen )"
src_prepare() {
eautoreconf -i
}
src_configure() {
econf \
$(use_enable static) \
$(use_enable debug) \
$(use_enable ssl openssl) || die "configure failed"
}
src_install() {
einstall || die "einstall failed"
rm -r "${D}"/usr/share/doc/flaimtk || die "rm olddoc failed"
dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
use doc && dohtml -r docs/html/*
}

View File

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