diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-25 05:30:59 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-25 05:30:59 +0000 |
commit | c6775fda044d68ba411a4cf5b0a61da11df9e6d3 (patch) | |
tree | 78416b66e64a2abde54167b1a22dcf79beab6c8d /gnome-base | |
parent | Fixing ChangeLog (diff) | |
download | gentoo-2-c6775fda044d68ba411a4cf5b0a61da11df9e6d3.tar.gz gentoo-2-c6775fda044d68ba411a4cf5b0a61da11df9e6d3.tar.bz2 gentoo-2-c6775fda044d68ba411a4cf5b0a61da11df9e6d3.zip |
Drop old.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnomekbd/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild | 35 |
2 files changed, 5 insertions, 36 deletions
diff --git a/gnome-base/libgnomekbd/ChangeLog b/gnome-base/libgnomekbd/ChangeLog index 6f550550347c..4a1e9b9997ab 100644 --- a/gnome-base/libgnomekbd/ChangeLog +++ b/gnome-base/libgnomekbd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnomekbd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.96 2011/10/29 18:54:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.97 2011/11/25 05:30:59 tetromino Exp $ + + 25 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + -libgnomekbd-3.0.0.1.ebuild: + Drop old. 29 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -libgnomekbd-2.32.0.ebuild: diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild deleted file mode 100644 index 4fcef4473b25..000000000000 --- a/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild,v 1.1 2011/08/14 14:58:21 nirbheek Exp $ - -EAPI="3" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 - -DESCRIPTION="Gnome keyboard configuration library" -HOMEPAGE="http://www.gnome.org" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="+introspection test" - -RDEPEND=">=dev-libs/glib-2.18:2 - >=x11-libs/gtk+-2.91.7:3[introspection?] - >=x11-libs/libxklavier-5.1 - - introspection? ( >=dev-libs/gobject-introspection-0.6.7 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.19" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --disable-schemas-compile - $(use_enable introspection) - $(use_enable test tests)" - DOCS="AUTHORS ChangeLog NEWS README" -} |