summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-07-20 16:27:43 +0000
committerPacho Ramos <pacho@gentoo.org>2011-07-20 16:27:43 +0000
commit3163857653658b31383bf88e96a07969163404fa (patch)
tree584851ee2b7aa7da5fe19973625faa905df649ef /dev-libs/librep
parentDrop maintainer due retirement, bug #81177 (diff)
downloadgentoo-2-3163857653658b31383bf88e96a07969163404fa.tar.gz
gentoo-2-3163857653658b31383bf88e96a07969163404fa.tar.bz2
gentoo-2-3163857653658b31383bf88e96a07969163404fa.zip
Drop maintainer due retirement, bug #81177; remove old.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/librep')
-rw-r--r--dev-libs/librep/ChangeLog9
-rw-r--r--dev-libs/librep/librep-0.17-r1.ebuild62
-rw-r--r--dev-libs/librep/librep-0.17_p20070101.ebuild74
-rw-r--r--dev-libs/librep/librep-0.90.3.ebuild61
-rw-r--r--dev-libs/librep/librep-0.90.5.ebuild61
-rw-r--r--dev-libs/librep/metadata.xml3
6 files changed, 8 insertions, 262 deletions
diff --git a/dev-libs/librep/ChangeLog b/dev-libs/librep/ChangeLog
index 3303831ba482..58c1f1a49572 100644
--- a/dev-libs/librep/ChangeLog
+++ b/dev-libs/librep/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/librep
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.56 2010/06/05 21:00:33 truedfx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.57 2011/07/20 16:27:43 pacho Exp $
+
+ 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> -librep-0.17-r1.ebuild,
+ -librep-0.17_p20070101.ebuild, -librep-0.90.3.ebuild, -librep-0.90.5.ebuild,
+ metadata.xml:
+ Drop maintainer due retirement, bug #81177; remove old.
*librep-0.90.6 (05 Jun 2010)
diff --git a/dev-libs/librep/librep-0.17-r1.ebuild b/dev-libs/librep/librep-0.17-r1.ebuild
deleted file mode 100644
index f654beda0e46..000000000000
--- a/dev-libs/librep/librep-0.17-r1.ebuild
+++ /dev/null
@@ -1,62 +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/librep/librep-0.17-r1.ebuild,v 1.8 2005/11/14 07:56:59 truedfx Exp $
-
-IUSE="readline"
-
-inherit eutils libtool toolchain-funcs multilib
-
-DESCRIPTION="Shared library implementing a Lisp dialect"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://librep.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-
-RDEPEND=">=sys-libs/gdbm-1.8.0
- readline? ( sys-libs/readline )"
-
-DEPEND="${RDEPEND}
- sys-apps/texinfo
- >=sys-devel/automake-1.6.1-r5"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/rep_file_fdopen.patch"
-}
-
-src_compile() {
- elibtoolize
-
- local myconf="$(use_with readline)"
- use ppc && myconf="${myconf} --with-stack-direction=1"
- LC_ALL=""
- LINGUAS=""
- LANG=""
- export LC_ALL LINGUAS LANG
-
- CC=$(tc-getCC) econf \
- --libexecdir=/usr/$(get_libdir) \
- --without-gmp \
- --without-ffi \
- ${myconf} || die "configure failure"
-
- make host_type=${CHOST} || die "compile failure"
-}
-
-src_install() {
- make install \
- host_type=${CHOST} \
- DESTDIR=${D} \
- aclocaldir=/usr/share/aclocal \
- infodir=/usr/share/info || die
-
- insinto /usr/include
- doins src/rep_config.h
-
- dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO DOC TREE
- docinto doc
- dodoc doc/*
-}
diff --git a/dev-libs/librep/librep-0.17_p20070101.ebuild b/dev-libs/librep/librep-0.17_p20070101.ebuild
deleted file mode 100644
index c7407818e43a..000000000000
--- a/dev-libs/librep/librep-0.17_p20070101.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17_p20070101.ebuild,v 1.7 2008/10/12 12:25:49 ulm Exp $
-
-MY_P=${P%_*}
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
-
-inherit autotools eutils toolchain-funcs multilib elisp-common
-
-DESCRIPTION="Shared library implementing a Lisp dialect"
-HOMEPAGE="http://librep.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz
- mirror://gentoo/${P}.patch.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ppc ~ppc64 sparc x86"
-IUSE="emacs readline"
-
-RDEPEND=">=sys-libs/gdbm-1.8.0
- emacs? ( virtual/emacs )
- readline? ( sys-libs/readline )"
-DEPEND="${RDEPEND}
- sys-apps/texinfo"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${MY_P}.tar.gz
- cd "${S}"
- epatch "${DISTDIR}"/${P}.patch.bz2
- epatch "${FILESDIR}"/${P}-libtool.patch
- epatch "${FILESDIR}"/rep_file_fdopen.patch
- epatch "${FILESDIR}"/${P}-disable-elisp.patch
- epatch "${FILESDIR}"/${P}-ldflags.patch
- eautoreconf || die "eautoreconf failed"
-}
-
-src_compile() {
- econf \
- --libexecdir=/usr/$(get_libdir) \
- --without-gmp \
- --without-ffi \
- $(use_with readline) || die "configure failed"
-
- LC_ALL=C emake || die "make failed"
-
- if use emacs; then
- elisp-compile rep-debugger.el || die "elisp-compile failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO TREE
- docinto doc
- dodoc doc/*
-
- if use emacs; then
- elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \
- || die "elisp-site-file-install failed"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-libs/librep/librep-0.90.3.ebuild b/dev-libs/librep/librep-0.90.3.ebuild
deleted file mode 100644
index f6ac86a7d4c6..000000000000
--- a/dev-libs/librep/librep-0.90.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.90.3.ebuild,v 1.1 2009/11/25 20:58:35 truedfx Exp $
-
-inherit eutils multilib elisp-common
-
-DESCRIPTION="Shared library implementing a Lisp dialect"
-HOMEPAGE="http://librep.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="emacs readline"
-
-RDEPEND=">=sys-libs/gdbm-1.8.0
- emacs? ( virtual/emacs )
- readline? ( sys-libs/readline )"
-DEPEND="${RDEPEND}
- sys-apps/texinfo"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.17.3-disable-elisp.patch
-}
-
-src_compile() {
- econf \
- --libexecdir=/usr/$(get_libdir) \
- --without-gmp \
- --without-ffi \
- $(use_with readline) || die "configure failed"
-
- emake || die "make failed"
-
- if use emacs; then
- elisp-compile rep-debugger.el || die "elisp-compile failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO TREE
- docinto doc
- dodoc doc/*
-
- if use emacs; then
- elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \
- || die "elisp-site-file-install failed"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-libs/librep/librep-0.90.5.ebuild b/dev-libs/librep/librep-0.90.5.ebuild
deleted file mode 100644
index 79a59a39d7fa..000000000000
--- a/dev-libs/librep/librep-0.90.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.90.5.ebuild,v 1.1 2010/03/28 19:42:33 truedfx Exp $
-
-inherit eutils multilib elisp-common
-
-DESCRIPTION="Shared library implementing a Lisp dialect"
-HOMEPAGE="http://librep.sourceforge.net/"
-SRC_URI="http://download.tuxfamily.org/sawfish/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="emacs readline"
-
-RDEPEND=">=sys-libs/gdbm-1.8.0
- emacs? ( virtual/emacs )
- readline? ( sys-libs/readline )"
-DEPEND="${RDEPEND}
- sys-apps/texinfo"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.17.3-disable-elisp.patch
-}
-
-src_compile() {
- econf \
- --libexecdir=/usr/$(get_libdir) \
- --without-gmp \
- --without-ffi \
- $(use_with readline) || die "configure failed"
-
- emake || die "make failed"
-
- if use emacs; then
- elisp-compile rep-debugger.el || die "elisp-compile failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO TREE
- docinto doc
- dodoc doc/*
-
- if use emacs; then
- elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \
- || die "elisp-site-file-install failed"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-libs/librep/metadata.xml b/dev-libs/librep/metadata.xml
index 923029ae59bb..73420b6cf0f0 100644
--- a/dev-libs/librep/metadata.xml
+++ b/dev-libs/librep/metadata.xml
@@ -3,7 +3,6 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>truedfx@gentoo.org</email>
- <name>Harald van Dijk</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>