diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:32:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:32:14 +0000 |
commit | 4f9ec5be21db04472d3db52c287bc40024c537b7 (patch) | |
tree | 437cd9fc6358b2fb3fe313823c6325a45468178a /dev-util/diasce | |
parent | fix license/repoman (diff) | |
download | historical-4f9ec5be21db04472d3db52c287bc40024c537b7.tar.gz historical-4f9ec5be21db04472d3db52c287bc40024c537b7.tar.bz2 historical-4f9ec5be21db04472d3db52c287bc40024c537b7.zip |
fix license/repoman
Diffstat (limited to 'dev-util/diasce')
-rw-r--r-- | dev-util/diasce/diasce-1.2.ebuild | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/dev-util/diasce/diasce-1.2.ebuild b/dev-util/diasce/diasce-1.2.ebuild index 327436a45d8d..0da53d734ac8 100644 --- a/dev-util/diasce/diasce-1.2.ebuild +++ b/dev-util/diasce/diasce-1.2.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.2.ebuild,v 1.4 2003/07/12 14:28:13 aliz Exp $ +# 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.5 2003/08/07 03:28:54 vapier Exp $ -P=${PN}2-${PV} -S=${WORKDIR}/${P} -IUSE="" +MY_P=${PN}2-${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="The C/C++ Code editor for Gnome" -SRC_URI="http://diasce.es.gnome.org/downloads/${P}.tar.gz" -HOMEPAGE="http://diasce.es.gnome.org" -SLOT="0" +HOMEPAGE="http://diasce.es.gnome.org/" +SRC_URI="http://diasce.es.gnome.org/downloads/${MY_P}.tar.gz" + LICENSE="GPL-2" -KEYWORDS="x86 ~sparc " +SLOT="0" +KEYWORDS="x86 ~sparc" RDEPEND=">=dev-libs/libxml2-2.4 >=x11-libs/gtk+-2 @@ -24,23 +24,18 @@ RDEPEND=">=dev-libs/libxml2-2.4 >=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 () { +src_install() { einstall || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } - |