summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-03-08 11:56:26 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-03-08 11:56:26 +0000
commit123882c30828264d381be84bfb1968ad7d1afa42 (patch)
tree1efd86f9dff5c4f67128077620eb0901f33a8242 /dev-tex/listings
parentversion bump, bug #172443 (diff)
downloadgentoo-2-123882c30828264d381be84bfb1968ad7d1afa42.tar.gz
gentoo-2-123882c30828264d381be84bfb1968ad7d1afa42.tar.bz2
gentoo-2-123882c30828264d381be84bfb1968ad7d1afa42.zip
remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-tex/listings')
-rw-r--r--dev-tex/listings/ChangeLog5
-rw-r--r--dev-tex/listings/listings-1.2.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-tex/listings/ChangeLog b/dev-tex/listings/ChangeLog
index ef60af8a87f4..68cab9894a39 100644
--- a/dev-tex/listings/ChangeLog
+++ b/dev-tex/listings/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/listings
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.16 2008/03/08 11:55:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.17 2008/03/08 11:56:26 aballier Exp $
+
+ 08 Mar 2008; Alexis Ballier <aballier@gentoo.org> -listings-1.2.ebuild:
+ remove old
*listings-1.4 (08 Mar 2008)
diff --git a/dev-tex/listings/listings-1.2.ebuild b/dev-tex/listings/listings-1.2.ebuild
deleted file mode 100644
index c21c4e6aeff5..000000000000
--- a/dev-tex/listings/listings-1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.2.ebuild,v 1.4 2005/02/05 10:34:34 hansmi Exp $
-
-inherit latex-package
-
-S=${WORKDIR}
-
-DESCRIPTION="A source code and pretty print package for LaTeX"
-#SRC_URI="http://www.atscire.de/index.php?nav=download&file=${P}.zip"
-SRC_URI="mirror://gentoo/${P}.zip"
-HOMEPAGE="http://www.atscire.de/products/listings"
-LICENSE="LPPL-1.2"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~sparc ppc"
-DEPEND="app-arch/unzip"
-
-# these functions are overridden from the base class because
-# we need to do docs things using texi2dvi in
-# /var/cache/fonts
-src_install() {
-
- addwrite /var/cache/fonts
- latex-package_src_doinstall styles fonts pdf dtx
-
-}