summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-09-18 00:20:11 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-09-18 00:20:11 +0000
commit3205c7e3ad93193fb4c1803000b4ac9e5c7d0433 (patch)
tree6089c0d041e8442c6c5e7850933fb92b8a0bec9c /dev-libs
parentRemoved mcummings from metadata. (Bug #105718) (diff)
downloadgentoo-2-3205c7e3ad93193fb4c1803000b4ac9e5c7d0433.tar.gz
gentoo-2-3205c7e3ad93193fb4c1803000b4ac9e5c7d0433.tar.bz2
gentoo-2-3205c7e3ad93193fb4c1803000b4ac9e5c7d0433.zip
Removing old revisions that use broken LFS-support
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/apr-util/ChangeLog7
-rw-r--r--dev-libs/apr-util/apr-util-0.9.5-r1.ebuild59
-rw-r--r--dev-libs/apr-util/apr-util-0.9.5.ebuild59
-rw-r--r--dev-libs/apr-util/apr-util-0.9.6-r1.ebuild70
-rw-r--r--dev-libs/apr-util/apr-util-0.9.6.ebuild59
-rw-r--r--dev-libs/apr-util/files/digest-apr-util-0.9.51
-rw-r--r--dev-libs/apr-util/files/digest-apr-util-0.9.5-r11
-rw-r--r--dev-libs/apr-util/files/digest-apr-util-0.9.61
-rw-r--r--dev-libs/apr-util/files/digest-apr-util-0.9.6-r11
9 files changed, 6 insertions, 252 deletions
diff --git a/dev-libs/apr-util/ChangeLog b/dev-libs/apr-util/ChangeLog
index d903289511a8..bfabb8acadda 100644
--- a/dev-libs/apr-util/ChangeLog
+++ b/dev-libs/apr-util/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/apr-util
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.28 2005/09/17 00:36:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.29 2005/09/18 00:20:11 vericgar Exp $
+
+ 18 Sep 2005; Michael Stewart <vericgar@gentoo.org> -apr-util-0.9.5.ebuild,
+ -apr-util-0.9.5-r1.ebuild, -apr-util-0.9.6.ebuild,
+ -apr-util-0.9.6-r1.ebuild:
+ Removing old revisions that use broken LFS-support
17 Sep 2005; Aron Griffis <agriffis@gentoo.org> apr-util-0.9.6-r2.ebuild:
Mark 0.9.6-r2 stable on ia64
diff --git a/dev-libs/apr-util/apr-util-0.9.5-r1.ebuild b/dev-libs/apr-util/apr-util-0.9.5-r1.ebuild
deleted file mode 100644
index 6706780bf62d..000000000000
--- a/dev-libs/apr-util/apr-util-0.9.5-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-0.9.5-r1.ebuild,v 1.3 2005/09/10 11:24:02 agriffis Exp $
-
-DESCRIPTION="Apache Portable Runtime Library"
-HOMEPAGE="http://apr.apache.org/"
-SRC_URI="mirror://apache/apr/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86"
-IUSE="berkdb gdbm ldap"
-RESTRICT="test"
-
-DEPEND="dev-libs/expat
- ~dev-libs/apr-0.9.5
- berkdb? ( sys-libs/db )
- gdbm? ( sys-libs/gdbm )
- ldap? ( =net-nds/openldap-2* )"
-
-src_compile() {
- local myconf=""
- if use ldap; then
- myconf="${myconf} --with-ldap"
- fi
-
- if use berkdb; then
- if has_version '=sys-libs/db-4.2*'; then
- myconf="${myconf} --with-dbm=db42 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-4*'; then
- myconf="${myconf} --with-dbm=db4 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-3*'; then
- myconf="${myconf} --with-dbm=db3 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-2'; then
- myconf="${myconf} --with-dbm=db2 --with-berkely-db=/usr"
- fi
- fi
-
- econf \
- --datadir=/usr/share/apr-util-0 \
- --with-apr=/usr \
- --with-expat=/usr \
- $myconf || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" installbuilddir=/usr/share/apr-util-0/build install || die
-
- #bogus values pointing at /var/tmp/portage
- sed -i -e 's:APU_SOURCE_DIR=.*:APU_SOURCE_DIR=:g' ${D}/usr/bin/apu-config
- sed -i -e 's:APU_BUILD_DIR=.*:APU_BUILD_DIR=/usr/share/apr-util-0/build:g' ${D}/usr/bin/apu-config
-
- dodoc CHANGES NOTICE
-
- # Will install as portage user when using userpriv. Fixing
- chown -R root:root ${D}/usr/include/apr-0/
-}
diff --git a/dev-libs/apr-util/apr-util-0.9.5.ebuild b/dev-libs/apr-util/apr-util-0.9.5.ebuild
deleted file mode 100644
index 5598f2fad6fb..000000000000
--- a/dev-libs/apr-util/apr-util-0.9.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-0.9.5.ebuild,v 1.18 2005/07/04 00:55:59 vericgar Exp $
-
-DESCRIPTION="Apache Portable Runtime Library"
-HOMEPAGE="http://apr.apache.org/"
-SRC_URI="mirror://apache/apr/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ppc64 ~s390 ~sparc ~x86 ~mips"
-IUSE="berkdb gdbm ldap"
-RESTRICT="test"
-
-DEPEND="dev-libs/expat
- ~dev-libs/apr-0.9.5
- berkdb? ( sys-libs/db )
- gdbm? ( sys-libs/gdbm )
- ldap? ( =net-nds/openldap-2* )"
-
-src_compile() {
- local myconf=""
- if use ldap; then
- myconf="${myconf} --with-ldap"
- fi
-
- if use berkdb; then
- if has_version '=sys-libs/db-4.2*'; then
- myconf="${myconf} --with-dbm=db42 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-4*'; then
- myconf="${myconf} --with-dbm=db4 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-3*'; then
- myconf="${myconf} --with-dbm=db3 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-2'; then
- myconf="${myconf} --with-dbm=db2 --with-berkely-db=/usr"
- fi
- fi
-
- econf \
- --datadir=/usr/share/apr-util-0 \
- --with-apr=/usr \
- --with-expat=/usr \
- $myconf || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" installbuilddir=/usr/share/apr-util-0/build install || die
-
- #bogus values pointing at /var/tmp/portage
- sed -i -e 's:APU_SOURCE_DIR=.*:APU_SOURCE_DIR=:g' ${D}/usr/bin/apu-config
- sed -i -e 's:APU_BUILD_DIR=.*:APU_BUILD_DIR=/usr/share/apr-util-0/build:g' ${D}/usr/bin/apu-config
-
- dodoc CHANGES NOTICE
-
- # Will install as portage user when using userpriv. Fixing
- chown -R root:root ${D}/usr/include/apr-0/
-}
diff --git a/dev-libs/apr-util/apr-util-0.9.6-r1.ebuild b/dev-libs/apr-util/apr-util-0.9.6-r1.ebuild
deleted file mode 100644
index ae03409719fa..000000000000
--- a/dev-libs/apr-util/apr-util-0.9.6-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-0.9.6-r1.ebuild,v 1.3 2005/07/04 00:55:59 vericgar Exp $
-
-inherit eutils
-
-DESCRIPTION="Apache Portable Runtime Library"
-HOMEPAGE="http://apr.apache.org/"
-SRC_URI="mirror://apache/apr/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="berkdb gdbm ldap"
-RESTRICT="test"
-
-DEPEND="dev-libs/expat
- ~dev-libs/apr-0.9.6
- berkdb? ( sys-libs/db )
- gdbm? ( sys-libs/gdbm )
- ldap? ( =net-nds/openldap-2* )"
-
-src_unpack() {
- unpack ${A} || die "unpack"
-
- cd ${S} || die
-
- epatch "${FILESDIR}/apr-util-0.9.x-161086:161087.patch" \
- || die "patching failed"
-}
-
-src_compile() {
- local myconf=""
- if use ldap; then
- myconf="${myconf} --with-ldap"
- fi
-
- if use berkdb; then
- if has_version '=sys-libs/db-4.2*'; then
- myconf="${myconf} --with-dbm=db42 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-4*'; then
- myconf="${myconf} --with-dbm=db4 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-3*'; then
- myconf="${myconf} --with-dbm=db3 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-2'; then
- myconf="${myconf} --with-dbm=db2 --with-berkely-db=/usr"
- fi
- fi
-
- econf \
- --datadir=/usr/share/apr-util-0 \
- --with-apr=/usr \
- --with-expat=/usr \
- $myconf || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" installbuilddir=/usr/share/apr-util-0/build install || die
-
- #bogus values pointing at /var/tmp/portage
- sed -i -e 's:APU_SOURCE_DIR=.*:APU_SOURCE_DIR=:g' ${D}/usr/bin/apu-config
- sed -i -e 's:APU_BUILD_DIR=.*:APU_BUILD_DIR=/usr/share/apr-util-0/build:g' ${D}/usr/bin/apu-config
-
- dodoc CHANGES NOTICE
-
- # Will install as portage user when using userpriv. Fixing
- chown -R root:root ${D}/usr/include/apr-0/
-}
diff --git a/dev-libs/apr-util/apr-util-0.9.6.ebuild b/dev-libs/apr-util/apr-util-0.9.6.ebuild
deleted file mode 100644
index 7646745ddfaf..000000000000
--- a/dev-libs/apr-util/apr-util-0.9.6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-0.9.6.ebuild,v 1.4 2005/07/13 04:25:15 psi29a Exp $
-
-DESCRIPTION="Apache Portable Runtime Library"
-HOMEPAGE="http://apr.apache.org/"
-SRC_URI="mirror://apache/apr/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="berkdb gdbm ldap"
-RESTRICT="test"
-
-DEPEND="dev-libs/expat
- ~dev-libs/apr-0.9.6
- berkdb? ( sys-libs/db )
- gdbm? ( sys-libs/gdbm )
- ldap? ( =net-nds/openldap-2* )"
-
-src_compile() {
- local myconf=""
- if use ldap; then
- myconf="${myconf} --with-ldap"
- fi
-
- if use berkdb; then
- if has_version '=sys-libs/db-4.2*'; then
- myconf="${myconf} --with-dbm=db42 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-4*'; then
- myconf="${myconf} --with-dbm=db4 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-3*'; then
- myconf="${myconf} --with-dbm=db3 --with-berkely-db=/usr"
- elif has_version '=sys-libs/db-2'; then
- myconf="${myconf} --with-dbm=db2 --with-berkely-db=/usr"
- fi
- fi
-
- econf \
- --datadir=/usr/share/apr-util-0 \
- --with-apr=/usr \
- --with-expat=/usr \
- $myconf || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" installbuilddir=/usr/share/apr-util-0/build install || die
-
- #bogus values pointing at /var/tmp/portage
- sed -i -e 's:APU_SOURCE_DIR=.*:APU_SOURCE_DIR=:g' ${D}/usr/bin/apu-config
- sed -i -e 's:APU_BUILD_DIR=.*:APU_BUILD_DIR=/usr/share/apr-util-0/build:g' ${D}/usr/bin/apu-config
-
- dodoc CHANGES NOTICE
-
- # Will install as portage user when using userpriv. Fixing
- chown -R root:root ${D}/usr/include/apr-0/
-}
diff --git a/dev-libs/apr-util/files/digest-apr-util-0.9.5 b/dev-libs/apr-util/files/digest-apr-util-0.9.5
deleted file mode 100644
index e08bbb75fde8..000000000000
--- a/dev-libs/apr-util/files/digest-apr-util-0.9.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d9effcdd7c1b84d5af4a29be29936b9 apr-util-0.9.5.tar.gz 720534
diff --git a/dev-libs/apr-util/files/digest-apr-util-0.9.5-r1 b/dev-libs/apr-util/files/digest-apr-util-0.9.5-r1
deleted file mode 100644
index e08bbb75fde8..000000000000
--- a/dev-libs/apr-util/files/digest-apr-util-0.9.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d9effcdd7c1b84d5af4a29be29936b9 apr-util-0.9.5.tar.gz 720534
diff --git a/dev-libs/apr-util/files/digest-apr-util-0.9.6 b/dev-libs/apr-util/files/digest-apr-util-0.9.6
deleted file mode 100644
index 906aebbf651a..000000000000
--- a/dev-libs/apr-util/files/digest-apr-util-0.9.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3a2671368e47b7efcb381e991451a9f apr-util-0.9.6.tar.gz 724680
diff --git a/dev-libs/apr-util/files/digest-apr-util-0.9.6-r1 b/dev-libs/apr-util/files/digest-apr-util-0.9.6-r1
deleted file mode 100644
index 906aebbf651a..000000000000
--- a/dev-libs/apr-util/files/digest-apr-util-0.9.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3a2671368e47b7efcb381e991451a9f apr-util-0.9.6.tar.gz 724680