commit: 920de962c663d2d15ac1089fcaf06d2d0039fd5f Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Mon May 9 06:28:17 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon May 9 06:28:17 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=920de962
no longer maintained, no longer compiles app-text/ttf2eot/ChangeLog | 13 ------------- app-text/ttf2eot/Manifest | 14 -------------- app-text/ttf2eot/metadata.xml | 5 ----- app-text/ttf2eot/ttf2eot-0.0.2.2.ebuild | 29 ----------------------------- 4 files changed, 61 deletions(-) diff --git a/app-text/ttf2eot/ChangeLog b/app-text/ttf2eot/ChangeLog deleted file mode 100644 index 28d7782..0000000 --- a/app-text/ttf2eot/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for app-text/ttf2eot -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 27 Jan 2010; Hans de Graaff <[email protected]> ttf2eot-0.0.2.2.ebuild: - Oops, fix install location. - -*ttf2eot-0.0.2.2 (27 Jan 2010) - - 27 Jan 2010; Hans de Graaff <[email protected]> +ttf2eot-0.0.2.2.ebuild, - +metadata.xml: - Initial import. - diff --git a/app-text/ttf2eot/Manifest b/app-text/ttf2eot/Manifest deleted file mode 100644 index e202631..0000000 --- a/app-text/ttf2eot/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST ttf2eot-0.0.2-2.tar.gz 4951 RMD160 9710d38f4c33a42863d3c4a5aceffe6aac55f0ec SHA1 c9a64216e7a090cb50f7a5074865218623dea75d SHA256 023cf04d7c717657e92afe566518bf2a696ab22a2a8eba764340000bebff8db8 -EBUILD ttf2eot-0.0.2.2.ebuild 637 RMD160 ba034e99d8f6c7918eb8b29707e2aebc37209555 SHA1 81358012e8ce46d5eb51332f0568341a918f4723 SHA256 0b937ce5a6a939c61fbad8d6a6923a9dc63783ec0a5088323085b0027f6fc199 -MISC ChangeLog 365 RMD160 9a7c6a18f5351dddb9f2e39732c0d23344a69723 SHA1 8ee6429e7d184a0cfbacd4433108df980ca9b355 SHA256 2597ec43ba1dfdf5695f4dc310e5074d27997eee6b696927ff9fb9dceecbc82f -MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAktgjT0ACgkQeM7EJeUH71P91gCgjzZJoUHB47eRH0sHaEi4s6k+ -swwAoIxmWXg8S8KLu46d82DJlJzxFpca -=DXb3 ------END PGP SIGNATURE----- diff --git a/app-text/ttf2eot/metadata.xml b/app-text/ttf2eot/metadata.xml deleted file mode 100644 index f977299..0000000 --- a/app-text/ttf2eot/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version = '1.0' encoding = 'UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer><email>[email protected]</email></maintainer> -</pkgmetadata> diff --git a/app-text/ttf2eot/ttf2eot-0.0.2.2.ebuild b/app-text/ttf2eot/ttf2eot-0.0.2.2.ebuild deleted file mode 100644 index 1b582d3..0000000 --- a/app-text/ttf2eot/ttf2eot-0.0.2.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="Very small utility to convert TTF files to EOT. " -HOMEPAGE="http://code.google.com/p/ttf2eot/" - -# Point to any required sources; these will be automatically downloaded by -# Portage. -SRC_URI="http://ttf2eot.googlecode.com/files/ttf2eot-0.0.2-2.tar.gz" - -LICENSE="( GPL-2 BSD LGPL-2.1 )" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -S="${WORKDIR}/${PN}-0.0.2-2" - -src_compile() { - emake || die "Failed compiling ttf2eot." -} - -src_install() { - exeinto /usr/bin - doexe ttf2eot - dodoc ChangeLog README -}
