diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-27 21:56:49 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-27 21:56:49 +0000 |
commit | ff42ca4e8e4a3d5264e543661101e2a7c05c89c6 (patch) | |
tree | 18fb759239bf98fa18c82326340e8a6039e6d5fb /dev-util | |
parent | Version bump to Python 2.5 compatible version, switch to distutils, setuptool... (diff) | |
download | gentoo-2-ff42ca4e8e4a3d5264e543661101e2a7c05c89c6.tar.gz gentoo-2-ff42ca4e8e4a3d5264e543661101e2a7c05c89c6.tar.bz2 gentoo-2-ff42ca4e8e4a3d5264e543661101e2a7c05c89c6.zip |
Remove old version.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/darcs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/darcs/darcs-1.0.4.ebuild | 68 | ||||
-rw-r--r-- | dev-util/darcs/files/digest-darcs-1.0.4 | 3 |
3 files changed, 4 insertions, 72 deletions
diff --git a/dev-util/darcs/ChangeLog b/dev-util/darcs/ChangeLog index 9685f75b0759..65122353f873 100644 --- a/dev-util/darcs/ChangeLog +++ b/dev-util/darcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/darcs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.70 2007/06/11 20:43:44 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.71 2007/07/27 21:56:49 dcoutts Exp $ + + 27 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> -darcs-1.0.4.ebuild: + Remove old version. *darcs-1.0.9 (11 Jun 2007) diff --git a/dev-util/darcs/darcs-1.0.4.ebuild b/dev-util/darcs/darcs-1.0.4.ebuild deleted file mode 100644 index 70f94aed14bb..000000000000 --- a/dev-util/darcs/darcs-1.0.4.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.4.ebuild,v 1.3 2007/04/29 21:38:40 kolmodin Exp $ - -inherit base - -DESCRIPTION="David's Advanced Revision Control System is yet another replacement for CVS" -HOMEPAGE="http://abridgegame.org/darcs" -MY_P0="${P/_rc/rc}" -MY_P="${MY_P0/_pre/pre}" -SRC_URI="http://abridgegame.org/darcs/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="doc" -# disabled wxwindows use flag for now, as I got build errors - -DEPEND=">=net-misc/curl-7.10.2 - virtual/mta - <virtual/ghc-6.6 - !>=virtual/ghc-6.6 - doc? ( virtual/tetex - dev-tex/latex2html )" -# wxwindows? ( dev-haskell/wxhaskell ) - -RDEPEND=">=net-misc/curl-7.10.2 - virtual/mta - dev-libs/gmp" -# wxwindows? ( dev-haskell/wxhaskell )" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - base_src_unpack - - # If we're going to use the CFLAGS with GHC's -optc flag then we'd better - # use it with -opta too or it'll break with some CFLAGS, eg -mcpu on sparc - sed -i 's:\($(addprefix -optc,$(CFLAGS))\):\1 $(addprefix -opta,$(CFLAGS)):' \ - ${S}/autoconf.mk.in -} - -src_compile() { - local myconf -# myconf="`use_with wxwindows wx`" - # distribution contains garbage files - make clean || die "make clean failed" - if use doc ; then - sed -i "s:/doc:/doc/${PF}:" GNUmakefile - else - sed -i \ - -e 's: installdocs::' \ - -e 's:^.*BUILDDOC.*yes.*$::' \ - -e 's/^.*TARGETS.*\(darcs\.ps\|manual\).*$/:/' \ - configure - fi - econf ${myconf} || die "configure failed" - echo 'INSTALLWHAT=installbin' >> autoconf.mk - make all || die "make failed" -} - -src_test() { - make test -} - -src_install() { - make DESTDIR=${D} install || die "installation failed" -} diff --git a/dev-util/darcs/files/digest-darcs-1.0.4 b/dev-util/darcs/files/digest-darcs-1.0.4 deleted file mode 100644 index 4f0227d1d1ad..000000000000 --- a/dev-util/darcs/files/digest-darcs-1.0.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0be693b00e4b1bd24906d4f479e78923 darcs-1.0.4.tar.gz 950528 -RMD160 5b8e4b2396c1cd7a373e103aa90d8a47802a43de darcs-1.0.4.tar.gz 950528 -SHA256 a75d9a4eaf4a4993d733b742238ab0a2b4e79359ba9a9e695c8c7de6c9d8a9df darcs-1.0.4.tar.gz 950528 |