diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-04-24 12:59:18 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-04-24 14:06:37 +0200 |
commit | b3e4bc1695c00ad262eba81d3712839dc1aa8c9d (patch) | |
tree | 63cb3b8853f68986febfbbd45a29969ebd984878 /x11-themes | |
parent | app-i18n/scim-bridge: Bump EAPI, drop .la files (diff) | |
download | gentoo-b3e4bc1695c00ad262eba81d3712839dc1aa8c9d.tar.gz gentoo-b3e4bc1695c00ad262eba81d3712839dc1aa8c9d.tar.bz2 gentoo-b3e4bc1695c00ad262eba81d3712839dc1aa8c9d.zip |
x11-themes/gnome-colors-common: Bump EAPI
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-colors-common/gnome-colors-common-5.5.1.ebuild | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1.ebuild b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1.ebuild index fb0e7d4dcf5e..130fe2e8ced6 100644 --- a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1.ebuild +++ b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1.ebuild @@ -2,17 +2,20 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=6 inherit gnome2-utils DESCRIPTION="Colorized icons shared between all gnome-colors iconsets" HOMEPAGE="https://code.google.com/p/gnome-colors/" SRC_URI="https://gnome-colors.googlecode.com/files/gnome-colors-${PV}.tar.gz - branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )" + branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz ) +" -LICENSE="GPL-2 - branding? ( CC-Sampling-Plus-1.0 )" +LICENSE=" + GPL-2 + branding? ( CC-Sampling-Plus-1.0 ) +" SLOT="0" KEYWORDS="amd64 x86" IUSE="+branding" @@ -21,7 +24,10 @@ RDEPEND="x11-themes/gnome-icon-theme" DEPEND="" RESTRICT="binchecks strip" +S="${WORKDIR}" + src_prepare() { + default if use branding; then for i in 16 22 24 32 ; do cp tango-gentoo-v1.1/${i}x${i}/gentoo.png \ @@ -42,7 +48,7 @@ src_install() { dodir /usr/share/icons insinto /usr/share/icons doins -r "${WORKDIR}/${PN}" || die "Installing icons failed" - dodoc AUTHORS ChangeLog README + einstalldocs } pkg_preinst() { |