diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-18 12:58:47 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-18 12:58:47 +0300 |
commit | 1888fd288d89bc8d0ddae26537b242d2ee2c5018 (patch) | |
tree | f454b80348f434f6aac03e545565dc46abb005eb /x11-themes/geany-themes | |
parent | x11-themes/geany-themes: amd64 stable wrt bug #650242 (diff) | |
download | gentoo-1888fd288d89bc8d0ddae26537b242d2ee2c5018.tar.gz gentoo-1888fd288d89bc8d0ddae26537b242d2ee2c5018.tar.bz2 gentoo-1888fd288d89bc8d0ddae26537b242d2ee2c5018.zip |
x11-themes/geany-themes: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-themes/geany-themes')
-rw-r--r-- | x11-themes/geany-themes/geany-themes-1.22.2.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-themes/geany-themes/geany-themes-1.22.2.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2.ebuild deleted file mode 100644 index 9990f5a1d7cd..000000000000 --- a/x11-themes/geany-themes/geany-themes-1.22.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="A collection of colour schemes for Geany" -HOMEPAGE="https://github.com/codebrainz/geany-themes" -SRC_URI="mirror://github/codebrainz/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-util/geany-${PV:0:4}" - -src_install() { - insinto /usr/share/geany - doins -r colorschemes - - dodoc AUTHORS ChangeLog README.md -} |