diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-10-30 19:00:56 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-10-30 19:00:56 +0000 |
commit | 39bb45e8bc3aedf8f7d61de3e726a85c3dae6131 (patch) | |
tree | f6f2751fa7ad1e1c010f042c3bb9cc6832906406 /media-gfx/optipng | |
parent | Removed mask on quicktime4linux as it's removed from portage. (diff) | |
download | historical-39bb45e8bc3aedf8f7d61de3e726a85c3dae6131.tar.gz historical-39bb45e8bc3aedf8f7d61de3e726a85c3dae6131.tar.bz2 historical-39bb45e8bc3aedf8f7d61de3e726a85c3dae6131.zip |
Marked ~ppc-macos (bug #110826)
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'media-gfx/optipng')
-rw-r--r-- | media-gfx/optipng/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/optipng/Manifest | 14 | ||||
-rw-r--r-- | media-gfx/optipng/optipng-0.4.8-r1.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/media-gfx/optipng/ChangeLog b/media-gfx/optipng/ChangeLog index 0d929f494121..a8f458e1b75b 100644 --- a/media-gfx/optipng/ChangeLog +++ b/media-gfx/optipng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/optipng # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.23 2005/10/10 12:54:45 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.24 2005/10/30 19:00:56 grobian Exp $ + + 30 Oct 2005; Fabian Groffen <grobian@gentoo.org> optipng-0.4.8-r1.ebuild: + Marked ~ppc-macos (bug #110826) 10 Oct 2005; Fernando J. Pereda <ferdy@gentoo.org> optipng-0.4.8-r1.ebuild: diff --git a/media-gfx/optipng/Manifest b/media-gfx/optipng/Manifest index ab8fcbdf0981..2fc4c2f77d1b 100644 --- a/media-gfx/optipng/Manifest +++ b/media-gfx/optipng/Manifest @@ -1,10 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f458e1513b10f7db4fc06865bb7615b7 optipng-0.4.8-r1.ebuild 922 +MD5 865e94bfc19aedcb3eb7d6c63afb25bf optipng-0.4.8-r1.ebuild 935 MD5 24e4516150c74ca051b37bc100498e46 optipng-0.4.8.ebuild 931 MD5 86d23c83773f704f2e0716a2bc035cdc optipng-0.4.5.ebuild 2587 -MD5 772bb49dbe8577be4f28e886368dc49f ChangeLog 2974 +MD5 3805815a8ba53625e46b9caa4336eb3d ChangeLog 3087 MD5 c7fc1e1bf37885691cf1d6733401eb03 optipng-0.4.7.ebuild 922 MD5 d1fd781dd463a1e5d87df46fad732ec6 metadata.xml 400 MD5 5d355d799e3bb4eb76b567156932b803 files/digest-optipng-0.4.8-r1 65 @@ -14,10 +11,3 @@ MD5 5d355d799e3bb4eb76b567156932b803 files/digest-optipng-0.4.8 65 MD5 eab5451d70e601bb80438372adbcc3cd files/optipng-more-makefile-options.diff 1423 MD5 ee642ac85110cd1a39ac0f53a753289e files/optipng-zlib-security.diff 1455 MD5 95e87b9aa8430dbe8d14268fb922a818 files/optipng-0.4.5-more-makefile-options.diff 2271 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDSmS0ViELBEf1JB0RAtPWAJ4zFmfkdcgMD0AB2GhGOw2oI73KrACfbnMP -zF8e6IcNPoNj/6MMWJpE/6g= -=Y5is ------END PGP SIGNATURE----- diff --git a/media-gfx/optipng/optipng-0.4.8-r1.ebuild b/media-gfx/optipng/optipng-0.4.8-r1.ebuild index 9386436060f8..fa4af6fb7f88 100644 --- a/media-gfx/optipng/optipng-0.4.8-r1.ebuild +++ b/media-gfx/optipng/optipng-0.4.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.4.8-r1.ebuild,v 1.3 2005/10/10 12:54:45 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.4.8-r1.ebuild,v 1.4 2005/10/30 19:00:56 grobian Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cs.toronto.edu/~cosmin/pngtech/optipng/" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha ~amd64 ppc x86" +KEYWORDS="alpha ~amd64 ppc ~ppc-macos x86" IUSE="" DEPEND="virtual/libc" |