diff options
-rw-r--r-- | media-gfx/showimg/showimg-0.7-r1.ebuild | 14 | ||||
-rw-r--r-- | media-gfx/showimg/showimg-0.7.ebuild | 9 | ||||
-rw-r--r-- | media-gfx/sodipodi/sodipodi-0.28.ebuild | 13 | ||||
-rw-r--r-- | media-gfx/sodipodi/sodipodi-0.31.1-r1.ebuild | 9 | ||||
-rw-r--r-- | media-gfx/xsane/files/digest-xsane-0.89 | 1 | ||||
-rw-r--r-- | media-gfx/xsane/xsane-0.86-r1.ebuild | 28 | ||||
-rw-r--r-- | media-gfx/xsane/xsane-0.89.ebuild | 39 | ||||
-rw-r--r-- | media-gfx/xsane/xsane-0.90.ebuild | 32 |
8 files changed, 49 insertions, 96 deletions
diff --git a/media-gfx/showimg/showimg-0.7-r1.ebuild b/media-gfx/showimg/showimg-0.7-r1.ebuild index 06652e180075..999b9eebc6fa 100644 --- a/media-gfx/showimg/showimg-0.7-r1.ebuild +++ b/media-gfx/showimg/showimg-0.7-r1.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.7-r1.ebuild,v 1.3 2003/02/13 12:38:04 vapier Exp $ -inherit kde-base +# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.7-r1.ebuild,v 1.4 2003/04/25 13:00:24 vapier Exp $ +inherit kde-base need-kde 2.2 -S=${WORKDIR}/${P} -DESCRIPTION="ShowImg is a feature-rich image viewer for KDE" +DESCRIPTION="feature-rich image viewer for KDE" SRC_URI="http://www.jalix.org/projects/showimg/download/${PVR}/${P}.tar.bz2" HOMEPAGE="http://www.jalix.org/projects/showimg/" -newdepend "=kde-base/kdebase-2.2*" - -PATCHES="${FILESDIR}/${P}-gcc3.diff" LICENSE="GPL-2" KEYWORDS="x86" + +newdepend "=kde-base/kdebase-2.2*" + +PATCHES="${FILESDIR}/${P}-gcc3.diff" diff --git a/media-gfx/showimg/showimg-0.7.ebuild b/media-gfx/showimg/showimg-0.7.ebuild index d62c4be45ce6..d0bd69c22ed5 100644 --- a/media-gfx/showimg/showimg-0.7.ebuild +++ b/media-gfx/showimg/showimg-0.7.ebuild @@ -1,16 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.7.ebuild,v 1.10 2003/02/13 12:38:08 vapier Exp $ - -inherit kde-base || die +# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.7.ebuild,v 1.11 2003/04/25 13:00:24 vapier Exp $ +inherit kde-base need-kde 2.2 -S=${WORKDIR}/${P} -DESCRIPTION="ShowImg is a feature-rich image viewer for KDE" +DESCRIPTION="feature-rich image viewer for KDE" SRC_URI="http://www.jalix.org/projects/showimg/download/${PVR}/${P}.tar.bz2" HOMEPAGE="http://www.jalix.org/projects/showimg/" - LICENSE="GPL-2" KEYWORDS="x86" diff --git a/media-gfx/sodipodi/sodipodi-0.28.ebuild b/media-gfx/sodipodi/sodipodi-0.28.ebuild index f4e071d48f8d..63f670e7aa12 100644 --- a/media-gfx/sodipodi/sodipodi-0.28.ebuild +++ b/media-gfx/sodipodi/sodipodi-0.28.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sodipodi/sodipodi-0.28.ebuild,v 1.5 2003/02/13 12:38:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sodipodi/sodipodi-0.28.ebuild,v 1.6 2003/04/25 13:02:42 vapier Exp $ -IUSE="xml2 nls bonobo wmf" - -S=${WORKDIR}/${P} DESCRIPTION="Vector illustration application for GNOME" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://sodipodi.sourceforge.net/" @@ -12,6 +9,7 @@ HOMEPAGE="http://sodipodi.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" +IUSE="xml2 nls bonobo wmf" RDEPEND=">=gnome-base/gnome-print-0.35 >=gnome-extra/gal-0.13 @@ -19,11 +17,9 @@ RDEPEND=">=gnome-base/gnome-print-0.35 bonobo? ( gnome-base/bonobo ) xml2? ( dev-libs/libxml2 ) wmf? ( >=media-libs/libwmf-0.2.1 )" - DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -# trick to make the configure compile tests work src_unpack() { unpack ${A} @@ -59,8 +55,7 @@ src_compile() { emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog README NEWS TODO + dodoc AUTHORS ChangeLog README NEWS TODO } diff --git a/media-gfx/sodipodi/sodipodi-0.31.1-r1.ebuild b/media-gfx/sodipodi/sodipodi-0.31.1-r1.ebuild index 29e474afcbcb..c8553881b21e 100644 --- a/media-gfx/sodipodi/sodipodi-0.31.1-r1.ebuild +++ b/media-gfx/sodipodi/sodipodi-0.31.1-r1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sodipodi/sodipodi-0.31.1-r1.ebuild,v 1.3 2003/03/31 23:19:04 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sodipodi/sodipodi-0.31.1-r1.ebuild,v 1.4 2003/04/25 13:02:42 vapier Exp $ inherit gnome2 -DESCRIPTION="Sodipodi is a vector-based drawing program for GNOME." +DESCRIPTION="vector-based drawing program for GNOME" HOMEPAGE="http://sodipodi.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~alpha ~ppc" +KEYWORDS="x86 ~ppc ~sparc ~alpha" IUSE="gnome mmx" RDEPEND=">=x11-libs/gtk+-2.2.1 @@ -21,7 +21,6 @@ RDEPEND=">=x11-libs/gtk+-2.2.1 sys-libs/zlib media-libs/libpng gnome? ( =gnome-base/libgnomeprintui-1.116* )" - DEPEND="${RDEPEND} sys-devel/gettext dev-util/pkgconfig diff --git a/media-gfx/xsane/files/digest-xsane-0.89 b/media-gfx/xsane/files/digest-xsane-0.89 deleted file mode 100644 index 194708c8666f..000000000000 --- a/media-gfx/xsane/files/digest-xsane-0.89 +++ /dev/null @@ -1 +0,0 @@ -MD5 b8cee4abda9b0fc8e2d533b11f37fac4 xsane-0.89.tar.gz 2360833 diff --git a/media-gfx/xsane/xsane-0.86-r1.ebuild b/media-gfx/xsane/xsane-0.86-r1.ebuild index fee97c4bbe72..2069b9a63bf7 100644 --- a/media-gfx/xsane/xsane-0.86-r1.ebuild +++ b/media-gfx/xsane/xsane-0.86-r1.ebuild @@ -1,34 +1,34 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.86-r1.ebuild,v 1.7 2003/02/13 12:38:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.86-r1.ebuild,v 1.8 2003/04/25 13:07:11 vapier Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="XSane is a graphical scanning frontend" +DESCRIPTION="graphical scanning frontend" SRC_URI="http://www.xsane.org/download/${P}.tar.gz" -HOMEPAGE="http://www.xsane.org" +HOMEPAGE="http://www.xsane.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" +IUSE="nls jpeg png tiff" -DEPEND="media-gfx/sane-backends =x11-libs/gtk+-1.2*" +DEPEND="media-gfx/sane-backends + =x11-libs/gtk+-1.2*" src_compile() { - local myconf - use nls || myconf="${myconf} --disable-nls" - use jpeg || myconf="${myconf} --disable-jpeg" - use png || myconf="${myconf} --disable-png" - use tiff || myconf="${myconf} --disable-tiff" - - econf ${myconf} || die + econf \ + `use_enable nls` \ + `use_enable jpeg` \ + `use_enable png` \ + `use_enable tiff` \ + || die make || die } -src_install () { +src_install() { einstall || die dodoc xsane.[A-Z]* dohtml -r doc - + # link xsane so it is seen as a plugin in gimp if [ -d /usr/lib/gimp/1.2 ]; then dodir /usr/lib/gimp/1.2/plug-ins diff --git a/media-gfx/xsane/xsane-0.89.ebuild b/media-gfx/xsane/xsane-0.89.ebuild deleted file mode 100644 index 67483e20a29c..000000000000 --- a/media-gfx/xsane/xsane-0.89.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.89.ebuild,v 1.2 2003/02/13 12:39:00 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="XSane is a graphical scanning frontend" -SRC_URI="http://www.xsane.org/download/${P}.tar.gz" -HOMEPAGE="http://www.xsane.org" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -DEPEND="media-gfx/sane-backends =x11-libs/gtk+-1.2*" - -src_compile() { - local myconf - use nls || myconf="${myconf} --disable-nls" - use jpeg || myconf="${myconf} --disable-jpeg" - use png || myconf="${myconf} --disable-png" - use tiff || myconf="${myconf} --disable-tiff" - econf ${myconf} || die - emake || die -} - -src_install () { - einstall || die - dodoc xsane.[A-Z]* - dohtml -r doc - # link xsane so it is seen as a plugin in gimp - if [ -d /usr/lib/gimp/1.2 ]; then - dodir /usr/lib/gimp/1.2/plug-ins - dosym /usr/bin/xsane /usr/lib/gimp/1.2/plug-ins - fi - if [ -d /usr/lib/gimp/1.3 ]; then - dodir /usr/lib/gimp/1.3/plug-ins - dosym /usr/bin/xsane /usr/lib/gimp/1.3/plug-ins - fi -} diff --git a/media-gfx/xsane/xsane-0.90.ebuild b/media-gfx/xsane/xsane-0.90.ebuild index 05739d7307e5..aa2afe8fbbe7 100644 --- a/media-gfx/xsane/xsane-0.90.ebuild +++ b/media-gfx/xsane/xsane-0.90.ebuild @@ -1,36 +1,38 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.90.ebuild,v 1.3 2003/02/13 12:39:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.90.ebuild,v 1.4 2003/04/25 13:07:11 vapier Exp $ -IUSE="gtk2" -S=${WORKDIR}/${P} -DESCRIPTION="XSane is a graphical scanning frontend" +DESCRIPTION="graphical scanning frontend" SRC_URI="http://www.xsane.org/download/${P}.tar.gz" -HOMEPAGE="http://www.xsane.org" +HOMEPAGE="http://www.xsane.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" +IUSE="gtk2 nls jpeg png tiff" DEPEND="media-gfx/sane-backends - ( gtk2? >=x11-libs/gtk+-2.0 : - =x11-libs/gtk+-1.2* )" + || ( + gtk2? ( >=x11-libs/gtk+-2.0 ) + =x11-libs/gtk+-1.2* + )" src_compile() { - local myconf - use nls || myconf="${myconf} --disable-nls" - use jpeg || myconf="${myconf} --disable-jpeg" - use png || myconf="${myconf} --disable-png" - use tiff || myconf="${myconf} --disable-tiff" - use gtk2 || myconf="${myconf} --disable-gtk2" - econf ${myconf} || die + econf \ + `use_enable nls` \ + `use_enable jpeg` \ + `use_enable png` \ + `use_enable tiff` \ + `use_enable gtk2` \ + || die emake || die } -src_install () { +src_install() { einstall || die dodoc xsane.[A-Z]* dohtml -r doc + # link xsane so it is seen as a plugin in gimp if [ -d /usr/lib/gimp/1.2 ]; then dodir /usr/lib/gimp/1.2/plug-ins |