diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-08-20 11:40:20 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-08-20 11:40:20 +0000 |
commit | 3f21f8cdc173d8123b4f75114defb35c6b33251c (patch) | |
tree | f88b2bd1e1568cdfba09ad81d80926d3efab7608 /sys-libs/db | |
parent | Add ~sparc keyword (placeholder awaiting official ebuild). (diff) | |
download | gentoo-2-3f21f8cdc173d8123b4f75114defb35c6b33251c.tar.gz gentoo-2-3f21f8cdc173d8123b4f75114defb35c6b33251c.tar.bz2 gentoo-2-3f21f8cdc173d8123b4f75114defb35c6b33251c.zip |
remove some unnecessary versions
(Portage version: 2.1.3.5)
Diffstat (limited to 'sys-libs/db')
-rw-r--r-- | sys-libs/db/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/db/db-1.85-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/db/db-1.85-r2.ebuild | 59 | ||||
-rw-r--r-- | sys-libs/db/db-4.2.52_p2-r1.ebuild | 124 | ||||
-rw-r--r-- | sys-libs/db/db-4.6.18.ebuild | 145 | ||||
-rw-r--r-- | sys-libs/db/files/digest-db-1.85-r2 | 6 | ||||
-rw-r--r-- | sys-libs/db/files/digest-db-4.2.52_p2-r1 | 9 | ||||
-rw-r--r-- | sys-libs/db/files/digest-db-4.6.18 | 3 |
8 files changed, 8 insertions, 350 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index f0615a239486..768c62dae50f 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/db # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.223 2007/08/19 12:08:30 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.224 2007/08/20 11:40:20 caleb Exp $ + + 20 Aug 2007; Caleb Tennis <caleb@gentoo.org> db-1.85-r1.ebuild, + -db-1.85-r2.ebuild, -db-4.2.52_p2-r1.ebuild, -db-4.6.18.ebuild: + remove some unnecessary versions *db-4.6.19 (19 Aug 2007) diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild index 7cdfcadbe528..f118b79454ea 100644 --- a/sys-libs/db/db-1.85-r1.ebuild +++ b/sys-libs/db/db-1.85-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.32 2006/02/28 09:45:44 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.33 2007/08/20 11:40:20 caleb Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.sleepycat.com/releases/db.${PV}.tar.gz LICENSE="DB" SLOT="1" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="mips" IUSE="" DEPEND="virtual/libc" diff --git a/sys-libs/db/db-1.85-r2.ebuild b/sys-libs/db/db-1.85-r2.ebuild deleted file mode 100644 index bb2f43027533..000000000000 --- a/sys-libs/db/db-1.85-r2.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/sys-libs/db/db-1.85-r2.ebuild,v 1.11 2005/08/03 17:58:44 gustavoz Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="db 1.85 -- required for RPM 4.0 to compile; that's about it." -HOMEPAGE="http://www.sleepycat.com/" -SRC_URI="ftp://ftp.sleepycat.com/releases/db.${PV}.tar.gz - mirror://gentoo/${P}.patch.bz2" - -LICENSE="DB" -SLOT="1" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/db.${PV} - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${WORKDIR}/${P}.patch -} - -src_compile() { - cd ${S}/PORT/linux - tc-export CC AR RANLIB - emake OORG="${CFLAGS}" prefix=/usr || die -} - -src_install() { - cd ${S}/PORT/linux - - newlib.a libdb.a libdb1.a || die "newlib.a failed" - newlib.so libdb.so.2 libdb1.so.2 || die "newlib.so failed" - dosym libdb1.so.2 /usr/$(get_libdir)/libdb1.so - dosym libdb1.so.2 /usr/$(get_libdir)/libdb.so.2 - dosym libdb1.so.2 /usr/$(get_libdir)/libndbm.so - dosym libdb1.a /usr/$(get_libdir)/libndbm.a - - dodir /usr/include/db1 - insinto /usr/include/db1 - doins include/db.h include/mpool.h - - insinto /usr/include/db1 - doins include/ndbm.h - dosed "s:<db.h>:<db1/db.h>:" /usr/include/db1/ndbm.h - dosym db1/ndbm.h /usr/include/ndbm.h - newbin db_dump185 db1_dump185 - - cd ${S} - dodoc changelog README - docinto ps - dodoc docs/*.ps - docinto hash - dodoc hash/README -} diff --git a/sys-libs/db/db-4.2.52_p2-r1.ebuild b/sys-libs/db/db-4.2.52_p2-r1.ebuild deleted file mode 100644 index 9d196d0458b4..000000000000 --- a/sys-libs/db/db-4.2.52_p2-r1.ebuild +++ /dev/null @@ -1,124 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p2-r1.ebuild,v 1.13 2007/02/17 22:42:11 grobian Exp $ - -inherit eutils gnuconfig db - -#Number of official patches -#PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"` -PATCHNO=${PV/*.*.*_p} -if [ "${PATCHNO}" == "${PV}" ]; then - MY_PV=${PV} - MY_P=${P} - PATCHNO=0 -else - MY_PV=${PV/_p${PATCHNO}} - MY_P=${PN}-${MY_PV} -fi - -S=${WORKDIR}/${MY_P}/build_unix -DESCRIPTION="Berkeley DB" -HOMEPAGE="http://www.sleepycat.com/" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz" -for (( i=1 ; i<=$PATCHNO ; i++ )) ; do - export SRC_URI="${SRC_URI} http://www.sleepycat.com/update/${MY_PV}/patch.${MY_PV}.${i}" -done - -LICENSE="DB" -SLOT="4.2" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="tcl java doc nocxx bootstrap" - -DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) - java? ( virtual/jdk )" -RDEPEND="tcl? ( dev-lang/tcl ) - java? ( virtual/jre )" - -src_unpack() { - unpack ${MY_P}.tar.gz - cd ${WORKDIR}/${MY_P} - for (( i=1 ; i<=$PATCHNO ; i++ )) - do - epatch ${DISTDIR}/patch.${MY_PV}.${i} - done - epatch ${FILESDIR}/${PN}-${SLOT}-jarlocation.patch - epatch ${FILESDIR}/${PN}-${SLOT}-libtool.patch - epatch ${FILESDIR}/${PN}-4.0.14-fix-dep-link.patch - epatch ${FILESDIR}/${P}-TXN.patch - - gnuconfig_update "${S}/../dist" - - sed -i -e "s,\(ac_compiler\|\${MAKEFILE_CC}\|\${MAKEFILE_CXX}\|\$CC\)\( *--version\),\1 -dumpversion,g" ${S}/../dist/configure -} - -src_compile() { - addwrite /proc/self/maps - - local myconf="" - - use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly" - - use bootstrap \ - && myconf="${myconf} --disable-cxx" \ - || myconf="${myconf} $(use_enable !nocxx cxx)" - - use tcl \ - && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ - || myconf="${myconf} --disable-tcl" - - myconf="${myconf} $(use_enable java)" - if use java && [[ -n ${JAVAC} ]] ; then - export PATH=`dirname ${JAVAC}`:${PATH} - export JAVAC=`basename ${JAVAC}` - fi - - [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}" - - ../dist/configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --datadir=/usr/share \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --libdir=/usr/$(get_libdir) \ - --enable-compat185 \ - --with-uniquename \ - --enable-rpc \ - --host=${CHOST} \ - ${myconf} || die "configure failed" - - emake -j1 || die "make failed" -} - -src_install() { - - einstall libdir="${D}/usr/$(get_libdir)" || die - - db_src_install_usrbinslot - - db_src_install_headerslot - - db_src_install_doc - - db_src_install_usrlibcleanup - - dodir /usr/sbin - mv ${D}/usr/bin/berkeley_db_svc ${D}/usr/sbin/berkeley_db42_svc - - if use java; then - mkdir -p ${D}/usr/share/db - cat <<EOF >${D}/usr/share/db/package.env -DESCRIPTION=The java bindings for berkeley db version ${MY_PV} -CLASSPATH=:/usr/lib/db-${SLOT}.jar -EOF - fi -} - -pkg_postinst () { - db_fix_so -} - -pkg_postrm () { - db_fix_so -} diff --git a/sys-libs/db/db-4.6.18.ebuild b/sys-libs/db/db-4.6.18.ebuild deleted file mode 100644 index 08600fa18a04..000000000000 --- a/sys-libs/db/db-4.6.18.ebuild +++ /dev/null @@ -1,145 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.18.ebuild,v 1.1 2007/08/15 12:17:11 caleb Exp $ - -inherit eutils db flag-o-matic java-pkg-opt-2 - -#Number of official patches -#PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"` -PATCHNO=${PV/*.*.*_p} -if [[ ${PATCHNO} == "${PV}" ]] ; then - MY_PV=${PV} - MY_P=${P} - PATCHNO=0 -else - MY_PV=${PV/_p${PATCHNO}} - MY_P=${PN}-${MY_PV} -fi - -S="${WORKDIR}/${MY_P}/build_unix" -DESCRIPTION="Oracle Berkeley DB" -HOMEPAGE="http://www.oracle.com/technology/software/products/berkeley-db/index.html" -SRC_URI="http://download-west.oracle.com/berkeley-db/${MY_P}.tar.gz" -for (( i=1 ; i<=${PATCHNO} ; i++ )) ; do - export SRC_URI="${SRC_URI} http://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i}" -done - -LICENSE="OracleDB" -SLOT="4.6" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="tcl java doc nocxx bootstrap" - -DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) - java? ( >=virtual/jdk-1.4 ) - >=sys-devel/binutils-2.16.1" -RDEPEND="tcl? ( dev-lang/tcl ) - java? ( >=virtual/jre-1.4 )" - -src_unpack() { - unpack "${MY_P}".tar.gz - cd "${WORKDIR}"/"${MY_P}" - for (( i=1 ; i<=${PATCHNO} ; i++ )) - do - epatch "${DISTDIR}"/patch."${MY_PV}"."${i}" - done - epatch "${FILESDIR}"/"${PN}"-"${SLOT}"-libtool.patch - - # use the includes from the prefix - epatch "${FILESDIR}"/"${PN}"-"${SLOT}"-jni-check-prefix-first.patch - epatch "${FILESDIR}"/"${PN}"-4.3-listen-to-java-options.patch - - sed -i \ - -e "s,\(ac_compiler\|\${MAKEFILE_CC}\|\${MAKEFILE_CXX}\|\$CC\)\( *--version\),\1 -dumpversion,g" \ - "${S}"/../dist/configure -} - -src_compile() { - # compilation with -O0 fails on amd64, see bug #171231 - if use amd64; then - replace-flags -O0 -O2 - is-flag -O[s123] || append-flags -O2 - fi - - local myconf="" - - use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly" - - use bootstrap \ - && myconf="${myconf} --disable-cxx" \ - || myconf="${myconf} $(use_enable !nocxx cxx)" - - use tcl \ - && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ - || myconf="${myconf} --disable-tcl" - - myconf="${myconf} $(use_enable java)" - if use java; then - myconf="${myconf} --with-java-prefix=${JAVA_HOME}" - # Can't get this working any other way, since it returns spaces, and - # bash doesn't seem to want to pass correctly in any way i try - local javaconf="-with-javac-flags=$(java-pkg_javac-args)" - fi - - [[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}" - - # the entire testsuite needs the TCL functionality - if use tcl && has test $FEATURES ; then - myconf="${myconf} --enable-test" - else - myconf="${myconf} --disable-test" - fi - - # Add linker versions to the symbols. Easier to do, and safer than header file - # mumbo jumbo. - if use userland_GNU; then - append-ldflags -Wl,--default-symver - fi - - cd ${S} && ECONF_SOURCE="${S}"/../dist econf \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --datadir=/usr/share \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --libdir=/usr/"$(get_libdir)" \ - --enable-compat185 \ - --without-uniquename \ - --enable-rpc \ - --host="${CHOST}" \ - ${myconf} "${javaconf}" || die "configure failed" - - sed -e "s,\(^STRIP *=\).*,\1\"none\"," Makefile > Makefile.cpy \ - && mv Makefile.cpy Makefile - - emake -j1 || die "make failed" -} - -src_install() { - einstall libdir="${D}/usr/$(get_libdir)" STRIP="none" || die - - db_src_install_usrbinslot - - db_src_install_headerslot - - db_src_install_doc - - db_src_install_usrlibcleanup - - dodir /usr/sbin - mv "${D}"/usr/bin/berkeley_db_svc "${D}"/usr/sbin/berkeley_db46_svc - - if use java; then - java-pkg_regso "${D}"/usr/"$(get_libdir)"/libdb_java*.so - java-pkg_dojar "${D}"/usr/"$(get_libdir)"/*.jar - rm -f "${D}"/usr/"$(get_libdir)"/*.jar - fi -} - -pkg_postinst() { - db_fix_so -} - -pkg_postrm() { - db_fix_so -} diff --git a/sys-libs/db/files/digest-db-1.85-r2 b/sys-libs/db/files/digest-db-1.85-r2 deleted file mode 100644 index 10281503f1f3..000000000000 --- a/sys-libs/db/files/digest-db-1.85-r2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 8fb6e2d39bc77fc8521401522ceeebaf db-1.85.patch.bz2 15277 -RMD160 a1b024f5761a531d4f52a35b309242c4a4be38d1 db-1.85.patch.bz2 15277 -SHA256 4339a08fb0b2c001ba819835e190996539e80f2cb6031ca4395f40f3363f8bc5 db-1.85.patch.bz2 15277 -MD5 42cc6c1e1e25818bd3e3f91328edb0f1 db.1.85.tar.gz 270953 -RMD160 594253b7e80323cddc92cd7c89934217d403f58b db.1.85.tar.gz 270953 -SHA256 4220d4ddeb77fb57ba2f37c1aa105d561d3ef85a6fb89c79c3edd735d0e193c6 db.1.85.tar.gz 270953 diff --git a/sys-libs/db/files/digest-db-4.2.52_p2-r1 b/sys-libs/db/files/digest-db-4.2.52_p2-r1 deleted file mode 100644 index 552f8b787ac2..000000000000 --- a/sys-libs/db/files/digest-db-4.2.52_p2-r1 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 cbc77517c9278cdb47613ce8cb55779f db-4.2.52.tar.gz 4073147 -RMD160 d9095bce12b519695f3d1ff708dc0d1babd7a4b2 db-4.2.52.tar.gz 4073147 -SHA256 72f581d8b91da900434629886d1d1c6ea8b9d2a9329368c3b875e7cd556b6a0e db-4.2.52.tar.gz 4073147 -MD5 1227f5f9ff43d48b5b1759e113a1c2d7 patch.4.2.52.1 988 -RMD160 1ff7d93c4e6223b793ed3038070a4f0957dac44e patch.4.2.52.1 988 -SHA256 98b7580916459ee931b9c7e06dcb9da980732672fe0811714933f366ad97dfa5 patch.4.2.52.1 988 -MD5 3da7efd8d29919a9113e2f6f5166f5b7 patch.4.2.52.2 1433 -RMD160 880cd32f5bd1430463da0f4169e1d6e4a2b96b81 patch.4.2.52.2 1433 -SHA256 c9b132bcc8f1c12e03baaf47abd3801f2adf24ffbd56f35a27617fec12654f32 patch.4.2.52.2 1433 diff --git a/sys-libs/db/files/digest-db-4.6.18 b/sys-libs/db/files/digest-db-4.6.18 deleted file mode 100644 index 546b0c4fcc5c..000000000000 --- a/sys-libs/db/files/digest-db-4.6.18 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 95768bd92fd48951a427fbab37b9088f db-4.6.18.tar.gz 12017762 -RMD160 ea6e6e7d06ab546ce6cbca2091f02566849eaff8 db-4.6.18.tar.gz 12017762 -SHA256 5fc03231ce2d1ac68480fce9821e91d85f132104dc1e16ab7edb6476b2353ef3 db-4.6.18.tar.gz 12017762 |