dev-db/libflaimsql: new point release

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@1406 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-07-24 20:59:25 +00:00
parent be11068ddf
commit cf2900d272
3 changed files with 42 additions and 1 deletions

View File

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

View File

@ -1,3 +1,4 @@
EBUILD libflaimsql-6.0_pre1084.ebuild 838 RMD160 96bd0b645399aa768618c5d9bb500e07c6c8085f SHA1 f2b121618ba455e2f856a4d4cb510863cd9e718b SHA256 3f9a5230fb348b449e836757a0dd03bd8e79b8bebd30f17730015e814fb11fcb
MISC ChangeLog 694 RMD160 ab2a121f10745ed7aad6f2feae1c1928d6f70fc0 SHA1 3fb4f923f75667c5329cd94dfaf398c283ffe186 SHA256 6b8fc9a9de88ccc4db71c308c39cbbfba6f4d7bd8d92de33d7925af7005f410a
EBUILD libflaimsql-6.0_pre1106.ebuild 838 RMD160 96bd0b645399aa768618c5d9bb500e07c6c8085f SHA1 f2b121618ba455e2f856a4d4cb510863cd9e718b SHA256 3f9a5230fb348b449e836757a0dd03bd8e79b8bebd30f17730015e814fb11fcb
MISC ChangeLog 841 RMD160 5e55767a76070be6f32c7acdd697b47d7cb8fd15 SHA1 057952b9501bf4bb9df008e43b3a7c85842d692a SHA256 95cd0fb59860d3daa22ef8b3480ce76ad8868de0e0ec2ee7cf49f0f5019f2b0f
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View 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/sql/@${PV/6.0_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/6.0_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/sqlflaim || die "rm olddoc failed"
dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
}