diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-17 12:29:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-17 12:29:54 +0000 |
commit | 30fde5aad0455b4eae56353c1cade4e38dfb7221 (patch) | |
tree | 3c10c24e519e5a9d3ef1757c1372645832634cac /x11-themes | |
parent | Use EAPI5 to get verbose build log (diff) | |
download | gentoo-2-30fde5aad0455b4eae56353c1cade4e38dfb7221.tar.gz gentoo-2-30fde5aad0455b4eae56353c1cade4e38dfb7221.tar.bz2 gentoo-2-30fde5aad0455b4eae56353c1cade4e38dfb7221.zip |
old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-unico/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild | 41 |
2 files changed, 5 insertions, 42 deletions
diff --git a/x11-themes/gtk-engines-unico/ChangeLog b/x11-themes/gtk-engines-unico/ChangeLog index c1ae122b799f..5dd969b33ead 100644 --- a/x11-themes/gtk-engines-unico/ChangeLog +++ b/x11-themes/gtk-engines-unico/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-unico # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.10 2012/11/17 12:27:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.11 2012/11/17 12:29:54 ssuominen Exp $ + + 17 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> + -gtk-engines-unico-1.0.1.ebuild: + old 17 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> gtk-engines-unico-1.0.2.ebuild: diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild deleted file mode 100644 index d112388d8905..000000000000 --- a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild,v 1.4 2012/05/05 04:10:04 jdhore Exp $ - -EAPI=4 - -MY_PN=${PN/gtk-engines-} -MY_PV=${PV/_p/+r} - -DESCRIPTION="Unico Gtk+ 3 theme engine" -HOMEPAGE="https://launchpad.net/unico" -SRC_URI="https://launchpad.net/ubuntu/oneiric/+source/gtk3-engines-unico/${MY_PV}-0ubuntu1/+files/gtk3-engines-unico_${MY_PV}.orig.tar.gz" -S="${WORKDIR}/${MY_PN}-${MY_PV}" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" - -RDEPEND=">=dev-libs/glib-2.26 - >=x11-libs/cairo-1.10[glib] - >=x11-libs/gtk+-3.1.10:3" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS NEWS" # ChangeLog, README are empty -} - -src_configure() { - # currently, the only effect of --enable-debug is to add -g to CFLAGS - econf \ - --disable-debug \ - --disable-maintainer-flags \ - --disable-static -} - -src_install() { - default - find "${D}" -name '*.la' -exec rm -f {} + -} |