diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-01-07 19:33:23 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-01-07 19:33:23 +0000 |
commit | 3efb68c3a7f5c3749f6c9504094b0656dccd6737 (patch) | |
tree | b0178bd311fd82b071b871d92f35e885055c7148 /gnome-base | |
parent | Drop old (diff) | |
download | gentoo-2-3efb68c3a7f5c3749f6c9504094b0656dccd6737.tar.gz gentoo-2-3efb68c3a7f5c3749f6c9504094b0656dccd6737.tar.bz2 gentoo-2-3efb68c3a7f5c3749f6c9504094b0656dccd6737.zip |
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnomeui/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/libgnomeui/libgnomeui-2.24.5.ebuild | 54 |
2 files changed, 4 insertions, 55 deletions
diff --git a/gnome-base/libgnomeui/ChangeLog b/gnome-base/libgnomeui/ChangeLog index b65c73055bab..d501c218a325 100644 --- a/gnome-base/libgnomeui/ChangeLog +++ b/gnome-base/libgnomeui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/libgnomeui # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.222 2015/01/02 12:09:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.223 2015/01/07 19:33:23 pacho Exp $ + + 07 Jan 2015; Pacho Ramos <pacho@gentoo.org> -libgnomeui-2.24.5.ebuild: + Drop old 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libgnomeui-2.24.5-r1.ebuild: Stable for alpha, wrt bug #529964 diff --git a/gnome-base/libgnomeui/libgnomeui-2.24.5.ebuild b/gnome-base/libgnomeui/libgnomeui-2.24.5.ebuild deleted file mode 100644 index 1c1363dc4d9f..000000000000 --- a/gnome-base/libgnomeui/libgnomeui-2.24.5.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.24.5.ebuild,v 1.12 2014/06/24 01:12:25 tetromino Exp $ - -EAPI="3" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="User Interface routines for Gnome" -HOMEPAGE="http://library.gnome.org/devel/libgnomeui/stable/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="doc test" - -# gtk+-2.14 dep instead of 2.12 ensures system doesn't loose VFS capabilities in GtkFilechooser -RDEPEND="dev-libs/atk - >=dev-libs/glib-2.16:2 - >=dev-libs/libxml2-2.4.20:2 - >=dev-libs/popt-1.5 - >=gnome-base/gconf-2:2 - >=gnome-base/gnome-keyring-0.4 - >=gnome-base/gnome-vfs-2.7.3:2 - >=gnome-base/libgnome-2.13.7 - >=gnome-base/libgnomecanvas-2 - gnome-base/libgnome-keyring - >=gnome-base/libbonoboui-2.13.1 - >=gnome-base/libglade-2:2.0 - media-libs/libart_lgpl - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.14:2 - >=x11-libs/pango-1.1.2 - x11-libs/libICE - x11-libs/libSM -" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - >=dev-util/intltool-0.40 - doc? ( >=dev-util/gtk-doc-1 )" - -PDEPEND="x11-themes/gnome-icon-theme" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - gnome2_src_prepare - - if ! use test; then - sed 's/ test-gnome//' -i Makefile.am Makefile.in || die "sed failed" - fi -} |