diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-04 20:59:08 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-04 20:59:08 +0000 |
commit | 056e3190892955a897e1e44dd52943ec84390398 (patch) | |
tree | f4415c454a941bb417f783f8f835e35577e662e9 | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-056e3190892955a897e1e44dd52943ec84390398.tar.gz gentoo-2-056e3190892955a897e1e44dd52943ec84390398.tar.bz2 gentoo-2-056e3190892955a897e1e44dd52943ec84390398.zip |
x86 stable, remove old, add missing libgnomeprintui DEPEND
(Portage version: 2.1.3.19)
-rw-r--r-- | dev-util/diasce/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/diasce/diasce-1.2.ebuild | 41 | ||||
-rw-r--r-- | dev-util/diasce/diasce-1.4.ebuild | 13 |
3 files changed, 13 insertions, 49 deletions
diff --git a/dev-util/diasce/ChangeLog b/dev-util/diasce/ChangeLog index 635fb9b58eba..3a044d5c78c0 100644 --- a/dev-util/diasce/ChangeLog +++ b/dev-util/diasce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/diasce -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/ChangeLog,v 1.12 2007/06/28 19:54:00 eva Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/ChangeLog,v 1.13 2008/02/04 20:59:08 armin76 Exp $ + + 04 Feb 2008; Raúl Porcel <armin76@gentoo.org> -diasce-1.2.ebuild, + diasce-1.4.ebuild: + x86 stable, remove old, add missing libgnomeprintui DEPEND 28 Jun 2007; Gilles Dartiguelongue <eva@gentoo.org> diasce-1.4.ebuild: removing linc dependency since it's dead upstream and can be replaced by diff --git a/dev-util/diasce/diasce-1.2.ebuild b/dev-util/diasce/diasce-1.2.ebuild deleted file mode 100644 index 1c1ee1296952..000000000000 --- a/dev-util/diasce/diasce-1.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.2.ebuild,v 1.11 2006/11/22 18:22:09 masterdriverz Exp $ - -MY_P=${PN}2-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="The C/C++ Code editor for Gnome" -HOMEPAGE="http://diasce.sourceforge.net/" -SRC_URI="mirror://sourceforge/diasce/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc" -IUSE="nls" - -RDEPEND=">=dev-libs/libxml2-2.4 - >=x11-libs/gtk+-2 - >=dev-libs/glib-2 - >=gnome-base/libglade-2 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libbonobo-2 - >=gnome-base/libbonoboui-2 - >=gnome-base/gnome-vfs-2 - >=gnome-base/gconf-1.2 - >=gnome-base/libgnomecanvas-2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf="" - use nls || myconf="${myconf} --disable-nls" - econf ${myconf} || die "./configure failed" - emake || die "emake failed" -} - -src_install() { - einstall || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -} diff --git a/dev-util/diasce/diasce-1.4.ebuild b/dev-util/diasce/diasce-1.4.ebuild index e3e8214e18a8..f472389e1702 100644 --- a/dev-util/diasce/diasce-1.4.ebuild +++ b/dev-util/diasce/diasce-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild,v 1.12 2007/06/28 19:54:00 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild,v 1.13 2008/02/04 20:59:08 armin76 Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/diasce/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="nls" RDEPEND=">=dev-libs/libxml2-2.4 @@ -25,7 +25,8 @@ RDEPEND=">=dev-libs/libxml2-2.4 >=gnome-base/libbonoboui-2 >=gnome-base/gnome-vfs-2 >=gnome-base/gconf-1.2 - >=gnome-base/libgnomecanvas-2" + >=gnome-base/libgnomecanvas-2 + >=gnome-base/libgnomeprintui-2" DEPEND="${RDEPEND} dev-util/pkgconfig >=gnome-base/orbit-2.8 @@ -33,8 +34,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-linc.patch + cd "${S}" + epatch "${FILESDIR}"/${P}-linc.patch } src_compile() { |