summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-07-07 11:54:49 +0000
committerPacho Ramos <pacho@gentoo.org>2011-07-07 11:54:49 +0000
commitf37befdd24927535251a3a0b5d3bfdfb66f635a5 (patch)
treea09e86df380235579f092cd39e5160b1b283043f /dev-cpp/libgdamm
parent1.45.0 has the same problem :( (diff)
downloadgentoo-2-f37befdd24927535251a3a0b5d3bfdfb66f635a5.tar.gz
gentoo-2-f37befdd24927535251a3a0b5d3bfdfb66f635a5.tar.bz2
gentoo-2-f37befdd24927535251a3a0b5d3bfdfb66f635a5.zip
Remove old.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/libgdamm')
-rw-r--r--dev-cpp/libgdamm/ChangeLog5
-rw-r--r--dev-cpp/libgdamm/libgdamm-4.1.1.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/dev-cpp/libgdamm/ChangeLog b/dev-cpp/libgdamm/ChangeLog
index f0cd19f9b6b0..df27ffa4ec36 100644
--- a/dev-cpp/libgdamm/ChangeLog
+++ b/dev-cpp/libgdamm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/libgdamm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/ChangeLog,v 1.19 2011/07/01 10:36:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/ChangeLog,v 1.20 2011/07/07 11:54:48 pacho Exp $
+
+ 07 Jul 2011; Pacho Ramos <pacho@gentoo.org> -libgdamm-4.1.1.ebuild:
+ Remove old.
01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> libgdamm-4.1.2.ebuild:
Stable on amd64 wrt bug #372353
diff --git a/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild b/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild
deleted file mode 100644
index a1736a803d8c..000000000000
--- a/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/libgdamm-4.1.1.ebuild,v 1.3 2011/03/31 13:51:29 nirbheek Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-
-inherit autotools gnome2
-
-DESCRIPTION="C++ bindings for libgda"
-HOMEPAGE="http://www.gtkmm.org"
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-cpp/glibmm-2.12.8:2
- >=gnome-extra/libgda-4.1.7:4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- doc? (
- app-doc/doxygen
- >=dev-cpp/mm-common-0.9.4 )"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- G2CONF="${G2CONF} $(use_enable doc documentation)"
-}
-
-src_prepare() {
- # doc-install.pl was removed from glibmm, and is provided by mm-common now
- # This should not be needed if the tarball is generated with mm-common-0.9.3
- if use doc && has_version '>=dev-cpp/glibmm-2.27.97'; then
- mm-common-prepare --copy --force
- eautoreconf
- fi
- gnome2_src_prepare
-}
-
-src_install() {
- gnome2_src_install
- find "${ED}" -name "*.la" -delete || die "remove of la files failed"
-}