dev-libs/libflaimtk: new point release

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@1404 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-07-24 20:57:40 +00:00
parent 290a28ad88
commit 9af78540d3
3 changed files with 46 additions and 1 deletions

View File

@ -2,6 +2,12 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*libflaimtk-1.2_pre1106 (24 Jul 2009)
24 Jul 2009; Mario Fetka <mario.fetka@gmail.com>
+libflaimtk-1.2_pre1106.ebuild:
new point release
19 Apr 2009; Mario Fetka <mario.fetka@gmail.com>
-files/libflaimtk-libtool.patch, libflaimtk-1.2_pre1084:
depend on >=libtool-2.2

View File

@ -1,3 +1,4 @@
EBUILD libflaimtk-1.2_pre1084.ebuild 910 RMD160 503bc5636bd3c36124ae221a665f4d7343b38295 SHA1 e330b0927c6b28c0187ef15d719d39edc1923b46 SHA256 63e062448363f7b56896d87e189523e0116c85b6ec89641b3ea6a49068932505
MISC ChangeLog 1764 RMD160 008dd05f0505c10cd2864efce639fc6847d88e93 SHA1 e4afd8fb97e44a409046373b6bd38d59d6575939 SHA256 91fe323714ceebefdd4537a327f2f5672c0d9420074ea5a94b8261a206fd9541
EBUILD libflaimtk-1.2_pre1106.ebuild 910 RMD160 503bc5636bd3c36124ae221a665f4d7343b38295 SHA1 e330b0927c6b28c0187ef15d719d39edc1923b46 SHA256 63e062448363f7b56896d87e189523e0116c85b6ec89641b3ea6a49068932505
MISC ChangeLog 1909 RMD160 d2fe5095b540c8ad4b2aa0d15c6ed887e80466f4 SHA1 154ef06f4302e11d936a4b564ec965ff9c67b968 SHA256 c8cb07ffb69442ac2f019f481a063710310eb45d86a2d8e09f629bf64a27d749
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -0,0 +1,38 @@
# 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/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="~x86 ~amd64"
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/*
}