summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa M. Seelye <lisa@gentoo.org>2004-08-22 19:54:02 +0000
committerLisa M. Seelye <lisa@gentoo.org>2004-08-22 19:54:02 +0000
commit151321e5b9c2d449f7bc4497fa64350141791e90 (patch)
treedb2febeeb45edf47d6676d91488609fba93aa854 /dev-util/anjuta
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-151321e5b9c2d449f7bc4497fa64350141791e90.tar.gz
gentoo-2-151321e5b9c2d449f7bc4497fa64350141791e90.tar.bz2
gentoo-2-151321e5b9c2d449f7bc4497fa64350141791e90.zip
add docs on doc USE flag to close bug #53146 and a lot of cleaning up of old cruft
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r--dev-util/anjuta/ChangeLog12
-rw-r--r--dev-util/anjuta/anjuta-1.0.2.ebuild52
-rw-r--r--dev-util/anjuta/anjuta-1.2.0-r1.ebuild58
-rw-r--r--dev-util/anjuta/anjuta-1.2.0.ebuild56
-rw-r--r--dev-util/anjuta/anjuta-1.2.1-r1.ebuild62
-rw-r--r--dev-util/anjuta/anjuta-1.2.1.ebuild56
-rw-r--r--dev-util/anjuta/anjuta-1.2.2-r1.ebuild16
-rw-r--r--dev-util/anjuta/files/digest-anjuta-1.0.21
-rw-r--r--dev-util/anjuta/files/digest-anjuta-1.2.01
-rw-r--r--dev-util/anjuta/files/digest-anjuta-1.2.0-r11
-rw-r--r--dev-util/anjuta/files/digest-anjuta-1.2.11
-rw-r--r--dev-util/anjuta/files/digest-anjuta-1.2.1-r11
12 files changed, 20 insertions, 297 deletions
diff --git a/dev-util/anjuta/ChangeLog b/dev-util/anjuta/ChangeLog
index 1c5766f0a482..01822c8e28cd 100644
--- a/dev-util/anjuta/ChangeLog
+++ b/dev-util/anjuta/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for dev-util/anjuta
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.40 2004/07/03 14:07:16 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.41 2004/08/22 19:54:02 lisa Exp $
+
+ 22 Aug 2004; Lisa Seelye <lisa@gentoo.org> -anjuta-1.0.2.ebuild,
+ -anjuta-1.2.0-r1.ebuild, -anjuta-1.2.0.ebuild, -anjuta-1.2.1-r1.ebuild,
+ -anjuta-1.2.1.ebuild, anjuta-1.2.2-r1.ebuild:
+ add docs on doc USE flag to close bug #53146
+
+ 22 Aug 2004; Lisa Seelye <lisa@gentoo.org> -anjuta-1.0.2.ebuild,
+ -anjuta-1.2.0-r1.ebuild, -anjuta-1.2.0.ebuild, -anjuta-1.2.1-r1.ebuild,
+ -anjuta-1.2.1.ebuild:
+ cleaning up a bit
*anjuta-1.2.2-r1 (03 Jul 2004)
diff --git a/dev-util/anjuta/anjuta-1.0.2.ebuild b/dev-util/anjuta/anjuta-1.0.2.ebuild
deleted file mode 100644
index 25c9bd6ebed4..000000000000
--- a/dev-util/anjuta/anjuta-1.0.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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.12 2004/08/22 19:43:50 lisa Exp $
-
-IUSE="nls"
-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 sparc"
-
-RDEPEND="=gnome-base/libglade-0*
- >=gnome-base/ORBit-0.5.0
- >=gnome-base/gnome-print-0.35
- =gnome-base/gnome-vfs-1.0*
- >=gnome-base/bonobo-1.0
- >=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-libs/libxml-1.4.0
- dev-libs/libpcre
- dev-util/ctags
- dev-util/indent
- >=sys-devel/bison-1.0
- >=app-text/scrollkeeper-0.1.4
- media-libs/gdk-pixbuf
- media-gfx/gnome-iconedit
- media-libs/audiofile
- media-sound/esound
- sys-devel/gdb
- sys-apps/grep
- =x11-libs/gtk+-1.2*"
-
-DEPEND="dev-util/pkgconfig
- ${RDEPEND}"
-
-src_compile() {
-
- local myconf
- use nls || myconf="--disable-nls"
-
- econf ${myconf} --enable-final || 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/anjuta-1.2.0-r1.ebuild b/dev-util/anjuta/anjuta-1.2.0-r1.ebuild
deleted file mode 100644
index 2c4087e8616a..000000000000
--- a/dev-util/anjuta/anjuta-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# 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
deleted file mode 100644
index e6186a7b7561..000000000000
--- a/dev-util/anjuta/anjuta-1.2.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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
deleted file mode 100644
index e7709803c972..000000000000
--- a/dev-util/anjuta/anjuta-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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
deleted file mode 100644
index b28e51c2847e..000000000000
--- a/dev-util/anjuta/anjuta-1.2.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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 0cde08140035..bc129251bd7b 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.3 2004/08/22 19:43:50 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.2-r1.ebuild,v 1.4 2004/08/22 19:54:02 lisa Exp $
inherit eutils gnome2
@@ -8,7 +8,7 @@ DESCRIPTION="A versatile IDE for GNOME"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://anjuta.sourceforge.net/"
-IUSE=""
+IUSE="doc"
SLOT="0"
LICENSE="GPL-2"
# Future versions will work with 64-bit archs, but 1.2.0 doesn't
@@ -34,7 +34,7 @@ RDEPEND=">=dev-libs/glib-2.0.6
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-DOCS="AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO"
+DOCS="AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO "
MAKEOPTS="${MAKEOPTS} -j1"
@@ -42,9 +42,7 @@ src_unpack() {
unpack ${A}
cd ${S}
-#lets see if this plays nice this version
-# epatch ${FILESDIR}/${P}_xim.patch
-
+ epatch ${FILESDIR}/${P}_xim.patch
epatch ${FILESDIR}/${P}-64bit.patch
}
@@ -52,8 +50,12 @@ pkg_postinst() {
gnome2_pkg_postinst
+ if use doc; then
+ dodoc ${S}/manuals
+ dodoc ${S}/doc
+ fi
+
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.0.2 b/dev-util/anjuta/files/digest-anjuta-1.0.2
deleted file mode 100644
index 321e1eceaf23..000000000000
--- a/dev-util/anjuta/files/digest-anjuta-1.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e7dc6520265fd8099d22927a6763a26b anjuta-1.0.2.tar.gz 6238726
diff --git a/dev-util/anjuta/files/digest-anjuta-1.2.0 b/dev-util/anjuta/files/digest-anjuta-1.2.0
deleted file mode 100644
index d6c78cfad69f..000000000000
--- a/dev-util/anjuta/files/digest-anjuta-1.2.0
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index d6c78cfad69f..000000000000
--- a/dev-util/anjuta/files/digest-anjuta-1.2.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index a4ee3c2f7900..000000000000
--- a/dev-util/anjuta/files/digest-anjuta-1.2.1
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index a4ee3c2f7900..000000000000
--- a/dev-util/anjuta/files/digest-anjuta-1.2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f74a86d4541e0f55115be9de66d8c2c4 anjuta-1.2.1.tar.gz 8013051