diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-07 18:55:50 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-07 18:55:50 +0000 |
commit | 3cd63428b88babdb8f054a9e6265781414dfb5c0 (patch) | |
tree | 7bf99875e55d0256a365c7aba1e288970769280b /dev-util/diasce | |
parent | Put sed back in and allowed ~sparc64 users to have new binutils and glibc, (diff) | |
download | historical-3cd63428b88babdb8f054a9e6265781414dfb5c0.tar.gz historical-3cd63428b88babdb8f054a9e6265781414dfb5c0.tar.bz2 historical-3cd63428b88babdb8f054a9e6265781414dfb5c0.zip |
New version, formerly known as David
Diffstat (limited to 'dev-util/diasce')
-rw-r--r-- | dev-util/diasce/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/diasce/diasce-1.2.ebuild | 46 | ||||
-rw-r--r-- | dev-util/diasce/files/digest-diasce-1.2 | 1 |
3 files changed, 56 insertions, 0 deletions
diff --git a/dev-util/diasce/ChangeLog b/dev-util/diasce/ChangeLog new file mode 100644 index 000000000000..8c1a54329d0a --- /dev/null +++ b/dev-util/diasce/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/diasce +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/ChangeLog,v 1.1 2002/11/07 18:55:50 foser Exp $ + +*diasce-1.2 (07 Nov 2002) + + 07 Nov 2002; foser <foser@gentoo.org> diasce-1.2.ebuild ChangeLog : + Updated version and namechange + Ebuild adapted from submission by Ferdy <ferdy@ferdyx.org> diff --git a/dev-util/diasce/diasce-1.2.ebuild b/dev-util/diasce/diasce-1.2.ebuild new file mode 100644 index 000000000000..f1fc6c9cce52 --- /dev/null +++ b/dev-util/diasce/diasce-1.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2002 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.1 2002/11/07 18:55:50 foser Exp $ + +P=${PN}2-${PV} +S=${WORKDIR}/${P} +IUSE="" +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" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~sparc64" + +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/bonobo-activation-1 + >=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/files/digest-diasce-1.2 b/dev-util/diasce/files/digest-diasce-1.2 new file mode 100644 index 000000000000..c5e933102b31 --- /dev/null +++ b/dev-util/diasce/files/digest-diasce-1.2 @@ -0,0 +1 @@ +MD5 de8d112d03264d9e6058c76d9cf7fabb diasce2-1.2.tar.gz 652176 |