diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-06-02 19:33:01 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-06-02 19:33:01 +0000 |
commit | 234e5ea292e61af02df5b0ef28c5c3af8781dfbd (patch) | |
tree | 77270aa76af406e491934db76694bbec4e895cb1 /dev-cpp | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-234e5ea292e61af02df5b0ef28c5c3af8781dfbd.tar.gz gentoo-2-234e5ea292e61af02df5b0ef28c5c3af8781dfbd.tar.bz2 gentoo-2-234e5ea292e61af02df5b0ef28c5c3af8781dfbd.zip |
Clean up old revisions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libgnomeuimm/ChangeLog | 8 | ||||
-rw-r--r-- | dev-cpp/libgnomeuimm/libgnomeuimm-2.26.0.ebuild | 25 |
2 files changed, 6 insertions, 27 deletions
diff --git a/dev-cpp/libgnomeuimm/ChangeLog b/dev-cpp/libgnomeuimm/ChangeLog index eca73bdb5481..1b221ef8e298 100644 --- a/dev-cpp/libgnomeuimm/ChangeLog +++ b/dev-cpp/libgnomeuimm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/libgnomeuimm -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.73 2009/10/29 22:53:54 eva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.74 2010/06/02 19:33:01 eva Exp $ + + 02 Jun 2010; Gilles Dartiguelongue <eva@gentoo.org> + -libgnomeuimm-2.26.0.ebuild: + Clean up old revisions. *libgnomeuimm-2.28.0 (29 Oct 2009) diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.26.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.26.0.ebuild deleted file mode 100644 index 540c95029d94..000000000000 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.26.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.26.0.ebuild,v 1.1 2009/05/10 22:28:47 eva Exp $ - -inherit gnome2 eutils - -DESCRIPTION="C++ bindings for libgnomeui" -HOMEPAGE="http://www.gtkmm.org" - -LICENSE="LGPL-2.1" -SLOT="2.6" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=gnome-base/libgnomeui-2.7.1 - >=dev-cpp/libgnomemm-2.16.0 - >=dev-cpp/libgnomecanvasmm-2.6 - >=dev-cpp/gconfmm-2.6 - >=dev-cpp/libglademm-2.4 - >=dev-cpp/gnome-vfsmm-2.16" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -DOCS="AUTHORS ChangeLog NEWS INSTALL TODO" |