summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2008-06-19 15:15:40 +0000
committerAkinori Hattori <hattya@gentoo.org>2008-06-19 15:15:40 +0000
commit822b4ea94813447133977dbdbc66e643132039c8 (patch)
treec561bf611555acec2b31f54f953d86ef2eee0301 /dev-db/qdbm
parentstable on x86. wrt bug #212590 (diff)
downloadgentoo-2-822b4ea94813447133977dbdbc66e643132039c8.tar.gz
gentoo-2-822b4ea94813447133977dbdbc66e643132039c8.tar.bz2
gentoo-2-822b4ea94813447133977dbdbc66e643132039c8.zip
cleaned out old ebuild(s).
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-db/qdbm')
-rw-r--r--dev-db/qdbm/ChangeLog6
-rw-r--r--dev-db/qdbm/files/qdbm-runpath.diff36
-rw-r--r--dev-db/qdbm/qdbm-1.8.74.ebuild110
3 files changed, 5 insertions, 147 deletions
diff --git a/dev-db/qdbm/ChangeLog b/dev-db/qdbm/ChangeLog
index e59b3f65b62c..f9bd70f5ddaf 100644
--- a/dev-db/qdbm/ChangeLog
+++ b/dev-db/qdbm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/qdbm
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/qdbm/ChangeLog,v 1.120 2008/06/19 15:12:43 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/qdbm/ChangeLog,v 1.121 2008/06/19 15:15:40 hattya Exp $
+
+ 19 Jun 2008; Akinori Hattori <hattya@gentoo.org> -files/qdbm-runpath.diff,
+ -qdbm-1.8.74.ebuild:
+ cleaned out old ebuild(s).
19 Jun 2008; Akinori Hattori <hattya@gentoo.org> qdbm-1.8.77.ebuild:
stable on x86. wrt bug #212590
diff --git a/dev-db/qdbm/files/qdbm-runpath.diff b/dev-db/qdbm/files/qdbm-runpath.diff
deleted file mode 100644
index c1bd25e50a4e..000000000000
--- a/dev-db/qdbm/files/qdbm-runpath.diff
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -urN qdbm-1.8.62.orig/Makefile.in qdbm-1.8.62/Makefile.in
---- qdbm-1.8.62.orig/Makefile.in 2006-06-07 19:47:55.000000000 +0900
-+++ qdbm-1.8.62/Makefile.in 2006-07-22 23:43:44.000000000 +0900
-@@ -61,7 +61,7 @@
- LIBS = -lqdbm @LIBS@
- LIBLDFLAGS = -L. -L$(HOME)/lib -L/usr/local/lib @LIBS@
- LDFLAGS = -L. -L$(HOME)/lib -L/usr/local/lib $(LIBS)
--LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:$(MYLIBDIR)
-+LDENV =
- AR = @AR@
- ARFLAGS = rcsv
- RUNENV = LD_LIBRARY_PATH=.:/lib:/usr/lib:$(HOME)/lib:/usr/local/lib
-diff -urN qdbm-1.8.62.orig/cgi/Makefile.in qdbm-1.8.62/cgi/Makefile.in
---- qdbm-1.8.62.orig/cgi/Makefile.in 2004-08-18 20:16:40.000000000 +0900
-+++ qdbm-1.8.62/cgi/Makefile.in 2006-07-22 23:44:56.000000000 +0900
-@@ -29,7 +29,7 @@
- CFLAGS = -Wall -ansi -pedantic -fsigned-char $(RELCFLAGS)
- LIBS = -lqdbm @LIBS@
- LDFLAGS = -L$(srcdir)/.. -L$(HOME)/lib -L/usr/local/lib $(LIBS)
--LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:$(prefix)/lib
-+LDENV =
-
- # Install destinations
- prefix = @prefix@
-diff -urN qdbm-1.8.62.orig/plus/Makefile.in qdbm-1.8.62/plus/Makefile.in
---- qdbm-1.8.62.orig/plus/Makefile.in 2006-06-01 22:56:55.000000000 +0900
-+++ qdbm-1.8.62/plus/Makefile.in 2006-07-22 23:46:26.000000000 +0900
-@@ -49,7 +49,7 @@
- LIBS = -lqdbm @LIBS@
- LIBLDFLAGS = -L. -L$(srcdir)/.. -L$(HOME)/lib -L/usr/local/lib $(LIBS)
- LDFLAGS = -L. -L$(srcdir)/.. -L$(HOME)/lib -L/usr/local/lib -lxqdbm $(LIBS)
--LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:$(MYLIBDIR)
-+LDENV =
- AR = @AR@
- ARFLAGS = rcsv
- RUNENV = LD_LIBRARY_PATH=.:..:/lib:/usr/lib:$(HOME)/lib:/usr/local/lib
diff --git a/dev-db/qdbm/qdbm-1.8.74.ebuild b/dev-db/qdbm/qdbm-1.8.74.ebuild
deleted file mode 100644
index 562bd46418ae..000000000000
--- a/dev-db/qdbm/qdbm-1.8.74.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/qdbm/qdbm-1.8.74.ebuild,v 1.11 2007/10/24 04:11:53 wltjr Exp $
-
-inherit eutils java-pkg-opt-2 multilib
-
-IUSE="debug java perl ruby zlib"
-
-DESCRIPTION="Quick Database Manager"
-HOMEPAGE="http://qdbm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
-SLOT="0"
-
-RDEPEND="java? ( >=virtual/jre-1.4 )
- perl? ( dev-lang/perl )
- ruby? ( virtual/ruby )
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
- java? ( >=virtual/jdk-1.4 )"
-
-src_unpack() {
-
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PN}-runpath.diff
- epatch "${FILESDIR}"/${PN}-perl-runpath-vendor.diff
-
-}
-
-src_compile() {
-
- econf \
- $(use_enable debug) \
- $(use_enable zlib) \
- --enable-pthread \
- --enable-iconv \
- || die
- emake || die
-
- local u
-
- for u in java perl ruby; do
- if ! use ${u}; then
- continue
- fi
-
- cd ${u}
- econf || die
- emake || die
- cd -
- done
-
-}
-
-src_test() {
-
- emake -j1 check || die
-
- local u
-
- for u in java perl ruby; do
- if ! use ${u}; then
- continue
- fi
-
- cd ${u}
- emake -j1 check || die
- cd -
- done
-
-}
-
-src_install() {
-
- emake DESTDIR="${D}" install || die
-
- dodoc ChangeLog NEWS README THANKS
- dohtml *.html
-
- rm -rf "${D}"/usr/share/${PN}
-
- local u mydatadir=/usr/share/doc/${P}/html
-
- for u in java perl ruby; do
- if ! use ${u}; then
- continue
- fi
-
- cd ${u}
- emake DESTDIR="${D}" MYDATADIR=${mydatadir}/${u} install || die
-
- case ${u} in
- java)
- java-pkg_dojar "${D}"/usr/$(get_libdir)/*.jar
- rm -f "${D}"/usr/$(get_libdir)/*.jar
- ;;
- perl)
- rm "${D}"/$(perl -V:installarchlib | cut -d\' -f2)/*.pod
- ;;
- esac
- cd -
- done
-
- rm -f "${D}"/usr/bin/*test
-
-}