summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2003-10-17 20:09:45 +0000
committerBrian Jackson <iggy@gentoo.org>2003-10-17 20:09:45 +0000
commit029ca12ec28da2a99ffb7a483df1a34fc58769d7 (patch)
tree0687f3a9e330ea50a9c5b52a2a7d0c41015fc877 /dev-util/rapidsvn
parentAdded ~sparc keyword (bug #31195) (diff)
downloadhistorical-029ca12ec28da2a99ffb7a483df1a34fc58769d7.tar.gz
historical-029ca12ec28da2a99ffb7a483df1a34fc58769d7.tar.bz2
historical-029ca12ec28da2a99ffb7a483df1a34fc58769d7.zip
remove old versions that depend on ancient versions of subversion
Diffstat (limited to 'dev-util/rapidsvn')
-rw-r--r--dev-util/rapidsvn/ChangeLog5
-rw-r--r--dev-util/rapidsvn/Manifest4
-rw-r--r--dev-util/rapidsvn/files/digest-rapidsvn-0.2.01
-rw-r--r--dev-util/rapidsvn/rapidsvn-0.2.0.ebuild38
4 files changed, 5 insertions, 43 deletions
diff --git a/dev-util/rapidsvn/ChangeLog b/dev-util/rapidsvn/ChangeLog
index 07c9190bed2b..365d6a420f78 100644
--- a/dev-util/rapidsvn/ChangeLog
+++ b/dev-util/rapidsvn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/rapidsvn
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/ChangeLog,v 1.3 2003/10/16 20:50:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/ChangeLog,v 1.4 2003/10/17 20:09:43 iggy Exp $
+
+ 17 Oct 2003; <iggy@gentoo.org> rapidsvn-0.2.0.ebuild:
+ remove old versions that depend on ancient versions of subversion
16 Oct 2003; <iggy@gentoo.org> rapidsvn-0.2.0.ebuild, rapidsvn-0.3.0.ebuild:
should depend on =dev-util/subversion-0.28.0, thanks to Martin Ehmsen for the
diff --git a/dev-util/rapidsvn/Manifest b/dev-util/rapidsvn/Manifest
index 325205433e6b..0e17b8c27a25 100644
--- a/dev-util/rapidsvn/Manifest
+++ b/dev-util/rapidsvn/Manifest
@@ -1,6 +1,4 @@
MD5 e69244ad92d8a1ca2849d0d0678c1970 rapidsvn-0.3.0.ebuild 1265
-MD5 9ed21b0dd832fbb39ced9c2a1c951630 ChangeLog 704
-MD5 89d2a855b5e624a9606ad58acd41345f rapidsvn-0.2.0.ebuild 1264
+MD5 13e7cf55b769f972c285385545039bbd ChangeLog 829
MD5 e8212a950e1f0fccf9fb8f1a7a361c71 metadata.xml 546
-MD5 f7dbfabe443f29627c37db6a3702346d files/digest-rapidsvn-0.2.0 66
MD5 defdae3eecae5fc15f277d890c518416 files/digest-rapidsvn-0.3.0 66
diff --git a/dev-util/rapidsvn/files/digest-rapidsvn-0.2.0 b/dev-util/rapidsvn/files/digest-rapidsvn-0.2.0
deleted file mode 100644
index 336721c1be08..000000000000
--- a/dev-util/rapidsvn/files/digest-rapidsvn-0.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 497793d39a16b37ebfb5d3cdb1256ba1 rapidsvn-0.2.0.tar.gz 389148
diff --git a/dev-util/rapidsvn/rapidsvn-0.2.0.ebuild b/dev-util/rapidsvn/rapidsvn-0.2.0.ebuild
deleted file mode 100644
index f334724e4caf..000000000000
--- a/dev-util/rapidsvn/rapidsvn-0.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.2.0.ebuild,v 1.2 2003/10/16 20:50:10 iggy Exp $
-
-DESCRIPTION="Cross-platform GUI front-end for the Subversion revision system."
-HOMEPAGE="http://rapidsvn.tigris.org/"
-SRC_URI="http://rapidsvn.tigris.org/files/documents/341/5349/${P}.tar.gz"
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="doc"
-
-DEPEND="=dev-util/subversion-0.26.0
- >=x11-libs/wxGTK-2.4.0
- doc? ( dev-libs/libxslt app-text/docbook-sgml-utils app-doc/doxygen )"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
- # if you compiled subversion without (the) apache2 (flag) and with the berkdb flag
- # you will get an error that it can't find the lib db4
- local myconf
- #needs manpages support in docbook, gentoo doesn't seem to have this - i dunno
- use doc && myconf="--with-docbook-xsl=/usr/share/sgml/docbook/" \
- || myconf="--without-xsltproc --without-docbook-xsl --without-doxygen \
- --without-dot"
- #README says you have too
- autoconf configure.in > configure
- econf --with-svn-lib=/usr/lib \
- --with-svn-include=/usr/include \
- ${myconf} || die "./configure failed"
- emake || die
-}
-
-src_install() {
- einstall || die
-}
-