diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-19 01:23:14 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-19 01:23:14 +0000 |
commit | aaf2198db09cfbd2c606b41a4f355fc05d6cb114 (patch) | |
tree | 8c8ac9f0c9a792b8048025c8cf2db20962fa5680 /dev-util | |
parent | anjuta-0.9.99 masked for testing, Anjuta 1.0-beta1 (preview) (diff) | |
download | historical-aaf2198db09cfbd2c606b41a4f355fc05d6cb114.tar.gz historical-aaf2198db09cfbd2c606b41a4f355fc05d6cb114.tar.bz2 historical-aaf2198db09cfbd2c606b41a4f355fc05d6cb114.zip |
New version, this is the Anjuta 1.0-beta1 (preview). Changed SRC_URI to use the mirror://sourceforge eclass
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/anjuta/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-0.9.99.ebuild | 50 | ||||
-rw-r--r-- | dev-util/anjuta/files/digest-anjuta-0.9.99 | 1 |
3 files changed, 59 insertions, 1 deletions
diff --git a/dev-util/anjuta/ChangeLog b/dev-util/anjuta/ChangeLog index b063c60e5719..f4360cda8cd7 100644 --- a/dev-util/anjuta/ChangeLog +++ b/dev-util/anjuta/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/anjuta # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.2 2002/02/16 03:23:37 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.3 2002/08/19 01:23:14 stroke Exp $ + +*anjuta-0.9.99 (19 Aug 2002) + + 19 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org> anjuta-0.9.99.ebuild: + + New version, this is the Anjuta 1.0-beta1 (preview). + Changed SRC_URI to use the mirror://sourceforge eclass *anjuta-0.1.9 (15 Feb 2002) diff --git a/dev-util/anjuta/anjuta-0.9.99.ebuild b/dev-util/anjuta/anjuta-0.9.99.ebuild new file mode 100644 index 000000000000..848bf0ca257f --- /dev/null +++ b/dev-util/anjuta/anjuta-0.9.99.ebuild @@ -0,0 +1,50 @@ +# 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/anjuta/anjuta-0.9.99.ebuild,v 1.1 2002/08/19 01:23:14 stroke Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++." +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://anjuta.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 + =x11-libs/gtk+-1.2* + media-libs/audiofile + dev-libs/libxml + dev-util/pkgconfig + gnome-extra/libglademm + app-text/scrollkeeper" + +RDEPEND="dev-util/glade + media-gfx/gnome-iconedit + app-text/scrollkeeper + =x11-libs/gtk+-1.2* + media-libs/audiofile + media-sound/esound + dev-util/ctags + sys-devel/gdb + sys-apps/grep + >=sys-libs/db-3.2.3 + dev-util/indent" + + +src_compile() { + + local myconf + use nls || myconf="--disable-nls" + + econf ${myconf} || die + emake || die +} + +src_install () { + + einstall \ + anjutadocdir=${D}/usr/share/doc/${PF} || die + + dodoc AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO +} diff --git a/dev-util/anjuta/files/digest-anjuta-0.9.99 b/dev-util/anjuta/files/digest-anjuta-0.9.99 new file mode 100644 index 000000000000..144bf122c7f3 --- /dev/null +++ b/dev-util/anjuta/files/digest-anjuta-0.9.99 @@ -0,0 +1 @@ +MD5 938e51336fe168d8d7def83e03eb654d anjuta-0.9.99.tar.gz 6012382 |