summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-03-23 22:03:06 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-03-23 22:03:06 +0000
commit0b52085090b89687873842e6567e493e9a4d65ba (patch)
tree950e11e400c27e85a1fc40a37e2fa67b385c0da4 /dev-vcs/darcs
parentInitial commit. (diff)
downloadgentoo-2-0b52085090b89687873842e6567e493e9a4d65ba.tar.gz
gentoo-2-0b52085090b89687873842e6567e493e9a4d65ba.tar.bz2
gentoo-2-0b52085090b89687873842e6567e493e9a4d65ba.zip
Remove old dev-vcs/darcs ebuilds.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/darcs')
-rw-r--r--dev-vcs/darcs/ChangeLog6
-rw-r--r--dev-vcs/darcs/darcs-1.0.5.ebuild77
-rw-r--r--dev-vcs/darcs/darcs-1.0.6.ebuild80
-rw-r--r--dev-vcs/darcs/darcs-1.0.7.ebuild84
-rw-r--r--dev-vcs/darcs/darcs-1.0.8-r2.ebuild93
5 files changed, 5 insertions, 335 deletions
diff --git a/dev-vcs/darcs/ChangeLog b/dev-vcs/darcs/ChangeLog
index 5a3c0adf1056..28fc89892c5e 100644
--- a/dev-vcs/darcs/ChangeLog
+++ b/dev-vcs/darcs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/darcs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v 1.1 2010/03/14 12:29:26 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v 1.2 2010/03/23 22:03:06 kolmodin Exp $
+
+ 23 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> -darcs-1.0.5.ebuild,
+ -darcs-1.0.6.ebuild, -darcs-1.0.7.ebuild, -darcs-1.0.8-r2.ebuild:
+ Remove some of the old ebuilds for version 1.x.
14 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> +darcs-1.0.5.ebuild,
+darcs-1.0.6.ebuild, +darcs-1.0.7.ebuild, +darcs-1.0.8-r2.ebuild,
diff --git a/dev-vcs/darcs/darcs-1.0.5.ebuild b/dev-vcs/darcs/darcs-1.0.5.ebuild
deleted file mode 100644
index d064372d932d..000000000000
--- a/dev-vcs/darcs/darcs-1.0.5.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-1.0.5.ebuild,v 1.1 2010/03/14 12:29:26 kolmodin Exp $
-
-inherit base fixheadtails eutils
-
-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="~amd64 ppc ppc64 ~sparc x86"
-IUSE="doc"
-# disabled wxwindows use flag for now, as I got build errors
-
-DEPEND=">=net-misc/curl-7.10.2
- virtual/mta
- <dev-lang/ghc-6.6
- doc? ( virtual/latex-base
- 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}
-
-pkg_setup() {
- if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
- eerror "Building darcs with USE=\"doc\" requires that"
- eerror "dev-tex/latex2html is built with at least one of"
- eerror "USE=\"png\" and USE=\"gif\"."
- die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
- fi
-}
-
-src_unpack() {
- base_src_unpack
- ht_fix_all
-
- # 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-vcs/darcs/darcs-1.0.6.ebuild b/dev-vcs/darcs/darcs-1.0.6.ebuild
deleted file mode 100644
index 71e0f11d3a2e..000000000000
--- a/dev-vcs/darcs/darcs-1.0.6.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-1.0.6.ebuild,v 1.1 2010/03/14 12:29:26 kolmodin Exp $
-
-inherit base eutils
-
-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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-# disabled wxwindows use flag for now, as I got build errors
-
-DEPEND=">=net-misc/curl-7.10.2
- virtual/mta
- <dev-lang/ghc-6.6
- doc? ( virtual/latex-base
- 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}
-
-pkg_setup() {
- if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
- eerror "Building darcs with USE=\"doc\" requires that"
- eerror "dev-tex/latex2html is built with at least one of"
- eerror "USE=\"png\" and USE=\"gif\"."
- die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
- fi
-}
-
-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"
-
- # On ia64 we need to tone down the level of inlining so we don't break some
- # of the low level ghc/gcc interaction gubbins.
- use ia64 && sed -i 's/-funfolding-use-threshold20//' "${S}/GNUmakefile"
-}
-
-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-vcs/darcs/darcs-1.0.7.ebuild b/dev-vcs/darcs/darcs-1.0.7.ebuild
deleted file mode 100644
index e4efad2a7f78..000000000000
--- a/dev-vcs/darcs/darcs-1.0.7.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-1.0.7.ebuild,v 1.1 2010/03/14 12:29:26 kolmodin Exp $
-
-inherit base autotools eutils
-
-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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-DEPEND=">=net-misc/curl-7.10.2
- dev-haskell/html
- dev-haskell/mtl
- dev-haskell/quickcheck
- >=dev-lang/ghc-6.2.2
- doc? ( virtual/latex-base
- >=dev-tex/latex2html-2002.2.1_pre20041025-r1 )"
-
-RDEPEND=">=net-misc/curl-7.10.2
- virtual/mta
- dev-libs/gmp"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
- eerror "Building darcs with USE=\"doc\" requires that"
- eerror "dev-tex/latex2html is built with at least one of"
- eerror "USE=\"png\" and USE=\"gif\"."
- die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
- fi
-}
-
-src_unpack() {
- base_src_unpack
-
- cd "${S}"
- epatch "${FILESDIR}/darcs-1.0.8-ghc66.patch"
-
- # 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"
-
- # On ia64 we need to tone down the level of inlining so we don't break some
- # of the low level ghc/gcc interaction gubbins.
- use ia64 && sed -i 's/-funfolding-use-threshold20//' "${S}/GNUmakefile"
-
- # Since we've patched the build system:
- eautoreconf
-}
-
-src_compile() {
-
- econf $(use_with doc docs) \
- || die "configure failed"
- emake all || die "make failed"
-}
-
-src_test() {
- make test
-}
-
-src_install() {
- make DESTDIR="${D}" installbin || die "installation failed"
- if use doc; then
- dodoc "${S}/darcs.ps"
- dohtml "${S}/manual/"*
- fi
-}
-
-pkg_postinst() {
- ewarn "NOTE: in order for the darcs send command to work properly,"
- ewarn "you must properly configure your mail transport agent to relay"
- ewarn "outgoing mail. For example, if you are using ssmtp, please edit"
- ewarn "/etc/ssmtp/ssmtp.conf with appropriate values for your site."
-}
diff --git a/dev-vcs/darcs/darcs-1.0.8-r2.ebuild b/dev-vcs/darcs/darcs-1.0.8-r2.ebuild
deleted file mode 100644
index 960c889ba995..000000000000
--- a/dev-vcs/darcs/darcs-1.0.8-r2.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-1.0.8-r2.ebuild,v 1.1 2010/03/14 12:29:26 kolmodin Exp $
-
-inherit base autotools eutils
-
-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="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="doc"
-
-DEPEND=">=net-misc/curl-7.10.2
- dev-haskell/html
- dev-haskell/mtl
- dev-haskell/quickcheck
- >=dev-lang/ghc-6.2.2
- doc? ( virtual/latex-base
- >=dev-tex/latex2html-2002.2.1_pre20041025-r1 )"
-
-RDEPEND=">=net-misc/curl-7.10.2
- virtual/mta
- dev-libs/gmp"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
- eerror "Building darcs with USE=\"doc\" requires that"
- eerror "dev-tex/latex2html is built with at least one of"
- eerror "USE=\"png\" and USE=\"gif\"."
- die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
- fi
-}
-
-src_unpack() {
- base_src_unpack
-
- cd "${S}"
- epatch "${FILESDIR}/${P}-ghc66.patch"
- epatch "${FILESDIR}/${PN}-1.0.9-bashcomp.patch"
-
- # 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"
-
- # On ia64 we need to tone down the level of inlining so we don't break some
- # of the low level ghc/gcc interaction gubbins.
- use ia64 && sed -i 's/-funfolding-use-threshold20//' "${S}/GNUmakefile"
-
- # Since we've patched the build system:
- eautoreconf
-}
-
-src_compile() {
-
- econf $(use_with doc docs) \
- || die "configure failed"
- emake all || die "make failed"
-}
-
-src_test() {
- make test
-}
-
-src_install() {
- make DESTDIR="${D}" installbin || die "installation failed"
- # The bash completion should be installed in /usr/share/bash-completion/
- # rather than /etc/bash_completion.d/ . Fixes bug #148038.
- insinto "/usr/share/bash-completion" \
- && doins "${D}/etc/bash_completion.d/darcs" \
- && rm "${D}/etc/bash_completion.d/darcs" \
- && rmdir "${D}/etc/bash_completion.d" \
- && rmdir "${D}/etc" \
- || die "fixing location of darcs bash completion failed"
- if use doc; then
- dodoc "${S}/darcs.ps"
- dohtml -r "${S}/manual/"*
- fi
-}
-
-pkg_postinst() {
- ewarn "NOTE: in order for the darcs send command to work properly,"
- ewarn "you must properly configure your mail transport agent to relay"
- ewarn "outgoing mail. For example, if you are using ssmtp, please edit"
- ewarn "/etc/ssmtp/ssmtp.conf with appropriate values for your site."
-}