summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-16 22:03:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-16 22:03:07 +0000
commita7b67d15c88668895af5ee3d31b3a8b3f76232f8 (patch)
treee3b407054eb7484ac92547d0ce30bb077db160c4 /dev-tex/crosstex
parentremove Claws mask as all are in the tree (diff)
downloadgentoo-2-a7b67d15c88668895af5ee3d31b3a8b3f76232f8.tar.gz
gentoo-2-a7b67d15c88668895af5ee3d31b3a8b3f76232f8.tar.bz2
gentoo-2-a7b67d15c88668895af5ee3d31b3a8b3f76232f8.zip
remove old
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
Diffstat (limited to 'dev-tex/crosstex')
-rw-r--r--dev-tex/crosstex/ChangeLog5
-rw-r--r--dev-tex/crosstex/crosstex-0.5.6.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/dev-tex/crosstex/ChangeLog b/dev-tex/crosstex/ChangeLog
index ce8a69264c22..ea750e2565e1 100644
--- a/dev-tex/crosstex/ChangeLog
+++ b/dev-tex/crosstex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/crosstex
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/crosstex/ChangeLog,v 1.4 2008/08/07 22:41:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/crosstex/ChangeLog,v 1.5 2008/10/16 22:03:07 aballier Exp $
+
+ 16 Oct 2008; Alexis Ballier <aballier@gentoo.org> -crosstex-0.5.6.ebuild:
+ remove old
*crosstex-0.6 (07 Aug 2008)
diff --git a/dev-tex/crosstex/crosstex-0.5.6.ebuild b/dev-tex/crosstex/crosstex-0.5.6.ebuild
deleted file mode 100644
index d15f9b44021a..000000000000
--- a/dev-tex/crosstex/crosstex-0.5.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/crosstex/crosstex-0.5.6.ebuild,v 1.4 2008/05/29 16:41:40 hawking Exp $
-
-inherit python
-
-DESCRIPTION="CrossTeX - object oriented BibTeX replacement"
-HOMEPAGE="http://www.cs.cornell.edu/people/egs/crosstex/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="dev-lang/python
- dev-python/ply"
-DEPEND="${RDEPEND}"
-
-src_install() {
- python_version
-
- cd "${S}"
- emake \
- ROOT="${D}" \
- PREFIX="/usr" \
- LIBDIR="/$(get_libdir)/python${PYVER}/site-packages" \
- install || die "make install failed"
-
- dodoc "${PN}".pdf
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins tests/*
- fi
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}