]> Pileus Git - ~andy/sunrise/commitdiff
media-gfx/fly: New Ebuild for bug 335613 thanks to xmw and Tommy
authorChristophe LEFEBVRE (chtof) <chtof62@gmail.com>
Thu, 2 Sep 2010 19:16:05 +0000 (19:16 +0000)
committerChristophe LEFEBVRE (chtof) <chtof62@gmail.com>
Thu, 2 Sep 2010 19:16:05 +0000 (19:16 +0000)
svn path=/sunrise/; revision=11280

media-gfx/fly/ChangeLog [new file with mode: 0644]
media-gfx/fly/Manifest [new file with mode: 0644]
media-gfx/fly/fly-2.0.1.ebuild [new file with mode: 0644]
media-gfx/fly/metadata.xml [new file with mode: 0644]

diff --git a/media-gfx/fly/ChangeLog b/media-gfx/fly/ChangeLog
new file mode 100644 (file)
index 0000000..667b262
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for media-gfx/fly
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  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
+
diff --git a/media-gfx/fly/Manifest b/media-gfx/fly/Manifest
new file mode 100644 (file)
index 0000000..7079d78
--- /dev/null
@@ -0,0 +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
+MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
diff --git a/media-gfx/fly/fly-2.0.1.ebuild b/media-gfx/fly/fly-2.0.1.ebuild
new file mode 100644 (file)
index 0000000..e4fc209
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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"
+
+LICENSE="fly"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+DEPEND="media-libs/freetype
+       media-libs/gd
+       virtual/jpeg
+       media-libs/libpng"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       dobin fly || die
+
+       dodoc doc/* README || die
+
+       if use examples ; then
+               dodoc examples/* || die
+       fi
+}
diff --git a/media-gfx/fly/metadata.xml b/media-gfx/fly/metadata.xml
new file mode 100644 (file)
index 0000000..c6be580
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>no-herd</herd>
+       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>