summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2010-01-27 20:00:13 +0100
committerHans de Graaff <hans@degraaff.org>2010-01-27 20:00:13 +0100
commita6758809535468b9a19689998bb7c57a7ad009ba (patch)
tree497693a392b40a2f812445881f6106557bc28268 /app-text
parentInitial import. (diff)
downloadgraaff-a6758809535468b9a19689998bb7c57a7ad009ba.tar.gz
graaff-a6758809535468b9a19689998bb7c57a7ad009ba.tar.bz2
graaff-a6758809535468b9a19689998bb7c57a7ad009ba.zip
Oops, fix install location.
(Portage version: 2.1.7.16/git/Linux x86_64) (Signed Manifest commit)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ttf2eot/ChangeLog3
-rw-r--r--app-text/ttf2eot/Manifest10
-rw-r--r--app-text/ttf2eot/ttf2eot-0.0.2.2.ebuild1
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/ttf2eot/ChangeLog b/app-text/ttf2eot/ChangeLog
index af4892c5..28d77825 100644
--- a/app-text/ttf2eot/ChangeLog
+++ b/app-text/ttf2eot/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Jan 2010; Hans de Graaff <graaff@gentoo.org> ttf2eot-0.0.2.2.ebuild:
+ Oops, fix install location.
+
*ttf2eot-0.0.2.2 (27 Jan 2010)
27 Jan 2010; Hans de Graaff <graaff@gentoo.org> +ttf2eot-0.0.2.2.ebuild,
diff --git a/app-text/ttf2eot/Manifest b/app-text/ttf2eot/Manifest
index 47fe8c81..e2026311 100644
--- a/app-text/ttf2eot/Manifest
+++ b/app-text/ttf2eot/Manifest
@@ -2,13 +2,13 @@
Hash: SHA1
DIST ttf2eot-0.0.2-2.tar.gz 4951 RMD160 9710d38f4c33a42863d3c4a5aceffe6aac55f0ec SHA1 c9a64216e7a090cb50f7a5074865218623dea75d SHA256 023cf04d7c717657e92afe566518bf2a696ab22a2a8eba764340000bebff8db8
-EBUILD ttf2eot-0.0.2.2.ebuild 619 RMD160 60d75fecabde140e2ec41c531ed0514afa6b4bb5 SHA1 ef1720e8d17f586bcc7966cc13c6a810a9a4b745 SHA256 500b527cd56adae0d24f8e817f0e50ef1ed5c0a76379f8486ca0d2b4c188d2d1
-MISC ChangeLog 260 RMD160 872117c91c18e7dc95c32f97d3122fbccd844ad7 SHA1 1d2893e396805c2035700cb970a96604fc045740 SHA256 14202913f663695be4abbb821c9b4199234be4e74c745d2b2c46f022abd87da7
+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)
-iEYEARECAAYFAktgi0AACgkQeM7EJeUH71OrAQCeMPntjN86DdSli/QTxgYuaXDd
-FlsAmwYwYdIjVfsSobIU2XDluQrACURm
-=JV3p
+iEYEARECAAYFAktgjT0ACgkQeM7EJeUH71P91gCgjzZJoUHB47eRH0sHaEi4s6k+
+swwAoIxmWXg8S8KLu46d82DJlJzxFpca
+=DXb3
-----END PGP SIGNATURE-----
diff --git a/app-text/ttf2eot/ttf2eot-0.0.2.2.ebuild b/app-text/ttf2eot/ttf2eot-0.0.2.2.ebuild
index 4e933289..1b582d3a 100644
--- a/app-text/ttf2eot/ttf2eot-0.0.2.2.ebuild
+++ b/app-text/ttf2eot/ttf2eot-0.0.2.2.ebuild
@@ -23,6 +23,7 @@ src_compile() {
}
src_install() {
+ exeinto /usr/bin
doexe ttf2eot
dodoc ChangeLog README
}