diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-08 13:18:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-08 13:18:04 +0000 |
commit | eda75b5e1f419bdee192a5b540bffc91dc6bc848 (patch) | |
tree | 6617c51a676fa73f5992626dc3b13c321437634a /app-text/lcdf-typetools | |
parent | version bump (diff) | |
download | gentoo-2-eda75b5e1f419bdee192a5b540bffc91dc6bc848.tar.gz gentoo-2-eda75b5e1f419bdee192a5b540bffc91dc6bc848.tar.bz2 gentoo-2-eda75b5e1f419bdee192a5b540bffc91dc6bc848.zip |
remove old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/lcdf-typetools')
-rw-r--r-- | app-text/lcdf-typetools/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild | 25 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild | 25 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.94.ebuild | 25 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.95.ebuild | 25 |
5 files changed, 6 insertions, 101 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog index 3c64d582e12a..0c0cb92e4d54 100644 --- a/app-text/lcdf-typetools/ChangeLog +++ b/app-text/lcdf-typetools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/lcdf-typetools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.102 2013/05/08 13:15:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.103 2013/05/08 13:18:04 aballier Exp $ + + 08 May 2013; Alexis Ballier <aballier@gentoo.org> + -lcdf-typetools-2.91.ebuild, -lcdf-typetools-2.92.ebuild, + -lcdf-typetools-2.94.ebuild, -lcdf-typetools-2.95.ebuild: + remove old *lcdf-typetools-2.98 (08 May 2013) diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild deleted file mode 100644 index 2d20a35c1fc2..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 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.91.ebuild,v 1.9 2012/03/06 21:32:13 ranger 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 ~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.92.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild deleted file mode 100644 index db61f0cc9e08..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 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.92.ebuild,v 1.9 2012/07/08 16:03:16 armin76 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.94.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.94.ebuild deleted file mode 100644 index f22a6207e03a..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.94.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 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.94.ebuild,v 1.1 2012/08/08 20:52:07 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.95.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.95.ebuild deleted file mode 100644 index f4eed8edf85e..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.95.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 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.95.ebuild,v 1.1 2012/10/11 11:29:51 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 -} |