diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:20:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:20:49 +0000 |
commit | 106391cd7d8eca0ec83a42ec0e71925ae0502e1a (patch) | |
tree | 2a3f612d407c733b11b96b67c5c0df0d61ab75b6 /x11-themes | |
parent | Move to ~ppc* as they won't stabilize newer unico (diff) | |
download | gentoo-2-106391cd7d8eca0ec83a42ec0e71925ae0502e1a.tar.gz gentoo-2-106391cd7d8eca0ec83a42ec0e71925ae0502e1a.tar.bz2 gentoo-2-106391cd7d8eca0ec83a42ec0e71925ae0502e1a.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-unico/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild | 41 |
2 files changed, 4 insertions, 42 deletions
diff --git a/x11-themes/gtk-engines-unico/ChangeLog b/x11-themes/gtk-engines-unico/ChangeLog index 91571d8db64e..542e3d40bd85 100644 --- a/x11-themes/gtk-engines-unico/ChangeLog +++ b/x11-themes/gtk-engines-unico/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gtk-engines-unico # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.16 2014/02/22 22:53:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.17 2014/04/27 09:20:49 pacho Exp $ + + 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gtk-engines-unico-1.0.2.ebuild: + drop old 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gtk-engines-unico-1.0.3_pre20121212.ebuild: diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild deleted file mode 100644 index 821baf6a4c3d..000000000000 --- a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.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.2.ebuild,v 1.8 2012/12/27 18:40:37 tetromino Exp $ - -EAPI=5 -inherit eutils - -MY_PN=${PN/gtk-engines-} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="The Unico GTK+ 3.x theming engine" -HOMEPAGE="https://launchpad.net/unico" -SRC_URI="https://launchpad.net/${MY_PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.26:2 - >=x11-libs/cairo-1.10[glib] - >=x11-libs/gtk+-3.3.14:3 - <x11-libs/gtk+-3.5.2:3" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_configure() { - # $(use_enable debug) controls CPPFLAGS -D_DEBUG and -DNDEBUG but they are currently - # unused in the code itself. - econf \ - --disable-static \ - --disable-debug \ - --disable-maintainer-flags -} - -src_install() { - default - prune_libtool_files --modules -} |