summaryrefslogtreecommitdiff
path: root/media-gfx/gimp-arrow-brushes
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-gfx/gimp-arrow-brushes
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-gfx/gimp-arrow-brushes')
-rw-r--r--media-gfx/gimp-arrow-brushes/Manifest9
-rw-r--r--media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild34
-rw-r--r--media-gfx/gimp-arrow-brushes/metadata.xml8
3 files changed, 51 insertions, 0 deletions
diff --git a/media-gfx/gimp-arrow-brushes/Manifest b/media-gfx/gimp-arrow-brushes/Manifest
new file mode 100644
index 00000000000..94e5f81ba26
--- /dev/null
+++ b/media-gfx/gimp-arrow-brushes/Manifest
@@ -0,0 +1,9 @@
+DIST arrow_action.tar.bz2 200063 SHA256 8f8efc25459419a918f52c5daa56e8a70bdc757e5930d84ceb039526f6ec83d1
+DIST arrow_brushes_BW_1.tar.bz2 10222 SHA256 10acd8eaefe63eca977238863438a03a785ba2986de3a908dc73728005e532dc
+DIST arrow_brushes_BW_2.tar.bz2 8498 SHA256 41394917472ee5efca14d6bfea3559bdc2cc7f41aae0e71501333c50ad77d3bb
+DIST arrow_brushes_black_gloss.tar.bz2 35106 SHA256 3402da70b1eda195f7541ee250298446977d560482fbf7b22149567a0b6f84cc
+DIST arrow_brushes_color_1.tar.bz2 6911 SHA256 3c4e2d47a65ce1fd1b2374593ed457c9943046fc8024ea1e3d56d4488d2fd272
+DIST arrow_brushes_color_2.tar.bz2 33699 SHA256 b787c14fac6f347481bcdf34814b0f4bc423966d9a963c10d3eb879b57ec5cff
+DIST button_arrow_brushes.tar.bz2 35320 SHA256 0f53d8f2c87684cf78a2761fd1ae9aa35353535bcb1ee1b07109b573d0457a89
+DIST cursor_brushes-1.0.tar.bz2 18272 SHA256 b18af5ee326bcf39ae08eacab7fd393d349985abd6aeead5eb4230756ed68b0a
+DIST hand_pointer_brushes.tar.bz2 19068 SHA256 703a37b79db6084b915aa535f55eaecb6d6387ee4c4e9a1f482ef9951fda5f6e
diff --git a/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild
new file mode 100644
index 00000000000..d55fb56e84b
--- /dev/null
+++ b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+DESCRIPTION="Brushes for GIMP including the styles arrow, handpointer, button arrow and cursor"
+HOMEPAGE="http://www.gimphelp.org/index.shtml"
+SRC_URI="http://www.gimphelp.org/DL/arrow_brushes_color_1.tar.bz2
+ http://www.gimphelp.org/DL/arrow_brushes_color_2.tar.bz2
+ http://www.gimphelp.org/DL/arrow_brushes_BW_1.tar.bz2
+ http://www.gimphelp.org/DL/arrow_brushes_BW_2.tar.bz2
+ http://www.gimphelp.org/DL/arrow_brushes_black_gloss.tar.bz2
+ http://www.gimphelp.org/DL/hand_pointer_brushes.tar.bz2
+ http://www.gimphelp.org/DL/button_arrow_brushes.tar.bz2
+ http://www.gimphelp.org/DL/arrow_action.tar.bz2
+ http://www.gimphelp.org/DL/cursor_brushes-1.0.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+ for i in */*.gbr; do
+ insinto /usr/share/gimp/2.0/brushes
+ doins $i
+ done
+}
diff --git a/media-gfx/gimp-arrow-brushes/metadata.xml b/media-gfx/gimp-arrow-brushes/metadata.xml
new file mode 100644
index 00000000000..034358f2dde
--- /dev/null
+++ b/media-gfx/gimp-arrow-brushes/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>pacho@gentoo.org</email>
+ <name>Pacho Ramos</name>
+</maintainer>
+</pkgmetadata> \ No newline at end of file