summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-08-18 15:54:03 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-08-18 15:54:03 +0000
commit5a8b8aa63af9fb858135cbd73e72a6381f184bad (patch)
tree8ac05ef46bb925ae658c28995b6d6aee1db843ed /gnome-extra/gnomescan/gnomescan-0.3.ebuild
parentwww-misc/monitorix: edited postinst text, thx to David for the hint (diff)
downloadsunrise-5a8b8aa63af9fb858135cbd73e72a6381f184bad.tar.gz
sunrise-5a8b8aa63af9fb858135cbd73e72a6381f184bad.tar.bz2
sunrise-5a8b8aa63af9fb858135cbd73e72a6381f184bad.zip
Move gnomescan into the main tree
svn path=/sunrise/; revision=9046
Diffstat (limited to 'gnome-extra/gnomescan/gnomescan-0.3.ebuild')
-rw-r--r--gnome-extra/gnomescan/gnomescan-0.3.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/gnome-extra/gnomescan/gnomescan-0.3.ebuild b/gnome-extra/gnomescan/gnomescan-0.3.ebuild
deleted file mode 100644
index 6b928f18b..000000000
--- a/gnome-extra/gnomescan/gnomescan-0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit gnome2
-
-DESCRIPTION="The Gnome Scan project aim to provide scan features every where in the desktop like print is."
-HOMEPAGE="http://home.gna.org/gnomescan/index"
-SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="pdf doc"
-
-RDEPEND=">=x11-libs/gtk+-2.8
- media-gfx/sane-backends
- >=dev-libs/glib-2.4
- >=gnome-base/libgnome-2.14
- >=gnome-base/libgnomeui-2.14
- >=x11-libs/cairo-1.2
- >=app-text/scrollkeeper-0.3.14
- >=media-gfx/gimp-2.2"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- dev-util/pkgconfig"
-
-DOCS="AUTHORS NEWS README TODO"
-
-pkg_setup(){
- G2CONF="${G2CONF} $(use_enable pdf)"
-}