diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-24 17:12:57 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-24 17:12:57 +0000 |
commit | 0efe985a3ade64d08088175d4fb5d22d20ef53e5 (patch) | |
tree | 97624162d30192209c941aacde30dcc2b54c9305 /dev-cpp | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-0efe985a3ade64d08088175d4fb5d22d20ef53e5.tar.gz gentoo-2-0efe985a3ade64d08088175d4fb5d22d20ef53e5.tar.bz2 gentoo-2-0efe985a3ade64d08088175d4fb5d22d20ef53e5.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libgnomeuimm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/libgnomeuimm/libgnomeuimm-2.18.0.ebuild | 25 | ||||
-rw-r--r-- | dev-cpp/libgnomeuimm/libgnomeuimm-2.22.0.ebuild | 25 |
3 files changed, 5 insertions, 51 deletions
diff --git a/dev-cpp/libgnomeuimm/ChangeLog b/dev-cpp/libgnomeuimm/ChangeLog index 2a9d7e94d95f..58b2983487d7 100644 --- a/dev-cpp/libgnomeuimm/ChangeLog +++ b/dev-cpp/libgnomeuimm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/libgnomeuimm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.80 2011/01/04 18:19:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.81 2011/01/24 17:12:56 eva Exp $ + + 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> + -libgnomeuimm-2.18.0.ebuild, -libgnomeuimm-2.22.0.ebuild: + Clean up old revisions. 04 Jan 2011; Raúl Porcel <armin76@gentoo.org> libgnomeuimm-2.28.0.ebuild: alpha/arm/ia64/sh/sparc stable wrt #324077 diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.18.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.18.0.ebuild deleted file mode 100644 index f2de5da8c8e3..000000000000 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.18.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.18.0.ebuild,v 1.12 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="arm ppc64 sh" -IUSE="" - -RDEPEND=">=gnome-base/libgnomeui-2.7.1 - >=dev-cpp/libgnomemm-2.14.0 - >=dev-cpp/libgnomecanvasmm-2.6 - >=dev-cpp/gconfmm-2.6 - >=dev-cpp/libglademm-2.4 - >=dev-cpp/gnome-vfsmm-2.6" - -DEPEND=">=dev-util/pkgconfig-0.12.0 - ${RDEPEND}" - -DOCS="AUTHORS ChangeLog NEWS INSTALL TODO" diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.22.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.22.0.ebuild deleted file mode 100644 index 36260e26a078..000000000000 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.22.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.22.0.ebuild,v 1.10 2010/07/20 17:40:51 jer 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 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" |