diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:32:26 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:32:26 +0000 |
commit | 09fb30dff9e9bcb47e82d9bc62c35b11fae334c8 (patch) | |
tree | 8e84641c3ccbbd34c2ac6b63275d23b7a06fca31 /x11-themes/pacifica-icon-theme | |
parent | e8963683db76581942b4d37d4e54b396ee44c5cf (diff) |
fix our artwork, drop deprecated things
Diffstat (limited to 'x11-themes/pacifica-icon-theme')
-rw-r--r-- | x11-themes/pacifica-icon-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/pacifica-icon-theme/pacifica-icon-theme-1.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-themes/pacifica-icon-theme/Manifest b/x11-themes/pacifica-icon-theme/Manifest deleted file mode 100644 index e60d5dd1..00000000 --- a/x11-themes/pacifica-icon-theme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pacifica_by_bokehlicia-d6nn5lb.zip 12748766 SHA256 ae386009a820d44e2ca758035caed25f579baeb7be3e792f438fd71fe51b7f6a SHA512 7cc73251df87387df14b2bc58d10f453a658013be28b4742616dac90ddcfdaa408aa5ae7c2f052f56897d86da7b497f09118dcf78914b4f5b60a1804c71df4f5 WHIRLPOOL e0848b7185cf07250de1b4bef0ec416fd7056c24c99297c1928ee795c35abf09a6d766e7f904bde457104384576e3c6ebdf20b7f4b91c8cc531e138730256710 diff --git a/x11-themes/pacifica-icon-theme/pacifica-icon-theme-1.0.ebuild b/x11-themes/pacifica-icon-theme/pacifica-icon-theme-1.0.ebuild deleted file mode 100644 index f1685527..00000000 --- a/x11-themes/pacifica-icon-theme/pacifica-icon-theme-1.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Pacifica icon theme" -HOMEPAGE="" -SRC_URI="http://fc07.deviantart.net/fs71/f/2013/267/b/a/pacifica_by_bokehlicia-d6nn5lb.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}" - -src_install() { - dodir /usr/share/icons/ || die - insinto /usr/share/icons || die - doins -r "${S}"/Pacifica || die -} |