summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-29 23:28:47 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-29 23:28:47 +0000
commit4d8b60ba5525f68b5b9a9bd79627bd5f96065e4f (patch)
tree4d50ede94463459bc84b2d20c330e566a66ef12b /net-im/gnomeicu/gnomeicu-0.99.12.ebuild
parentClean up old revision. (diff)
downloadgentoo-2-4d8b60ba5525f68b5b9a9bd79627bd5f96065e4f.tar.gz
gentoo-2-4d8b60ba5525f68b5b9a9bd79627bd5f96065e4f.tar.bz2
gentoo-2-4d8b60ba5525f68b5b9a9bd79627bd5f96065e4f.zip
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-im/gnomeicu/gnomeicu-0.99.12.ebuild')
-rw-r--r--net-im/gnomeicu/gnomeicu-0.99.12.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-im/gnomeicu/gnomeicu-0.99.12.ebuild b/net-im/gnomeicu/gnomeicu-0.99.12.ebuild
deleted file mode 100644
index e4669c8a018b..000000000000
--- a/net-im/gnomeicu/gnomeicu-0.99.12.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.12.ebuild,v 1.12 2012/05/04 06:22:13 jdhore Exp $
-
-EAPI=2
-inherit gnome2
-
-DESCRIPTION="Gnome ICQ Client"
-SRC_URI="mirror://sourceforge/gnomeicu/${P}.tar.bz2"
-HOMEPAGE="http://gnomeicu.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc sparc x86"
-
-RDEPEND="x11-libs/gtk+:2
- >=dev-libs/libxml2-2.4.23
- >=gnome-base/libgnome-2.0.0
- >=gnome-base/libgnomeui-2.0.0
- >=sys-libs/gdbm-1.8.0
- >=gnome-base/libglade-2.0.0
- >=app-text/scrollkeeper-0.3.5
- >=gnome-base/gconf-2.0
- sys-devel/gettext
- spell? ( >=app-text/gtkspell-2.0.4:2 )
- x11-libs/libXScrnSaver"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.22
- x11-proto/scrnsaverproto"
-
-IUSE="spell"
-
-src_prepare () {
- gnome2_omf_fix "${S}/doc/C/Makefile.in" "${S}/doc/omf.make" "${S}/doc/uk/Makefile.in"
-}
-
-src_configure() {
- G2CONF=$(use_enable spell)
- gnome2_src_configure
-}
-
-DOCS="AUTHORS CREDITS ChangeLog README"