summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-09-29 21:14:04 +0000
committerMart Raudsepp <leio@gentoo.org>2007-09-29 21:14:04 +0000
commit01a75e63b7e0f8491a814956a9c56ec817714e84 (patch)
tree23d3f2a72bc8b14183db625ef5d3b8cf38eee49e /dev-cpp/libgdamm/libgdamm-1.3.6.ebuild
parentRemove old (diff)
downloadhistorical-01a75e63b7e0f8491a814956a9c56ec817714e84.tar.gz
historical-01a75e63b7e0f8491a814956a9c56ec817714e84.tar.bz2
historical-01a75e63b7e0f8491a814956a9c56ec817714e84.zip
Removing redundant version
Package-Manager: portage-2.1.3.11
Diffstat (limited to 'dev-cpp/libgdamm/libgdamm-1.3.6.ebuild')
-rw-r--r--dev-cpp/libgdamm/libgdamm-1.3.6.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-cpp/libgdamm/libgdamm-1.3.6.ebuild b/dev-cpp/libgdamm/libgdamm-1.3.6.ebuild
deleted file mode 100644
index ead5dfc796e9..000000000000
--- a/dev-cpp/libgdamm/libgdamm-1.3.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgdamm/libgdamm-1.3.6.ebuild,v 1.4 2007/06/24 09:10:54 eva Exp $
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for libgda"
-HOMEPAGE="http://gtkmm.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-cpp/glibmm-2.4
- =gnome-extra/libgda-1*"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-DOCS="AUTHORS ChangeLog README TODO"
-
-src_compile() {
- gnome2_src_compile
-
- if use doc ; then
- cd docs/reference
- emake || die "failed to build API docs"
- fi
-}
-
-src_install() {
- gnome2_src_install
- use doc && dohtml -r docs/reference/html/*
-}