]> Pileus Git - ~andy/sunrise/commitdiff
media-gfx/fly: EAPI bump, changed depend logic.
authorPiotr Szymaniak <lazy_bum@o2.pl>
Sat, 9 Jul 2011 18:44:01 +0000 (18:44 +0000)
committerPiotr Szymaniak <lazy_bum@o2.pl>
Sat, 9 Jul 2011 18:44:01 +0000 (18:44 +0000)
svn path=/sunrise/; revision=12218

media-gfx/fly/ChangeLog
media-gfx/fly/Manifest
media-gfx/fly/fly-2.0.1.ebuild

index 667b26227db0622791587f069127688209b168fe..dc880bdd8e39c46e28db4587001c852e0cd722f6 100644 (file)
@@ -1,7 +1,10 @@
 # ChangeLog for media-gfx/fly
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Jul 2011; Piotr Szymaniak <szarpaj@grubelek.pl> fly-2.0.1.ebuild:
+  EAPI bump, changed depend logic.
+
   02 Sep 2010; Christophe LEFEBVRE (chtof) <chtof62@gmail.com>
   +fly-2.0.1.ebuild, +metadata.xml:
   New Ebuild for bug 335613 thanks to xmw and Tommy
index 7079d7860b7d4bdab8a9525aabeced26f2778ee2..dc2593a0254eb17c718bb4274faf342d7f7fb4e7 100644 (file)
@@ -1,4 +1,4 @@
 DIST fly-2.0.1.tar.gz 59272 RMD160 9e3acfe94f3511bbf0a8c62407daa2eeddb10dc8 SHA1 c7400f1c9fba68b86fea74c0ae724fc6d90770e6 SHA256 492351681ee243fd90d2d386d813b9e2b5f8515c345e286d682cc2ea539ddcc6
-EBUILD fly-2.0.1.ebuild 572 RMD160 a6d5f221ad5dbb458663e0064a830bf0597ef1ab SHA1 8bc31a4f7d22dcd95f0e66509e524c262a5d8496 SHA256 0438c308905f1f5d618a969f27293eee02d13c8252949df3dc75c11418c4fca1
-MISC ChangeLog 266 RMD160 d8a5df4fcbce7bdbefb2168e77940c6797f42cae SHA1 a0cf698d2957e81c9b38667ae62559d62a349d8d SHA256 31974e5f2afdc740d81c3823f0b35023e50527e6e5e0b04dd198d059bd9895db
+EBUILD fly-2.0.1.ebuild 538 RMD160 0dda23d5a9087a66f12ac9e603084fe7b793b4a6 SHA1 c182d7b41e2555c84ab29e731b6aca8074242f7d SHA256 a0fab2eb2b0af95c4d2f18afb6441d89f5e8f7fda04ae324d204e2bccefe3009
+MISC ChangeLog 373 RMD160 878976e68d23a2cff45927402f54f39308051604 SHA1 70a0fae599010f3963fb622e36d0acfd9e8db9f5 SHA256 0211c635a8b5d19b5a9a342a6258f178a8796071c46325fbfa81ad38e7491c88
 MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
index e4fc2096e5822d366ae52ef2fc69c056fc5417f1..0704879c4c1eb088abb58d0be3827fa1eee76a20 100644 (file)
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=4
+
 DESCRIPTION="Creates PNG, JPEG or GIF images from CGI and other programs"
 HOMEPAGE="http://martin.gleeson.net/fly/"
 SRC_URI="http://martin.gleeson.net/${PN}/dist/${P}.tar.gz"
@@ -12,17 +14,15 @@ KEYWORDS="~amd64"
 IUSE="examples"
 
 DEPEND="media-libs/freetype
-       media-libs/gd
-       virtual/jpeg
-       media-libs/libpng"
+       media-libs/gd[jpeg,png]"
 RDEPEND="${DEPEND}"
 
 src_install() {
-       dobin fly || die
+       dobin ${PN}
 
-       dodoc doc/* README || die
+       dodoc doc/* README
 
        if use examples ; then
-               dodoc examples/* || die
+               dodoc examples/*
        fi
 }