summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-06-02 19:32:39 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-06-02 19:32:39 +0000
commit9dbe4fd080bd6d6641fd696b1a73a5a49a963a06 (patch)
tree754d87b97683f0d8b7f8534979c1b576ba2f3b0f /dev-cpp/libgnomemm
parentClean up old revisions. (diff)
downloadgentoo-2-9dbe4fd080bd6d6641fd696b1a73a5a49a963a06.tar.gz
gentoo-2-9dbe4fd080bd6d6641fd696b1a73a5a49a963a06.tar.bz2
gentoo-2-9dbe4fd080bd6d6641fd696b1a73a5a49a963a06.zip
Clean up old revisions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/libgnomemm')
-rw-r--r--dev-cpp/libgnomemm/ChangeLog8
-rw-r--r--dev-cpp/libgnomemm/libgnomemm-2.26.0.ebuild20
2 files changed, 6 insertions, 22 deletions
diff --git a/dev-cpp/libgnomemm/ChangeLog b/dev-cpp/libgnomemm/ChangeLog
index 0cacdcfa8cc7..869ec858afed 100644
--- a/dev-cpp/libgnomemm/ChangeLog
+++ b/dev-cpp/libgnomemm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-cpp/libgnomemm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/ChangeLog,v 1.81 2009/10/29 22:52:46 eva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/ChangeLog,v 1.82 2010/06/02 19:32:39 eva Exp $
+
+ 02 Jun 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ -libgnomemm-2.26.0.ebuild:
+ Clean up old revisions.
*libgnomemm-2.28.0 (29 Oct 2009)
diff --git a/dev-cpp/libgnomemm/libgnomemm-2.26.0.ebuild b/dev-cpp/libgnomemm/libgnomemm-2.26.0.ebuild
deleted file mode 100644
index 18ed8702565e..000000000000
--- a/dev-cpp/libgnomemm/libgnomemm-2.26.0.ebuild
+++ /dev/null
@@ -1,20 +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/libgnomemm/libgnomemm-2.26.0.ebuild,v 1.3 2009/10/19 21:48:25 eva Exp $
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for libgnome"
-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=">=dev-cpp/gtkmm-2.8
- >=gnome-base/libgnome-2.6"
-DEPEND=">=dev-util/pkgconfig-0.12.0
- ${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"