summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 14:02:44 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 14:02:44 +0000
commit93dedaf7505e1ba09e04343fe96f8803e5bb3bfe (patch)
tree8bf5e1e184cd8d32a5057d800548565f318964bb /app-doc/doxygen
parentopen publication license added (diff)
downloadgentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.gz
gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.bz2
gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.zip
repoman'd
Diffstat (limited to 'app-doc/doxygen')
-rw-r--r--app-doc/doxygen/doxygen-1.2.15-r1.ebuild10
-rw-r--r--app-doc/doxygen/doxygen-1.2.15.ebuild40
-rw-r--r--app-doc/doxygen/doxygen-1.2.16.ebuild10
-rw-r--r--app-doc/doxygen/files/digest-doxygen-1.2.151
-rw-r--r--app-doc/doxygen/files/doxygen-1.2.15-gentoo.diff11
-rw-r--r--app-doc/doxygen/files/doxygen-1.2.16-gentoo.diff (renamed from app-doc/doxygen/files/doxygen-1.2.13.1-gentoo.diff)0
6 files changed, 10 insertions, 62 deletions
diff --git a/app-doc/doxygen/doxygen-1.2.15-r1.ebuild b/app-doc/doxygen/doxygen-1.2.15-r1.ebuild
index 3a8e4a66035d..004f1fb1de17 100644
--- a/app-doc/doxygen/doxygen-1.2.15-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.2.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 2001-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.2.15-r1.ebuild,v 1.5 2002/07/08 15:08:29 sunflare Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.2.15-r1.ebuild,v 1.6 2002/08/01 14:02:43 seemant Exp $
DESCRIPTION="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C"
HOMEPAGE="http://www.doxygen.org"
@@ -17,10 +17,10 @@ SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz"
src_unpack() {
- unpack ${A}
- cd ${S}/addon/doxywizard
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff
-
+ unpack ${A}
+ cd ${S}/addon/doxywizard
+ patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die
+
}
src_compile()
diff --git a/app-doc/doxygen/doxygen-1.2.15.ebuild b/app-doc/doxygen/doxygen-1.2.15.ebuild
deleted file mode 100644
index 21fd010d64cc..000000000000
--- a/app-doc/doxygen/doxygen-1.2.15.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2001-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.2.15.ebuild,v 1.3 2002/07/11 06:30:11 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C"
-
-SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz"
-HOMEPAGE="http://www.doxygen.org"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="qt? ( =x11-libs/qt-2* )"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/addon/doxywizard
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff
-
-}
-
-src_compile()
-{
-
- use qt && CONFIGURE_OPTIONS="--with-doxywizard"
-
- QTDIR=/usr/qt/2 ./configure --install install --prefix ${D}/usr ${CONFIGURE_OPTIONS} || die
- make all || die
-
-}
-
-src_install()
-{
-
- make install || die
- dodoc README VERSION LICENSE LANGUAGE.HOWTO PLATFORMS
-
-}
diff --git a/app-doc/doxygen/doxygen-1.2.16.ebuild b/app-doc/doxygen/doxygen-1.2.16.ebuild
index a9bd0d496063..b6388d5d6a5b 100644
--- a/app-doc/doxygen/doxygen-1.2.16.ebuild
+++ b/app-doc/doxygen/doxygen-1.2.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 2001-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.2.16.ebuild,v 1.1 2002/07/08 15:08:29 sunflare Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.2.16.ebuild,v 1.2 2002/08/01 14:02:43 seemant Exp $
DESCRIPTION="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C"
HOMEPAGE="http://www.doxygen.org"
@@ -17,10 +17,10 @@ SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz"
src_unpack() {
- unpack ${A}
- cd ${S}/addon/doxywizard
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff
-
+ unpack ${A}
+ cd ${S}/addon/doxywizard
+ patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die
+
}
src_compile()
diff --git a/app-doc/doxygen/files/digest-doxygen-1.2.15 b/app-doc/doxygen/files/digest-doxygen-1.2.15
deleted file mode 100644
index 1f459dc4d321..000000000000
--- a/app-doc/doxygen/files/digest-doxygen-1.2.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ad387a9e4f784af367a008cee4216e1a doxygen-1.2.15.src.tar.gz 2188404
diff --git a/app-doc/doxygen/files/doxygen-1.2.15-gentoo.diff b/app-doc/doxygen/files/doxygen-1.2.15-gentoo.diff
deleted file mode 100644
index 2f358ae411da..000000000000
--- a/app-doc/doxygen/files/doxygen-1.2.15-gentoo.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.doxywizard Sat Jan 5 19:04:28 2002
-+++ Makefile.doxywizard Sat Jan 5 19:05:20 2002
-@@ -25,7 +25,7 @@
- LINK = g++
- LFLAGS =
- LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lXext -lX11 -lm
--MOC = moc
-+MOC = $(QTDIR)/bin/moc
-
- TAR = tar -cf
- GZIP = gzip -9f
diff --git a/app-doc/doxygen/files/doxygen-1.2.13.1-gentoo.diff b/app-doc/doxygen/files/doxygen-1.2.16-gentoo.diff
index 2f358ae411da..2f358ae411da 100644
--- a/app-doc/doxygen/files/doxygen-1.2.13.1-gentoo.diff
+++ b/app-doc/doxygen/files/doxygen-1.2.16-gentoo.diff