Remove old.
authorTim Harder <radhermit@gentoo.org>
Sun, 11 Sep 2011 23:53:41 +0000 (23:53 +0000)
committerTim Harder <radhermit@gentoo.org>
Sun, 11 Sep 2011 23:53:41 +0000 (23:53 +0000)
Package-Manager: portage-2.2.0_alpha55/cvs/Linux x86_64

app-text/csvfix/ChangeLog
app-text/csvfix/csvfix-1.00c.ebuild [deleted file]
app-text/csvfix/files/csvfix-1.00c-tests.patch [deleted file]
app-text/xindy/ChangeLog
app-text/xindy/files/xindy-2.3-clisp-2.48.patch [deleted file]
app-text/xindy/xindy-2.3.ebuild [deleted file]

index 1072024e8a786ca85adfec5980dbe0cedb5cb01c..43d384b567ad0b18e66cd21a7ac7fef38b49eacc 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/csvfix
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/csvfix/ChangeLog,v 1.3 2011/08/07 18:53:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/csvfix/ChangeLog,v 1.4 2011/09/11 23:53:41 radhermit Exp $
+
+  11 Sep 2011; Tim Harder <radhermit@gentoo.org> -csvfix-1.00c.ebuild,
+  -files/csvfix-1.00c-tests.patch:
+  Remove old.
 
 *csvfix-1.10a (07 Aug 2011)
 
diff --git a/app-text/csvfix/csvfix-1.00c.ebuild b/app-text/csvfix/csvfix-1.00c.ebuild
deleted file mode 100644 (file)
index aa539c6..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/csvfix/csvfix-1.00c.ebuild,v 1.1 2011/04/22 05:05:34 radhermit Exp $
-
-EAPI=4
-
-inherit eutils toolchain-funcs versionator
-
-MY_P="${PN}_src_$(delete_all_version_separators)"
-DESCRIPTION="A stream editor for manipulating CSV files"
-HOMEPAGE="http://code.google.com/p/csvfix/"
-SRC_URI="http://csvfix.googlecode.com/files/${MY_P}.zip
-       doc? ( http://csvfix.googlecode.com/files/${PN}_man_html_100.zip )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-# Currently fails the exec test
-RESTRICT="test"
-
-RDEPEND="dev-libs/expat"
-DEPEND="${RDEPEND}
-       app-arch/unzip"
-
-S=${WORKDIR}/${PN}-build
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-make.patch \
-               "${FILESDIR}"/${P}-tests.patch
-
-       edos2unix $(find csvfix/test -type f)
-}
-
-src_compile() {
-       emake CC="$(tc-getCXX)" AR="$(tc-getAR)" lin
-}
-
-src_test() {
-       cd ${PN}/test
-       chmod +x run1 runall
-       ./runall || die "tests failed"
-}
-
-src_install() {
-       dobin csvfix/bin/csvfix
-       use doc && dohtml "${WORKDIR}"/HTML/*
-}
diff --git a/app-text/csvfix/files/csvfix-1.00c-tests.patch b/app-text/csvfix/files/csvfix-1.00c-tests.patch
deleted file mode 100644 (file)
index 0b89f9c..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
---- csvfix-build.orig/csvfix/test/run1
-+++ csvfix-build/csvfix/test/run1
-@@ -1,4 +1,4 @@
--#!bash\r
-+#!/bin/bash\r
- # run1\r
- # run single test\r
- # copyright (C) 2008 Neil Butterworth\r
-@@ -49,7 +49,7 @@
- fi\r
\r
- # exe to be tested - used in tests\r
--CSVED=../bin/csvfix.exe\r
-+CSVED=../bin/csvfix\r
- export CSVED\r
\r
- if [ ! -f "$CSVED" ]\r
-@@ -64,7 +64,7 @@
- fi\r
\r
- # where to find diff & where to put output\r
--DIFF=/bin/diff\r
-+DIFF=/usr/bin/diff\r
- DIFFOUT=tmp/_diffout\r
- WINDIFF="C:/Program Files/Microsoft Visual Studio/Common/Tools/WINDIFF.EXE"\r
- TEST=`basename $TEST`\r
-@@ -133,5 +133,7 @@
-       fi\r
- else\r
-       echo "Execution problem with $TEST - please correct"\r
-+      color_red "FAILED $TEST"\r
-+      exit 1\r
- fi\r
\r
---- csvfix-build.orig/csvfix/test/runall
-+++ csvfix-build/csvfix/test/runall
-@@ -1,4 +1,4 @@
--#!bash\r
-+#!/bin/bash\r
- # runall.bash\r
- # run all tests and report\r
\r
-@@ -9,7 +9,7 @@
- FAILS=0\r
- for TEST in tests/*.test\r
- do\r
--      TESTNAME=`basename $TEST`       \r
-+      TESTNAME=`basename $TEST`\r
-       if ./run1 $TESTNAME\r
-       then\r
-               let PASSES=PASSES+1\r
-@@ -22,3 +22,8 @@
- echo $FAILS failed, $PASSES passed\r
- echo ""\r
\r
-+if [[ $FAILS -gt 0 ]]; then\r
-+      exit 1\r
-+else\r
-+      exit 0\r
-+fi\r
index e21227275b0f4bbc90acb71e4d70c4a21e26f4f9..8d6b817a11705cf8347ed6f9afa228928cd20319 100644 (file)
@@ -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 (file)
index cb00a03..0000000
+++ /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 (file)
index fda70a0..0000000
+++ /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
-}