summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-02 23:30:06 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-08-02 23:30:06 +0000
commitb6fa28392d58c683b3d728063596101c91eafdc0 (patch)
treefb2a5ce3119f06ee26d81dda9d51d70af8d523e7 /app-text/lcdf-typetools
parentExplicitly support Java using the appropriate eclass. Thanks to (diff)
downloadgentoo-2-b6fa28392d58c683b3d728063596101c91eafdc0.tar.gz
gentoo-2-b6fa28392d58c683b3d728063596101c91eafdc0.tar.bz2
gentoo-2-b6fa28392d58c683b3d728063596101c91eafdc0.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-text/lcdf-typetools')
-rw-r--r--app-text/lcdf-typetools/ChangeLog6
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.100.ebuild25
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.98.ebuild25
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.99.ebuild25
4 files changed, 5 insertions, 76 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog
index 093d9843f4d4..0be47b7edf80 100644
--- a/app-text/lcdf-typetools/ChangeLog
+++ b/app-text/lcdf-typetools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/lcdf-typetools
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.107 2015/07/22 12:25:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.108 2015/08/02 23:30:06 mrueg Exp $
+
+ 02 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -lcdf-typetools-2.100.ebuild,
+ -lcdf-typetools-2.98.ebuild, -lcdf-typetools-2.99.ebuild:
+ Remove old.
22 Jul 2015; Alexis Ballier <aballier@gentoo.org>
lcdf-typetools-2.104.ebuild:
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.100.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.100.ebuild
deleted file mode 100644
index 3db7acae8e51..000000000000
--- a/app-text/lcdf-typetools/lcdf-typetools-2.100.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.100.ebuild,v 1.1 2014/03/09 12:10:49 aballier Exp $
-
-EAPI=2
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
-HOMEPAGE="http://www.lcdf.org/type/#typetools"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="+kpathsea"
-
-DEPEND="kpathsea? ( virtual/tex-base )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf $(use_with kpathsea)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc NEWS README ONEWS
-}
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.98.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.98.ebuild
deleted file mode 100644
index 94a1875fc9e6..000000000000
--- a/app-text/lcdf-typetools/lcdf-typetools-2.98.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.98.ebuild,v 1.1 2013/05/08 13:15:56 aballier Exp $
-
-EAPI=2
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
-HOMEPAGE="http://www.lcdf.org/type/#typetools"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="+kpathsea"
-
-DEPEND="kpathsea? ( virtual/tex-base )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf $(use_with kpathsea)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc NEWS README ONEWS
-}
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.99.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.99.ebuild
deleted file mode 100644
index 730eea293a45..000000000000
--- a/app-text/lcdf-typetools/lcdf-typetools-2.99.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.99.ebuild,v 1.1 2013/08/27 16:38:25 aballier Exp $
-
-EAPI=2
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
-HOMEPAGE="http://www.lcdf.org/type/#typetools"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="+kpathsea"
-
-DEPEND="kpathsea? ( virtual/tex-base )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf $(use_with kpathsea)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc NEWS README ONEWS
-}