summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gob/gob-2.0.6.ebuild')
-rw-r--r--dev-util/gob/gob-2.0.6.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-util/gob/gob-2.0.6.ebuild b/dev-util/gob/gob-2.0.6.ebuild
deleted file mode 100644
index b8930eaeb54d..000000000000
--- a/dev-util/gob/gob-2.0.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.6.ebuild,v 1.13 2005/05/06 10:01:28 swegener Exp $
-
-inherit gnome2
-
-MY_P=${PN}2-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="preprocessor for making GTK+ objects with inline C code"
-SRC_URI="http://ftp.5z.com/pub/gob/${MY_P}.tar.gz"
-HOMEPAGE="http://www.5z.com/jirka/gob.html"
-IUSE=""
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc hppa amd64 ppc alpha ia64"
-
-RDEPEND=">=dev-libs/glib-2.0"
-
-DEPEND="${RDEPEND}
- sys-devel/flex"
-
-DOCS="AUTHORS COPYING.generated-code ChangeLog NEWS README TODO"
-
-USE_DESTDIR="1"