summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/gtkmm/gtkmm-2.4.8.ebuild')
-rw-r--r--dev-cpp/gtkmm/gtkmm-2.4.8.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-2.4.8.ebuild b/dev-cpp/gtkmm/gtkmm-2.4.8.ebuild
deleted file mode 100644
index f0b74db87526..000000000000
--- a/dev-cpp/gtkmm/gtkmm-2.4.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.4.8.ebuild,v 1.9 2005/04/06 19:07:12 corsair Exp $
-
-inherit gnome2
-
-DESCRIPTION="C++ interface for GTK+2"
-HOMEPAGE="http://gtkmm.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="2.4"
-KEYWORDS="x86 amd64 ppc sparc ppc64 ~alpha hppa"
-IUSE=""
-G2CONF="--disable-examples"
-
-RDEPEND=">=dev-cpp/glibmm-2.4
- >=x11-libs/gtk+-2.4
- >=dev-libs/libsigc++-2.0
- >=dev-libs/atk-1.6"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-DOCS="AUTHORS CHANGES ChangeLog PORTING NEWS README"