diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:23:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:23:20 +0000 |
commit | 118983efbca704bc939b020cdb92952ee6961e56 (patch) | |
tree | 5a964733fabf4007a7a887cc6b5c9693304c23b4 | |
parent | fix libedit typo (diff) | |
download | historical-118983efbca704bc939b020cdb92952ee6961e56.tar.gz historical-118983efbca704bc939b020cdb92952ee6961e56.tar.bz2 historical-118983efbca704bc939b020cdb92952ee6961e56.zip |
remove larch. Masked and broken for a year.
-rw-r--r-- | dev-util/larch/ChangeLog | 25 | ||||
-rw-r--r-- | dev-util/larch/Manifest | 14 | ||||
-rw-r--r-- | dev-util/larch/larch-1.0_pre0.ebuild | 86 | ||||
-rw-r--r-- | dev-util/larch/metadata.xml | 9 |
4 files changed, 0 insertions, 134 deletions
diff --git a/dev-util/larch/ChangeLog b/dev-util/larch/ChangeLog deleted file mode 100644 index ada4d535136c..000000000000 --- a/dev-util/larch/ChangeLog +++ /dev/null @@ -1,25 +0,0 @@ -# ChangeLog for dev-util/larch -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/ChangeLog,v 1.7 2008/04/21 17:22:52 phreak Exp $ - - 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: - Fix up metadata.xml. If there's no maintainer for the package, the metadata - also needs to contain m-needed@g.o. - - 05 Mar 2007; Marius Mauch <genone@gentoo.org> larch-1.0_pre0.ebuild: - Replacing einfo with elog - - 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: - Transition to Manifest2. - - 15 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: - Remove rphillips from metadata.xml as he's retired. - - 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> larch-1.0_pre0.ebuild: - QA - fix use invocation - -*larch-1.0_pre0 (04 Oct 2003) - - 04 Jul 2003; Ryan Phillips <rphillips@gentoo.org> larch-1.0_pre0.ebuild : - - Initial Import. Thanks to Thomas Eckert. eckert.thomas (at) gmx.net diff --git a/dev-util/larch/Manifest b/dev-util/larch/Manifest deleted file mode 100644 index 820742c46a84..000000000000 --- a/dev-util/larch/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST larch-1.0pre0.tar.gz 3489558 RMD160 2e427bfbca2e323173e23469364fb872321bed61 SHA1 077b07cdef4a40b0da0318a9fe5416ab9361cf2a SHA256 6f9c55ea2b9cbd02153d7e237d012616d9b1bfabcd78594d183b37264fd6dd96 -EBUILD larch-1.0_pre0.ebuild 2257 RMD160 c908ffc39f5a77887514bd4fb67ff001fa15c6e9 SHA1 9f52d2b8b54ac40019a876d0b888c3b9916463d1 SHA256 13bf772200e6be15b9c8011390d237c8940f979e43528459a3dd30e47fad07b7 -MISC ChangeLog 975 RMD160 beb47f6c9c6289b54da3e54bbbdfbdb6cb978813 SHA1 65e5880a2dd97e06359425254523ad7873882ad6 SHA256 77b7564152ec01504533ea8b257d3d94d0e1e9a516c3ad9cc97131810212e235 -MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.7 (GNU/Linux) - -iD8DBQFIDM1yyuNVb5qfaOYRAsEPAKCE/AAQAJyRZm7zG4v6aocn/T/CYACgun21 -6sbgn28ZtsA2ir6NaO9CP0g= -=fKzM ------END PGP SIGNATURE----- diff --git a/dev-util/larch/larch-1.0_pre0.ebuild b/dev-util/larch/larch-1.0_pre0.ebuild deleted file mode 100644 index 16a8beb9c335..000000000000 --- a/dev-util/larch/larch-1.0_pre0.ebuild +++ /dev/null @@ -1,86 +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/larch/larch-1.0_pre0.ebuild,v 1.7 2007/03/05 03:51:59 genone Exp $ - -MY_P="${P//_/}" -DESCRIPTION="revision control system ideal for widely distributed development (see \"tla\" also)" -SRC_URI="http://regexps.srparish.net/src/larch/${MY_P}.tar.gz" -HOMEPAGE="http://regexps.srparish.net/www/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~alpha ~ppc" -IUSE="doc" - -S="${WORKDIR}/${MY_P}/src/=build" - -DEPEND="sys-apps/diffutils - sys-apps/coreutils - sys-apps/findutils - sys-apps/gawk - app-arch/tar - sys-apps/util-linux - sys-apps/debianutils - sys-devel/make - sys-devel/patch - app-shells/ash" -## hmm. "larch --help-commands" fails with dash -- so we use "ash" -# app-shells/dash -## => report bug to dash-people? Posix 1003.1-2001 filename-expansion with -## wildcards fail: "*/foo" - -src_unpack() { - local t - - unpack "${A}" - mkdir -p "${MY_P}/src/=build" - - # patch arch to install its scripts in /usr/share/arch - # instead of /usr/libexec/arch (there is only shareables scripts). - t="${MY_P}/src/build-tools/Makefiles/rules.mk" - - cp ${t} ${t}.orig - sed 's:/libexec:/share:g' ${t}.orig > ${t} || die "Patch failed for $t" - - t="${MY_P}/src/build-tools/Makefiles/install-shell-subcommands.mk" - cp ${t} ${t}.orig - sed 's:/libexec:/share:g' ${t}.orig > ${t} || die "Patch failed for $t" -} - -src_compile() { - ../configure \ - --prefix="/usr" \ - --with-posix-shell="/bin/ash" \ - --with-sendmail="/usr/sbin/sendmail" || die "configure failed" - - # parallel make may cause problems with this package - make || die "make failed" - make test || die "tests failed!" -} - -src_install () { - local name - - make install prefix="${D}/usr" \ - || die "make install failed" - - for name in ${D}/usr/share/arch/arch/*; do - name="`readlink ${name} | sed 's:^.*/usr/share/arch/::'`" - if [ "${name}" ]; then - ln -sf "../${name}" "${D}/usr/share/arch/arch/${name#*/}" - assert "Fixing symlink for ${name} failed" - fi - done - - # get some docs - cd ${WORKDIR}/${MY_P}/src - dodoc COPYING - if use doc; then - dohtml -r docs-larch - dodoc docs-larch/ps/arch.ps - fi -} - -pkg_postinst() { - elog "also have a look at the C-implementation of larch: \"tla\"." -} diff --git a/dev-util/larch/metadata.xml b/dev-util/larch/metadata.xml deleted file mode 100644 index fae7d74a9aee..000000000000 --- a/dev-util/larch/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - <name>Default assignee for orphaned packages</name> - </maintainer> -</pkgmetadata> |