diff options
author | 2002-02-16 03:23:37 +0000 | |
---|---|---|
committer | 2002-02-16 03:23:37 +0000 | |
commit | 01553c413a02dc890fee721eeb2a6c4813d3e050 (patch) | |
tree | d3433ab8877e2e029669490ace413259a2166ae8 /dev-util/anjuta | |
parent | oops (diff) | |
download | gentoo-2-01553c413a02dc890fee721eeb2a6c4813d3e050.tar.gz gentoo-2-01553c413a02dc890fee721eeb2a6c4813d3e050.tar.bz2 gentoo-2-01553c413a02dc890fee721eeb2a6c4813d3e050.zip |
Anjuta 0.1.9
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r-- | dev-util/anjuta/ChangeLog | 17 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-0.1.9.ebuild | 61 | ||||
-rw-r--r-- | dev-util/anjuta/files/digest-anjuta-0.1.9 | 1 |
3 files changed, 70 insertions, 9 deletions
diff --git a/dev-util/anjuta/ChangeLog b/dev-util/anjuta/ChangeLog index 79e2fc112ae0..b063c60e5719 100644 --- a/dev-util/anjuta/ChangeLog +++ b/dev-util/anjuta/ChangeLog @@ -1,13 +1,12 @@ # 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.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.2 2002/02/16 03:23:37 blocke Exp $ -*anjuta-0.1.8 (1 Feb 2002) +*anjuta-0.1.9 (15 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. + 15 Feb 2002; Bruce A. Locke <blocke@shivan.org> anjuta-0.1.9.ebuild : + + Anjuta 0.1.9 added + + +
\ No newline at end of file diff --git a/dev-util/anjuta/anjuta-0.1.9.ebuild b/dev-util/anjuta/anjuta-0.1.9.ebuild new file mode 100644 index 000000000000..a63e53cf32c6 --- /dev/null +++ b/dev-util/anjuta/anjuta-0.1.9.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-0.1.9.ebuild,v 1.1 2002/02/16 03:23:37 blocke Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++." +SRC_URI="http://anjuta.sourceforge.net/packages/anjuta-${PV}.tar.gz" +HOMEPAGE="http://anjuta.sourceforge.net/" + +DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 + >=x11-libs/gtk+-1.2.10-r4 + media-libs/audiofile + dev-libs/libxml + dev-util/pkgconfig + app-text/scrollkeeper" + +RDEPEND="dev-util/glade + dev-util/glademm + media-gfx/gnome-iconedit + app-text/scrollkeeper + >=x11-libs/gtk+-1.2.10-r4 + media-libs/audiofile + media-sound/esound + sys-apps/bash + dev-util/ctags + sys-devel/autoconf + sys-devel/automake + sys-devel/gcc + sys-devel/gdb + sys-apps/grep + >=sys-libs/db-3.2.3 + dev-util/indent" + + +src_compile() { + + local myconf + use nls || myconf="--disable-nls" + + ./configure --host=${CHOST} --prefix=/usr \ + --mandir=/usr/share/man \ + --localstatedir=/var/lib \ + --infodir=/usr/share/info \ + --sysconfdir=/etc \ + $myconf || die + + emake || die +} + +src_install () { + + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + infodir=${D}/usr/share/info \ + localstatedir=${D}/var/lib \ + anjutadocdir=${D}/usr/share/doc/${PF} \ + anjuta_docdir=${D}/usr/share/doc/${PF} \ + install || die +} + diff --git a/dev-util/anjuta/files/digest-anjuta-0.1.9 b/dev-util/anjuta/files/digest-anjuta-0.1.9 new file mode 100644 index 000000000000..04a960e1b26b --- /dev/null +++ b/dev-util/anjuta/files/digest-anjuta-0.1.9 @@ -0,0 +1 @@ +MD5 645a108a816b30ecff1df13395e6ce00 anjuta-0.1.9.tar.gz 3502495 |