diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-11-06 21:08:09 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-11-06 21:08:09 +0000 |
commit | e71526cc3e6fd1fdc948d10c2a10631387ab34ea (patch) | |
tree | de5bb39fdb26b14a22688ddc6b49d750eb189b57 /dev-util/anjuta | |
parent | Also build the static library, needed for java source compile (diff) | |
download | historical-e71526cc3e6fd1fdc948d10c2a10631387ab34ea.tar.gz historical-e71526cc3e6fd1fdc948d10c2a10631387ab34ea.tar.bz2 historical-e71526cc3e6fd1fdc948d10c2a10631387ab34ea.zip |
change masking stuff and commit new stable anjuta to our unstable.
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r-- | dev-util/anjuta/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-0.9.99.ebuild | 4 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-1.0.0.ebuild | 51 | ||||
-rw-r--r-- | dev-util/anjuta/files/digest-anjuta-1.0.0 | 1 |
4 files changed, 63 insertions, 3 deletions
diff --git a/dev-util/anjuta/ChangeLog b/dev-util/anjuta/ChangeLog index fa0a85be0654..d98174e5158f 100644 --- a/dev-util/anjuta/ChangeLog +++ b/dev-util/anjuta/ChangeLog @@ -1,6 +1,14 @@ # 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.7 2002/10/18 23:00:14 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.8 2002/11/06 21:08:09 lostlogic Exp $ + +*anjuta-1.0.0 (06 Nov 2002) + + 06 Nov 2002; Brandon Low <lostlogic@gentoo.org> anjuta-1.0.0.ebuild : + Update to 1.0.0 final, change deps to match those described in + package readme, combined with those known. This needs testing + from clean installs based on gnome1 and gnome2 before marked + stable. *anjuta-0.9.99 (19 Aug 2002) diff --git a/dev-util/anjuta/anjuta-0.9.99.ebuild b/dev-util/anjuta/anjuta-0.9.99.ebuild index f758ebeeec5e..ddea8bc0006a 100644 --- a/dev-util/anjuta/anjuta-0.9.99.ebuild +++ b/dev-util/anjuta/anjuta-0.9.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-0.9.99.ebuild,v 1.4 2002/10/18 23:00:14 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-0.9.99.ebuild,v 1.5 2002/11/06 21:08:09 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++." @@ -9,7 +9,7 @@ HOMEPAGE="http://anjuta.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc" +KEYWORDS="-x86 -ppc" DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 =x11-libs/gtk+-1.2* diff --git a/dev-util/anjuta/anjuta-1.0.0.ebuild b/dev-util/anjuta/anjuta-1.0.0.ebuild new file mode 100644 index 000000000000..bd724934eedc --- /dev/null +++ b/dev-util/anjuta/anjuta-1.0.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.0.0.ebuild,v 1.1 2002/11/06 21:08:09 lostlogic 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 ~ppc" + +DEPEND="|| ( gnome-base/ORBit2 >=gnome-base/ORBit-0.5.0 ) + media-libs/gdk-pixbuf + >=gnome-base/gnome-libs-1.4.1.2-r1 + >=dev-libs/libxml-1.4.0 + dev-util/pkgconfig + || ( gnome-extra/libglademm dev-util/glademm ) + >=app-text/scrollkeeper-0.1.4 + >=gnome-base/gnome-print-0.35" + +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-1.0.0 b/dev-util/anjuta/files/digest-anjuta-1.0.0 new file mode 100644 index 000000000000..ac7c1ce236be --- /dev/null +++ b/dev-util/anjuta/files/digest-anjuta-1.0.0 @@ -0,0 +1 @@ +MD5 214e2b4997d87deda96405a6d97d6806 anjuta-1.0.0.tar.gz 6006466 |