summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Lichtenthaeler (pvbcharon) <charon@episode-iv.de>2009-05-14 06:18:14 +0000
committerDennis Lichtenthaeler (pvbcharon) <charon@episode-iv.de>2009-05-14 06:18:14 +0000
commit271b57352db89b15b5944d5acae21141d01b35ab (patch)
tree0210e8b86a21cbcd09277356e359f21e3ce082a8 /media-gfx/gimp-texturize-plugin
parentRemoved unused eutils inherit, econf needs no die statement. (diff)
downloadsunrise-271b57352db89b15b5944d5acae21141d01b35ab.tar.gz
sunrise-271b57352db89b15b5944d5acae21141d01b35ab.tar.bz2
sunrise-271b57352db89b15b5944d5acae21141d01b35ab.zip
media-gfx/gimp-texturize-plugin: New ebuild via bug 213837. Thanks to bonsaikitten.
svn path=/sunrise/; revision=8539
Diffstat (limited to 'media-gfx/gimp-texturize-plugin')
-rw-r--r--media-gfx/gimp-texturize-plugin/ChangeLog8
-rw-r--r--media-gfx/gimp-texturize-plugin/Manifest4
-rw-r--r--media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild23
-rw-r--r--media-gfx/gimp-texturize-plugin/metadata.xml5
4 files changed, 40 insertions, 0 deletions
diff --git a/media-gfx/gimp-texturize-plugin/ChangeLog b/media-gfx/gimp-texturize-plugin/ChangeLog
new file mode 100644
index 000000000..d17931743
--- /dev/null
+++ b/media-gfx/gimp-texturize-plugin/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for media-gfx/gimp-texturize-plugin
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 14 May 2009; Dennis Lichtenthaeler (pvbcharon) <charon@episode-iv.de>
+ +gimp-texturize-plugin-2.1.ebuild, +metadata.xml:
+ New ebuild via bug 213837. Thanks to bonsaikitten.
+
diff --git a/media-gfx/gimp-texturize-plugin/Manifest b/media-gfx/gimp-texturize-plugin/Manifest
new file mode 100644
index 000000000..ed862886d
--- /dev/null
+++ b/media-gfx/gimp-texturize-plugin/Manifest
@@ -0,0 +1,4 @@
+DIST texturize-2.1_src.tgz 247321 RMD160 04a037d5a296b10de57d421e0a0358f3f48dab34 SHA1 f86637c98c2a72f05083b30a301c02b4db530209 SHA256 e3b124c466b0092d7de7a4c54477d0a9183c8368d19afe97e9ddf9f18ac0b231
+EBUILD gimp-texturize-plugin-2.1.ebuild 557 RMD160 c828a2cf27bb31026b4ca1531b43b6d3619de9b6 SHA1 e668123f7249de57fe27389b4abcca11b0e2172b SHA256 879b653eb80a9486645f996306884ee4d1504f7bdb04f6d8ac484141775d55b0
+MISC ChangeLog 310 RMD160 79719746528da6acb386848e87aaa9b3ada3378b SHA1 f41e30d6588507579e960becf13577efb68f584c SHA256 8e0d19f551f62f4f2218732b7fc27588493e2ee7342d7ac27423e439fe6d5da3
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild b/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild
new file mode 100644
index 000000000..430f8ec07
--- /dev/null
+++ b/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2007-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="GIMP plugin to generate large textures from a small sample"
+HOMEPAGE="http://gimp-texturize.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gimp-texturize/texturize-${PV}_src.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-gfx/gimp-2.4"
+DEPEND="${RDEPEND}"
+
+S="$WORKDIR/gimp-texturize"
+
+src_install() {
+ emake DESTDIR="${D}" install
+
+ dodoc AUTHORS bugs ChangeLog COPYING NEWS README todo
+}
diff --git a/media-gfx/gimp-texturize-plugin/metadata.xml b/media-gfx/gimp-texturize-plugin/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/media-gfx/gimp-texturize-plugin/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>