diff options
author | Lisa M. Seelye <lisa@gentoo.org> | 2004-08-22 19:43:50 +0000 |
---|---|---|
committer | Lisa M. Seelye <lisa@gentoo.org> | 2004-08-22 19:43:50 +0000 |
commit | b2fadd3a888603830787c43150a19e2b9794c5f2 (patch) | |
tree | 4cfc512875befdf8abd3ec6c8b024716b6b4ed35 /dev-util/anjuta | |
parent | using newer version of SilverXP theme to fix rollover issue (Manifest recommit) (diff) | |
download | gentoo-2-b2fadd3a888603830787c43150a19e2b9794c5f2.tar.gz gentoo-2-b2fadd3a888603830787c43150a19e2b9794c5f2.tar.bz2 gentoo-2-b2fadd3a888603830787c43150a19e2b9794c5f2.zip |
unfarking things (i hope)
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r-- | dev-util/anjuta/anjuta-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-1.2.0-r1.ebuild | 58 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-1.2.0.ebuild | 56 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-1.2.1-r1.ebuild | 62 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-1.2.1.ebuild | 56 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-1.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-1.2.2.ebuild | 59 | ||||
-rw-r--r-- | dev-util/anjuta/files/digest-anjuta-1.2.0 | 1 | ||||
-rw-r--r-- | dev-util/anjuta/files/digest-anjuta-1.2.0-r1 | 1 | ||||
-rw-r--r-- | dev-util/anjuta/files/digest-anjuta-1.2.1 | 1 | ||||
-rw-r--r-- | dev-util/anjuta/files/digest-anjuta-1.2.1-r1 | 1 | ||||
-rw-r--r-- | dev-util/anjuta/files/digest-anjuta-1.2.2 | 1 |
12 files changed, 300 insertions, 4 deletions
diff --git a/dev-util/anjuta/anjuta-1.0.2.ebuild b/dev-util/anjuta/anjuta-1.0.2.ebuild index 5066dc20635b..25c9bd6ebed4 100644 --- a/dev-util/anjuta/anjuta-1.0.2.ebuild +++ b/dev-util/anjuta/anjuta-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.0.2.ebuild,v 1.11 2004/08/21 16:05:46 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.0.2.ebuild,v 1.12 2004/08/22 19:43:50 lisa Exp $ IUSE="nls" DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++." @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc sparc" RDEPEND="=gnome-base/libglade-0* - =gnome-base/orbit-0* + >=gnome-base/ORBit-0.5.0 >=gnome-base/gnome-print-0.35 =gnome-base/gnome-vfs-1.0* >=gnome-base/bonobo-1.0 diff --git a/dev-util/anjuta/anjuta-1.2.0-r1.ebuild b/dev-util/anjuta/anjuta-1.2.0-r1.ebuild new file mode 100644 index 000000000000..2c4087e8616a --- /dev/null +++ b/dev-util/anjuta/anjuta-1.2.0-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.0-r1.ebuild,v 1.4 2004/08/22 19:43:50 lisa Exp $ + +inherit eutils gnome2 + +DESCRIPTION="A versatile IDE for GNOME" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://anjuta.sourceforge.net/" + +IUSE="" +SLOT="0" +LICENSE="GPL-2" +# Future versions will work with 64-bit archs, but 1.2.0 doesn't +KEYWORDS="x86 ~ppc" + +RDEPEND=">=dev-libs/glib-2.0.6 + >=x11-libs/gtk+-2.0.8 + >=gnome-base/ORBit2-2.4 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2.0.2 + >=gnome-base/libgnomeui-2.0.2 + >=gnome-base/libgnomeprint-2.0.1 + >=gnome-base/libgnomeprintui-2.0.1 + >=gnome-base/gnome-vfs-2.0.2 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2.0.1 + >=x11-libs/vte-0.9 + >=dev-libs/libxml2-2.4.23 + >=x11-libs/pango-1.1.1 + dev-libs/libpcre + app-text/scrollkeeper" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO" + +MAKEOPTS="${MAKEOPTS} -j1" + +src_unpack() { + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${P}_xim.patch + cd ${S}/global-tags + epatch ${FILESDIR}/anjuta-1.2.0.globaltagfix.diff.gz +} + +pkg_postinst() { + + gnome2_pkg_postinst + + einfo "Some project templates may require additional development" + einfo "libraries to function correctly. It goes beyond the scope" + einfo "of this ebuild to provide them." + +} diff --git a/dev-util/anjuta/anjuta-1.2.0.ebuild b/dev-util/anjuta/anjuta-1.2.0.ebuild new file mode 100644 index 000000000000..e6186a7b7561 --- /dev/null +++ b/dev-util/anjuta/anjuta-1.2.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.0.ebuild,v 1.8 2004/08/22 19:43:50 lisa Exp $ + +inherit eutils gnome2 + +DESCRIPTION="A versatile IDE for GNOME" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://anjuta.sourceforge.net/" + +IUSE="" +SLOT="0" +LICENSE="GPL-2" +# Future versions will work with 64-bit archs, but 1.2.0 doesn't +KEYWORDS="x86 ~ppc" + +RDEPEND=">=dev-libs/glib-2.0.6 + >=x11-libs/gtk+-2.0.8 + >=gnome-base/ORBit2-2.4 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2.0.2 + >=gnome-base/libgnomeui-2.0.2 + >=gnome-base/libgnomeprint-2.0.1 + >=gnome-base/libgnomeprintui-2.0.1 + >=gnome-base/gnome-vfs-2.0.2 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2.0.1 + >=x11-libs/vte-0.9 + >=dev-libs/libxml2-2.4.23 + >=x11-libs/pango-1.1.1 + dev-libs/libpcre + app-text/scrollkeeper" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO" + +MAKEOPTS="${MAKEOPTS} -j1" + +src_unpack() { + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${P}_xim.patch +} + +pkg_postinst() { + + gnome2_pkg_postinst + + einfo "Some project templates may require additional development" + einfo "libraries to function correctly. It goes beyond the scope" + einfo "of this ebuild to provide them." + +} diff --git a/dev-util/anjuta/anjuta-1.2.1-r1.ebuild b/dev-util/anjuta/anjuta-1.2.1-r1.ebuild new file mode 100644 index 000000000000..e7709803c972 --- /dev/null +++ b/dev-util/anjuta/anjuta-1.2.1-r1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.1-r1.ebuild,v 1.5 2004/08/22 19:43:50 lisa Exp $ + +inherit eutils gnome2 + +DESCRIPTION="A versatile IDE for GNOME" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://anjuta.sourceforge.net/" + +IUSE="" +SLOT="0" +LICENSE="GPL-2" +# Future versions will work with 64-bit archs, but 1.2.0 doesn't +KEYWORDS="~x86 ~ppc sparc ~amd64" + +RDEPEND=">=dev-libs/glib-2.0.6 + >=x11-libs/gtk+-2.0.8 + >=gnome-base/ORBit2-2.4 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2.0.2 + >=gnome-base/libgnomeui-2.0.2 + >=gnome-base/libgnomeprint-2.0.1 + >=gnome-base/libgnomeprintui-2.0.1 + >=gnome-base/gnome-vfs-2.0.2 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2.0.1 + >=x11-libs/vte-0.9 + >=dev-libs/libxml2-2.4.23 + >=x11-libs/pango-1.1.1 + dev-libs/libpcre + app-text/scrollkeeper" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO" + +MAKEOPTS="${MAKEOPTS} -j1" + + +src_unpack() { + unpack ${A} + + cd ${S} +# epatch ${FILESDIR}/${P}_xim.patch + epatch ${FILESDIR}/anjuta-1.2.1.fix.cmp.usage.diff.gz + epatch ${FILESDIR}/anjuta-1.2.1.pass.proper.aclocal.args.diff.gz + + cd ${S}/global-tags + epatch ${FILESDIR}/anjuta-1.2.0.globaltagfix.diff.gz +} + +pkg_postinst() { + + gnome2_pkg_postinst + + einfo "Some project templates may require additional development" + einfo "libraries to function correctly. It goes beyond the scope" + einfo "of this ebuild to provide them." + +} diff --git a/dev-util/anjuta/anjuta-1.2.1.ebuild b/dev-util/anjuta/anjuta-1.2.1.ebuild new file mode 100644 index 000000000000..b28e51c2847e --- /dev/null +++ b/dev-util/anjuta/anjuta-1.2.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.1.ebuild,v 1.6 2004/08/22 19:43:50 lisa Exp $ + +inherit eutils gnome2 + +DESCRIPTION="A versatile IDE for GNOME" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://anjuta.sourceforge.net/" + +IUSE="" +SLOT="0" +LICENSE="GPL-2" +# Future versions will work with 64-bit archs, but 1.2.0 doesn't +KEYWORDS="~x86 ~ppc sparc ~amd64" + +RDEPEND=">=dev-libs/glib-2.0.6 + >=x11-libs/gtk+-2.0.8 + >=gnome-base/ORBit2-2.4 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2.0.2 + >=gnome-base/libgnomeui-2.0.2 + >=gnome-base/libgnomeprint-2.0.1 + >=gnome-base/libgnomeprintui-2.0.1 + >=gnome-base/gnome-vfs-2.0.2 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2.0.1 + >=x11-libs/vte-0.9 + >=dev-libs/libxml2-2.4.23 + >=x11-libs/pango-1.1.1 + dev-libs/libpcre + app-text/scrollkeeper" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO" + +MAKEOPTS="${MAKEOPTS} -j1" + +#src_unpack() { +# unpack ${A} +# +# cd ${S} +# epatch ${FILESDIR}/${P}_xim.patch +#} + +pkg_postinst() { + + gnome2_pkg_postinst + + einfo "Some project templates may require additional development" + einfo "libraries to function correctly. It goes beyond the scope" + einfo "of this ebuild to provide them." + +} diff --git a/dev-util/anjuta/anjuta-1.2.2-r1.ebuild b/dev-util/anjuta/anjuta-1.2.2-r1.ebuild index 9667a217c3d4..0cde08140035 100644 --- a/dev-util/anjuta/anjuta-1.2.2-r1.ebuild +++ b/dev-util/anjuta/anjuta-1.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.2-r1.ebuild,v 1.2 2004/08/21 16:05:46 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.2-r1.ebuild,v 1.3 2004/08/22 19:43:50 lisa Exp $ inherit eutils gnome2 @@ -16,7 +16,7 @@ KEYWORDS="x86 ~ppc sparc ~amd64" RDEPEND=">=dev-libs/glib-2.0.6 >=x11-libs/gtk+-2.0.8 - >=gnome-base/orbit-2.4 + >=gnome-base/ORBit2-2.4 >=gnome-base/libglade-2 >=gnome-base/libgnome-2.0.2 >=gnome-base/libgnomeui-2.0.2 diff --git a/dev-util/anjuta/anjuta-1.2.2.ebuild b/dev-util/anjuta/anjuta-1.2.2.ebuild new file mode 100644 index 000000000000..eb13f8c0ae4d --- /dev/null +++ b/dev-util/anjuta/anjuta-1.2.2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.2.ebuild,v 1.8 2004/08/22 19:43:50 lisa Exp $ + +inherit eutils gnome2 + +DESCRIPTION="A versatile IDE for GNOME" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://anjuta.sourceforge.net/" + +IUSE="" +SLOT="0" +LICENSE="GPL-2" +# Future versions will work with 64-bit archs, but 1.2.0 doesn't +KEYWORDS="x86 ~ppc sparc ~amd64" + +RDEPEND=">=dev-libs/glib-2.0.6 + >=x11-libs/gtk+-2.0.8 + >=gnome-base/ORBit2-2.4 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2.0.2 + >=gnome-base/libgnomeui-2.0.2 + >=gnome-base/libgnomeprint-2.0.1 + >=gnome-base/libgnomeprintui-2.0.1 + >=gnome-base/gnome-vfs-2.0.2 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2.0.1 + >=x11-libs/vte-0.9 + >=dev-libs/libxml2-2.4.23 + >=x11-libs/pango-1.1.1 + dev-libs/libpcre + app-text/scrollkeeper" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO" + +MAKEOPTS="${MAKEOPTS} -j1" + +src_unpack() { + unpack ${A} + + cd ${S} +#lets see if this plays nice this version +# epatch ${FILESDIR}/${P}_xim.patch + + use amd64 && epatch ${FILESDIR}/${P}-64bit.patch +} + +pkg_postinst() { + + gnome2_pkg_postinst + + einfo "Some project templates may require additional development" + einfo "libraries to function correctly. It goes beyond the scope" + einfo "of this ebuild to provide them." + +} diff --git a/dev-util/anjuta/files/digest-anjuta-1.2.0 b/dev-util/anjuta/files/digest-anjuta-1.2.0 new file mode 100644 index 000000000000..d6c78cfad69f --- /dev/null +++ b/dev-util/anjuta/files/digest-anjuta-1.2.0 @@ -0,0 +1 @@ +MD5 5ba4547bd71dd9c6d19006913623680e anjuta-1.2.0.tar.gz 7738588 diff --git a/dev-util/anjuta/files/digest-anjuta-1.2.0-r1 b/dev-util/anjuta/files/digest-anjuta-1.2.0-r1 new file mode 100644 index 000000000000..d6c78cfad69f --- /dev/null +++ b/dev-util/anjuta/files/digest-anjuta-1.2.0-r1 @@ -0,0 +1 @@ +MD5 5ba4547bd71dd9c6d19006913623680e anjuta-1.2.0.tar.gz 7738588 diff --git a/dev-util/anjuta/files/digest-anjuta-1.2.1 b/dev-util/anjuta/files/digest-anjuta-1.2.1 new file mode 100644 index 000000000000..a4ee3c2f7900 --- /dev/null +++ b/dev-util/anjuta/files/digest-anjuta-1.2.1 @@ -0,0 +1 @@ +MD5 f74a86d4541e0f55115be9de66d8c2c4 anjuta-1.2.1.tar.gz 8013051 diff --git a/dev-util/anjuta/files/digest-anjuta-1.2.1-r1 b/dev-util/anjuta/files/digest-anjuta-1.2.1-r1 new file mode 100644 index 000000000000..a4ee3c2f7900 --- /dev/null +++ b/dev-util/anjuta/files/digest-anjuta-1.2.1-r1 @@ -0,0 +1 @@ +MD5 f74a86d4541e0f55115be9de66d8c2c4 anjuta-1.2.1.tar.gz 8013051 diff --git a/dev-util/anjuta/files/digest-anjuta-1.2.2 b/dev-util/anjuta/files/digest-anjuta-1.2.2 new file mode 100644 index 000000000000..1276bcb03e27 --- /dev/null +++ b/dev-util/anjuta/files/digest-anjuta-1.2.2 @@ -0,0 +1 @@ +MD5 a30858dba0b902064d0d702cedfdc84f anjuta-1.2.2.tar.gz 8556051 |