diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-15 15:56:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-15 15:56:15 +0000 |
commit | f058be6a1b739822c08b19e6a028377aedd320ea (patch) | |
tree | 0bc20503791bbcc5d61a7d7810aa4ea39254f0d1 /app-emacs/elib | |
parent | x86 stable wrt bug #396671 (diff) | |
download | gentoo-2-f058be6a1b739822c08b19e6a028377aedd320ea.tar.gz gentoo-2-f058be6a1b739822c08b19e6a028377aedd320ea.tar.bz2 gentoo-2-f058be6a1b739822c08b19e6a028377aedd320ea.zip |
Remove old.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/elib')
-rw-r--r-- | app-emacs/elib/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/elib/elib-1.0.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/app-emacs/elib/ChangeLog b/app-emacs/elib/ChangeLog index b048bafabe7e..b658697628c8 100644 --- a/app-emacs/elib/ChangeLog +++ b/app-emacs/elib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/elib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/elib/ChangeLog,v 1.16 2012/01/15 15:53:12 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/elib/ChangeLog,v 1.17 2012/01/15 15:56:15 ulm Exp $ + + 15 Jan 2012; Ulrich Müller <ulm@gentoo.org> -elib-1.0.ebuild: + Remove old. 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> elib-1.0-r1.ebuild: x86 stable wrt bug #396795 diff --git a/app-emacs/elib/elib-1.0.ebuild b/app-emacs/elib/elib-1.0.ebuild deleted file mode 100644 index f815e62dce44..000000000000 --- a/app-emacs/elib/elib-1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/elib/elib-1.0.ebuild,v 1.15 2008/01/25 12:10:09 opfer Exp $ - -inherit elisp - -DESCRIPTION="The Emacs Lisp Library" -HOMEPAGE="http://jdee.sourceforge.net" -SRC_URI="http://jdee.sunsite.dk/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -SITEFILE=50elib-gentoo.el - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i 's:--infodir:--info-dir:g' Makefile -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dodir "${SITELISP}/elib" - dodir /usr/share/info - emake prefix="${D}/usr" infodir="${D}/usr/share/info" install || die "emake install failed" - - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - dodoc ChangeLog INSTALL NEWS README RELEASING TODO -} |