diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-04-25 18:30:59 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-04-25 18:30:59 +0200 |
commit | 90ee49ad0800d1bccd31f4e98a98a46ce71e51c7 (patch) | |
tree | 29a5e605a301459d44ba392a45d37f8b7f6ac7e7 /media-gfx/gimp-arrow-brushes | |
parent | media-gfx/gimp-arrow-brushes: Stabilize (diff) | |
download | gentoo-90ee49ad0800d1bccd31f4e98a98a46ce71e51c7.tar.gz gentoo-90ee49ad0800d1bccd31f4e98a98a46ce71e51c7.tar.bz2 gentoo-90ee49ad0800d1bccd31f4e98a98a46ce71e51c7.zip |
media-gfx/gimp-arrow-brushes: Drop old
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-gfx/gimp-arrow-brushes')
-rw-r--r-- | media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild deleted file mode 100644 index 186be49c8c20..000000000000 --- a/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Brushes for GIMP with the styles arrow, handpointer, button arrow and cursor" -HOMEPAGE="http://www.gimphelp.org/index.html" -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 -} |