summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-05-25 18:59:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-05-25 18:59:01 +0000
commitd109db61b5a86092b642ef73e64e47d4ea863980 (patch)
treeb202635ef99b91e4ebc60ac8f9beaae74d237ef4 /app-text/dvisvgm
parentversion bump (diff)
downloadgentoo-2-d109db61b5a86092b642ef73e64e47d4ea863980.tar.gz
gentoo-2-d109db61b5a86092b642ef73e64e47d4ea863980.tar.bz2
gentoo-2-d109db61b5a86092b642ef73e64e47d4ea863980.zip
remove old
(Portage version: 2.2.0_alpha35/cvs/Linux x86_64)
Diffstat (limited to 'app-text/dvisvgm')
-rw-r--r--app-text/dvisvgm/ChangeLog6
-rw-r--r--app-text/dvisvgm/dvisvgm-1.0.3.ebuild32
-rw-r--r--app-text/dvisvgm/dvisvgm-1.0.4.ebuild32
-rw-r--r--app-text/dvisvgm/dvisvgm-1.0.5.ebuild32
-rw-r--r--app-text/dvisvgm/dvisvgm-1.0.6.ebuild32
5 files changed, 5 insertions, 129 deletions
diff --git a/app-text/dvisvgm/ChangeLog b/app-text/dvisvgm/ChangeLog
index e8523b7baa42..6187883c5631 100644
--- a/app-text/dvisvgm/ChangeLog
+++ b/app-text/dvisvgm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/dvisvgm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.11 2011/05/25 18:57:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.12 2011/05/25 18:59:01 aballier Exp $
+
+ 25 May 2011; Alexis Ballier <aballier@gentoo.org> -dvisvgm-1.0.3.ebuild,
+ -dvisvgm-1.0.4.ebuild, -dvisvgm-1.0.5.ebuild, -dvisvgm-1.0.6.ebuild:
+ remove old
*dvisvgm-1.0.7 (25 May 2011)
diff --git a/app-text/dvisvgm/dvisvgm-1.0.3.ebuild b/app-text/dvisvgm/dvisvgm-1.0.3.ebuild
deleted file mode 100644
index 7d79a044d459..000000000000
--- a/app-text/dvisvgm/dvisvgm-1.0.3.ebuild
+++ /dev/null
@@ -1,32 +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/dvisvgm/dvisvgm-1.0.3.ebuild,v 1.6 2011/02/27 15:50:04 armin76 Exp $
-
-EAPI=3
-
-DESCRIPTION="Converts DVI files to SVG"
-HOMEPAGE="http://dvisvgm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~ppc-macos"
-IUSE="test"
-# Tests don't work from $WORKDIR: kpathsea tries to search in relative
-# directories from where the binary is executed.
-# We cannot really use absolute paths in the kpathsea configuration since that
-# would make it harder for prefix installs.
-RESTRICT="test"
-
-RDEPEND="virtual/tex-base
- app-text/ghostscript-gpl
- media-libs/freetype:2
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- test? ( dev-util/gtest )"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README || die
-}
diff --git a/app-text/dvisvgm/dvisvgm-1.0.4.ebuild b/app-text/dvisvgm/dvisvgm-1.0.4.ebuild
deleted file mode 100644
index a72d2b11528e..000000000000
--- a/app-text/dvisvgm/dvisvgm-1.0.4.ebuild
+++ /dev/null
@@ -1,32 +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/dvisvgm/dvisvgm-1.0.4.ebuild,v 1.3 2011/02/27 15:50:04 armin76 Exp $
-
-EAPI=3
-
-DESCRIPTION="Converts DVI files to SVG"
-HOMEPAGE="http://dvisvgm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos"
-IUSE="test"
-# Tests don't work from $WORKDIR: kpathsea tries to search in relative
-# directories from where the binary is executed.
-# We cannot really use absolute paths in the kpathsea configuration since that
-# would make it harder for prefix installs.
-RESTRICT="test"
-
-RDEPEND="virtual/tex-base
- app-text/ghostscript-gpl
- media-libs/freetype:2
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- test? ( dev-util/gtest )"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README || die
-}
diff --git a/app-text/dvisvgm/dvisvgm-1.0.5.ebuild b/app-text/dvisvgm/dvisvgm-1.0.5.ebuild
deleted file mode 100644
index 905864083ab4..000000000000
--- a/app-text/dvisvgm/dvisvgm-1.0.5.ebuild
+++ /dev/null
@@ -1,32 +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/dvisvgm/dvisvgm-1.0.5.ebuild,v 1.1 2011/04/14 12:22:00 aballier Exp $
-
-EAPI=3
-
-DESCRIPTION="Converts DVI files to SVG"
-HOMEPAGE="http://dvisvgm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos"
-IUSE="test"
-# Tests don't work from $WORKDIR: kpathsea tries to search in relative
-# directories from where the binary is executed.
-# We cannot really use absolute paths in the kpathsea configuration since that
-# would make it harder for prefix installs.
-RESTRICT="test"
-
-RDEPEND="virtual/tex-base
- app-text/ghostscript-gpl
- media-libs/freetype:2
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- test? ( dev-util/gtest )"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README || die
-}
diff --git a/app-text/dvisvgm/dvisvgm-1.0.6.ebuild b/app-text/dvisvgm/dvisvgm-1.0.6.ebuild
deleted file mode 100644
index 649999c5e467..000000000000
--- a/app-text/dvisvgm/dvisvgm-1.0.6.ebuild
+++ /dev/null
@@ -1,32 +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/dvisvgm/dvisvgm-1.0.6.ebuild,v 1.1 2011/04/28 14:50:58 aballier Exp $
-
-EAPI=3
-
-DESCRIPTION="Converts DVI files to SVG"
-HOMEPAGE="http://dvisvgm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos"
-IUSE="test"
-# Tests don't work from $WORKDIR: kpathsea tries to search in relative
-# directories from where the binary is executed.
-# We cannot really use absolute paths in the kpathsea configuration since that
-# would make it harder for prefix installs.
-RESTRICT="test"
-
-RDEPEND="virtual/tex-base
- app-text/ghostscript-gpl
- media-libs/freetype:2
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- test? ( dev-util/gtest )"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README || die
-}