diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:56:41 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:56:41 +0000 |
commit | d8af05c6e3081b68b8a8d577c380cdfe41ea6c39 (patch) | |
tree | 48c15b23de8480719dd3e45b20909ac513431002 /x11-themes/faenza-cupertino | |
parent | a6a96e8118935c6158dfc12e3d70de88180d00c0 (diff) |
fixed deps in our artwork
Diffstat (limited to 'x11-themes/faenza-cupertino')
-rw-r--r-- | x11-themes/faenza-cupertino/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/x11-themes/faenza-cupertino/Manifest b/x11-themes/faenza-cupertino/Manifest deleted file mode 100644 index 160d24c1..00000000 --- a/x11-themes/faenza-cupertino/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Faenza.tar.gz 65935873 SHA256 68d9dcbc61b1c05cd06f035702ce90175062ffdca89eb15e7f2678929baa8b60 SHA512 4a34a432a2c88cb530956a85510d108dc0271dfba97256c04f4bb63bc43288a6c0da1a63b7831c59dc4d837e2f4b5a4213826d03e1677cbccc38e6c517e5e282 WHIRLPOOL 2eeaa6dcc1101da880bae9e86a853bc7c9cdcc82d302e050f685eab91bd02c62cd7de42605059c4b8d734ae310fd30fc864d46ad5f56d4e58c321d983c4d1e58 diff --git a/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild b/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild deleted file mode 100644 index af9f7316..00000000 --- a/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: Exp $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="Faenza Cupertino" -HOMEPAGE="http://tiheum.deviantart.com/" - -MY_PN="Faenza" - -SRC_URI="http://pkg.rogentos.ro/distfiles/x11-themes/${PN}/${MY_PN}.tar.gz" - -LICENSE="LGPL-3" -KEYWORDS="~amd64 ~x86 ~arm" -IUSE="" -SLOT="0" - -DEPEND="${RDEPEND}" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/Faenza" - -src_prepare() { - insinto /usr/share/icons -} - -src_install() { - doins -r "${S}" || die -} |