diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-09-11 23:51:08 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-09-11 23:51:08 +0000 |
commit | f328b5af9ef5ecefe07ebd1bbdc89ec7f0a364fc (patch) | |
tree | d92b23e42b869895bd779287b8975487f46f290b /app-text | |
parent | Version bump and add bash-completion-r1 (diff) | |
download | gentoo-2-f328b5af9ef5ecefe07ebd1bbdc89ec7f0a364fc.tar.gz gentoo-2-f328b5af9ef5ecefe07ebd1bbdc89ec7f0a364fc.tar.bz2 gentoo-2-f328b5af9ef5ecefe07ebd1bbdc89ec7f0a364fc.zip |
Remove old.
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xindy/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xindy/files/xindy-2.3-clisp-2.48.patch | 24 | ||||
-rw-r--r-- | app-text/xindy/xindy-2.3.ebuild | 41 |
3 files changed, 5 insertions, 66 deletions
diff --git a/app-text/xindy/ChangeLog b/app-text/xindy/ChangeLog index e21227275b0f..8d6b817a1170 100644 --- a/app-text/xindy/ChangeLog +++ b/app-text/xindy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xindy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.17 2011/08/13 06:29:35 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.18 2011/09/11 23:51:08 radhermit Exp $ + + 11 Sep 2011; Tim Harder <radhermit@gentoo.org> -xindy-2.3.ebuild, + -files/xindy-2.3-clisp-2.48.patch: + Remove old. 13 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> xindy-2.4.ebuild: ppc stable wrt #356789 diff --git a/app-text/xindy/files/xindy-2.3-clisp-2.48.patch b/app-text/xindy/files/xindy-2.3-clisp-2.48.patch deleted file mode 100644 index cb00a03f1f49..000000000000 --- a/app-text/xindy/files/xindy-2.3-clisp-2.48.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Nuar rte.orig/Makefile.am rte/Makefile.am ---- rte.orig/Makefile.am 2009-09-07 11:32:27.960203413 +0300 -+++ rte/Makefile.am 2009-09-07 11:33:18.297274183 +0300 -@@ -75,7 +75,7 @@ - xindy-build-dir: $(CLISP_PREREQ) - $(RM_R) xindy-build-dir - $(MAKE) -C ordrules ordrulei.c -- $(clisp_link) add-module-set ordrules $(fulldir) $@ -+ $(clisp_link) add $(fulldir) $@ ordrules - cp $@/lisp.run $(binariesdir)/xindy.run - cp $@/lispinit.mem $(binariesdir)/base.mem - -diff -Nuar rte.orig/Makefile.in rte/Makefile.in ---- rte.orig/Makefile.in 2009-09-07 11:32:28.150197349 +0300 -+++ rte/Makefile.in 2009-09-07 11:32:54.205447337 +0300 -@@ -318,7 +318,7 @@ - xindy-build-dir: $(CLISP_PREREQ) - $(RM_R) xindy-build-dir - $(MAKE) -C ordrules ordrulei.c -- $(clisp_link) add-module-set ordrules $(fulldir) $@ -+ $(clisp_link) add $(fulldir) $@ ordrules - cp $@/lisp.run $(binariesdir)/xindy.run - cp $@/lispinit.mem $(binariesdir)/base.mem - diff --git a/app-text/xindy/xindy-2.3.ebuild b/app-text/xindy/xindy-2.3.ebuild deleted file mode 100644 index fda70a04fbcf..000000000000 --- a/app-text/xindy/xindy-2.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.3.ebuild,v 1.10 2010/04/24 11:12:33 aballier Exp $ - -inherit eutils - -DESCRIPTION="A Flexible Indexing System" - -HOMEPAGE="http://www.xindy.org/" -SRC_URI="mirror://sourceforge/xindy/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc x86" - -IUSE="doc" -RDEPEND="virtual/latex-base - >=dev-lisp/clisp-2.44.1-r1 - || ( dev-texlive/texlive-langcyrillic app-text/ptex )" -DEPEND="${RDEPEND} - sys-devel/flex" - -src_unpack() { - unpack ${A} - cd "${S}" - has_version '>=dev-lisp/clisp-2.48' && epatch "${FILESDIR}/${P}-clisp-2.48.patch" -} - -src_compile() { - local clisp_dir - clisp_dir=`clisp --version | grep "Installation directory:" | sed 's/Installation directory: //'` - econf \ - $(use_enable doc docs) \ - --enable-external-clisp --enable-clisp-dir=${clisp_dir} - VARTEXFONTS="${T}/fonts" emake -j1 || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - dodoc AUTHORS ChangeLog.Gour NEWS README -} |