summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-27 09:27:44 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-27 09:27:44 +0000
commit05e0404f961868b2309e6f5ef703184c2b9e6e4f (patch)
treeee5a07a497cb0b5608a8f08a7dad9b161bfc73af /x11-libs/gtk+extra
parentdrop old (diff)
downloadgentoo-2-05e0404f961868b2309e6f5ef703184c2b9e6e4f.tar.gz
gentoo-2-05e0404f961868b2309e6f5ef703184c2b9e6e4f.tar.bz2
gentoo-2-05e0404f961868b2309e6f5ef703184c2b9e6e4f.zip
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/gtk+extra')
-rw-r--r--x11-libs/gtk+extra/ChangeLog5
-rw-r--r--x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild52
2 files changed, 4 insertions, 53 deletions
diff --git a/x11-libs/gtk+extra/ChangeLog b/x11-libs/gtk+extra/ChangeLog
index 4c28f2bd4ad1..93a536fb9261 100644
--- a/x11-libs/gtk+extra/ChangeLog
+++ b/x11-libs/gtk+extra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+extra
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.48 2014/02/22 22:45:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.49 2014/04/27 09:27:44 pacho Exp $
+
+ 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gtk+extra-3.0.1.ebuild:
+ drop old
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gtk+extra-3.0.5.ebuild:
Fix wrong commit, bug 502160
diff --git a/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild b/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild
deleted file mode 100644
index 388d8ae16b49..000000000000
--- a/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.1.ebuild,v 1.8 2012/05/05 03:52:24 jdhore Exp $
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="Useful Additional GTK+ widgets"
-HOMEPAGE="http://gtkextra.sourceforge.net"
-SRC_URI="mirror://sourceforge/gtkextra/${P}.tar.gz
- mirror://gentoo/introspection.m4.bz2"
-
-LICENSE="FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
-IUSE="+introspection static-libs"
-
-RDEPEND=">=x11-libs/gtk+-2.12.0:2
- dev-libs/glib:2
- introspection? ( >=dev-libs/gobject-introspection-0.6.14 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # Fix configure,
- # https://sourceforge.net/tracker/?func=detail&aid=3414011&group_id=11638&atid=111638
- epatch "${FILESDIR}/${P}-fix-configure.patch"
-
- # Upstream patch to fix building with >=glib-2.31
- epatch "${FILESDIR}/${P}-gunicode.h.patch"
-
- # eautoreconf needs introspection.m4
- cp "${WORKDIR}"/introspection.m4 . || die
- AT_M4DIR="." eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --enable-glade=no \
- --disable-man \
- $(use_enable introspection) \
- $(use_enable static-libs static) \
- --with-html-dir=/usr/share/doc/${PF}/html
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README
- find "${D}" -name '*.la' -exec rm -f '{}' +
-}