dev-db/libflaimsql: 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@2842 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
da11bc063a
commit
5f2de69541
@ -1,7 +1,15 @@
|
||||
# ChangeLog for dev-db/libflaimsql
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
*libflaimsql-6.0_pre1112 (05 Mar 2011)
|
||||
|
||||
05 Mar 2011; Mario Fetka <mario.fetka@gmail.com>
|
||||
-libflaimsql-6.0_pre1084.ebuild, -libflaimsql-6.0_pre1106.ebuild,
|
||||
-libflaimsql-6.0_pre1107.ebuild, -libflaimsql-6.0_pre1110.ebuild,
|
||||
-libflaimsql-6.0_pre1111.ebuild, +libflaimsql-6.0_pre1112.ebuild:
|
||||
Bump live ebuild to working revision & delete old live ebuilds
|
||||
|
||||
18 May 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
libflaimsql-6.0_pre1084.ebuild, libflaimsql-6.0_pre1106.ebuild,
|
||||
libflaimsql-6.0_pre1107.ebuild, libflaimsql-6.0_pre1110.ebuild,
|
||||
|
@ -1,7 +1,3 @@
|
||||
EBUILD libflaimsql-6.0_pre1084.ebuild 843 RMD160 fe2b8ae05003bd9884c82fef49b370a0a4af37a7 SHA1 049b9e7165ada693c5184b152e3aee85faff186a SHA256 074e5b9933461391c4500de457115495e6f46c6b47be295b4464b4266c25ae80
|
||||
EBUILD libflaimsql-6.0_pre1106.ebuild 870 RMD160 4b5024cde71342ecd37e08e920bfca76981df7b2 SHA1 bad15f022f8f7331b80b5a8b327d62bf0a838541 SHA256 1b35cc61996d34365b5641b1d03161925b46009b3e1468d20caf34208cd166eb
|
||||
EBUILD libflaimsql-6.0_pre1107.ebuild 908 RMD160 a8d75f1c9336c0f8c536a07e419a3e1c1b598598 SHA1 332322de40e7ba686238c7bd8d1d7572f5d979f9 SHA256 4190f920fa5604663669a4d3e8ba1d0f0b114077e8fe92451d0d4f765a5087e3
|
||||
EBUILD libflaimsql-6.0_pre1110.ebuild 894 RMD160 f5c4ae6b7e5a703b1b80c5be077f0afe3caa621f SHA1 86c8f8e5cc5a4d9d2801dcf22ee812858eecbb54 SHA256 0b79326c9f781d2962395f8f63b62ebd071720279a1e028cf32948962a8bfc13
|
||||
EBUILD libflaimsql-6.0_pre1111.ebuild 894 RMD160 f5c4ae6b7e5a703b1b80c5be077f0afe3caa621f SHA1 86c8f8e5cc5a4d9d2801dcf22ee812858eecbb54 SHA256 0b79326c9f781d2962395f8f63b62ebd071720279a1e028cf32948962a8bfc13
|
||||
MISC ChangeLog 1536 RMD160 352bf9e123e33d1e83058a30b0cc6a9f02213dd3 SHA1 ab20f7337004cc2fe029912b2fdd96ed3c6c0ab9 SHA256 440d47bca4feceba7adfa5d97aa2baddb788785ec4eb8937a78d441446c1fc6f
|
||||
EBUILD libflaimsql-6.0_pre1112.ebuild 894 RMD160 004bb96c974ed52f370e2089ef5eab4900bca47e SHA1 93983d6d29165b82d9a3f7acd3edee9ee30c41e3 SHA256 391362432a7904104535e05c6b905813559b5badabc0bf754024b284211b0aee
|
||||
MISC ChangeLog 1897 RMD160 75a63f22037d58672f178458534f103d893e1713 SHA1 ac19471e7d95fb8fb2ea797d15d427fb173a0acc SHA256 98da92c44eecb5e0d1f8ae01ddbf304ec894b375d407a9d5d855a404dc1bb5a9
|
||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
||||
|
@ -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/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="~amd64 ~arm ~x86"
|
||||
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"
|
||||
}
|
@ -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/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="~amd64 ~arm ~x86"
|
||||
SLOT="0"
|
||||
IUSE="static"
|
||||
|
||||
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 $(use_enable static) || 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"
|
||||
}
|
@ -1,36 +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/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="~amd64 ~arm ~x86"
|
||||
SLOT="0"
|
||||
IUSE="static debug"
|
||||
|
||||
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 \
|
||||
$(use_enable debug) \
|
||||
econf $(use_enable static) || 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"
|
||||
}
|
@ -1,36 +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/sql/@${PV/6.0_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="static debug"
|
||||
|
||||
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 \
|
||||
$(use_enable debug) \
|
||||
econf $(use_enable static) || 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"
|
||||
}
|
@ -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: $
|
||||
|
Loading…
Reference in New Issue
Block a user