diff options
author | Carlos Silva <r3pek@gentoo.org> | 2005-05-17 22:14:32 +0000 |
---|---|---|
committer | Carlos Silva <r3pek@gentoo.org> | 2005-05-17 22:14:32 +0000 |
commit | 9305817bb60f4cc13d208e189bbe4b49072878d5 (patch) | |
tree | 48ba18c6e5228ed91e7e38047a4c1d5c383be97c /dev-util | |
parent | only run src_test on native builds (diff) | |
download | historical-9305817bb60f4cc13d208e189bbe4b49072878d5.tar.gz historical-9305817bb60f4cc13d208e189bbe4b49072878d5.tar.bz2 historical-9305817bb60f4cc13d208e189bbe4b49072878d5.zip |
Removing git-pasky package
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git-pasky/ChangeLog | 16 | ||||
-rw-r--r-- | dev-util/git-pasky/Manifest | 6 | ||||
-rw-r--r-- | dev-util/git-pasky/files/Makefile.patch | 23 | ||||
-rw-r--r-- | dev-util/git-pasky/files/commit-id.patch | 8 | ||||
-rw-r--r-- | dev-util/git-pasky/files/digest-git-pasky-0.7 | 1 | ||||
-rw-r--r-- | dev-util/git-pasky/git-pasky-0.7.ebuild | 46 | ||||
-rw-r--r-- | dev-util/git-pasky/metadata.xml | 8 |
7 files changed, 0 insertions, 108 deletions
diff --git a/dev-util/git-pasky/ChangeLog b/dev-util/git-pasky/ChangeLog deleted file mode 100644 index 88a3911c9699..000000000000 --- a/dev-util/git-pasky/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -# ChangeLog for dev-util/git-pasky -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git-pasky/ChangeLog,v 1.3 2005/05/07 14:09:31 dholm Exp $ - - 07 May 2005; David Holm <dholm@gentoo.org> git-pasky-0.7.ebuild: - Added to ~ppc. - -*git-pasky-0.7 (26 Apr 2005) - - 26 Apr 2005; Carlos Silva <r3pek@gentoo.org> git-pasky-0.7.ebuild: - Addind ~amd64 keyword and add a einfo saying the git-pasky is deprecated - - 26 Apr 2005; Carlos Silva <r3pek@gentoo.org> +metadata.xml, - +files/Makefile.patch, +files/commit-id.patch: - Initial import - diff --git a/dev-util/git-pasky/Manifest b/dev-util/git-pasky/Manifest deleted file mode 100644 index 972c73ce48c6..000000000000 --- a/dev-util/git-pasky/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 96ba8bda19b753d097da2cee7006cd02 ChangeLog 597 -MD5 67b8a10ed8ca74ca0cced82c3c2457d4 git-pasky-0.7.ebuild 1042 -MD5 78c1b34edd1399c24d7d9e59212bc17a metadata.xml 221 -MD5 7db530d4022de396668274eae68f560b files/Makefile.patch 588 -MD5 6bf7a8b9b7d8cc7c3473bd48fa9ba5b1 files/commit-id.patch 216 -MD5 2e1e19fd9287dfccfea81c7d66d42d69 files/digest-git-pasky-0.7 66 diff --git a/dev-util/git-pasky/files/Makefile.patch b/dev-util/git-pasky/files/Makefile.patch deleted file mode 100644 index b4b32c7a740e..000000000000 --- a/dev-util/git-pasky/files/Makefile.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile -+++ Makefile -@@ -12,10 +12,8 @@ - # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly - # break unless your underlying filesystem supports those sub-second times - # (my ext3 doesn't). --CFLAGS=-g -O2 -Wall -- - # Should be changed to /usr/local --prefix=$(HOME) -+prefix=/usr/ - - bindir=$(prefix)/bin - -@@ -74,7 +72,7 @@ - @echo Generating gitversion.sh... - @rm -f $@ - @echo "#!/bin/sh" > $@ -- @echo "echo \"$(shell cat $(VERSION)) ($(shell commit-id))\"" >> $@ -+ @echo "echo \"$(shell cat $(VERSION)) ($(shell ./commit-id))\"" >> $@ - @chmod +x $@ - - diff --git a/dev-util/git-pasky/files/commit-id.patch b/dev-util/git-pasky/files/commit-id.patch deleted file mode 100644 index 7c711f1e2a3e..000000000000 --- a/dev-util/git-pasky/files/commit-id.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- commit-id.old 2005-04-22 17:19:30.945237792 +0100 -+++ commit-id 2005-04-22 17:19:10.012420064 +0100 -@@ -5,4 +5,4 @@ - # - # Takes the appropriate ID, defaults to HEAD. - --gitXnormid.sh -c $1 -+./gitXnormid.sh -c $1 diff --git a/dev-util/git-pasky/files/digest-git-pasky-0.7 b/dev-util/git-pasky/files/digest-git-pasky-0.7 deleted file mode 100644 index 6226462f4c44..000000000000 --- a/dev-util/git-pasky/files/digest-git-pasky-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 e844a321ac43c09b4ba842d64ddfbde9 git-pasky-0.7.tar.bz2 112799 diff --git a/dev-util/git-pasky/git-pasky-0.7.ebuild b/dev-util/git-pasky/git-pasky-0.7.ebuild deleted file mode 100644 index 9b61347f5d63..000000000000 --- a/dev-util/git-pasky/git-pasky-0.7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git-pasky/git-pasky-0.7.ebuild,v 1.5 2005/05/07 14:09:31 dholm Exp $ - -inherit eutils - -DESCRIPTION="The GIT scripted toolkit" -HOMEPAGE="http://kernel.org/pub/software/scm/cogito/" -SRC_URI="http://kernel.org/pub/software/scm/cogito/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="mozsha1 ppcsha1" - -DEPEND="dev-libs/openssl - sys-libs/zlib - !dev-util/git - !dev-util/cogito" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/Makefile.patch - epatch "${FILESDIR}"/commit-id.patch -} - -src_compile() { - if use mozsha1 ; then - export MOZILLA_SHA1=yes - elif use ppcsha1 ; then - export PPC_SHA1=yes - fi - - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "install failed" - dodoc README* -} - -pkg_postinst() { - einfo "git-pasky is deprecated in favor of cogito." - einfo "If you dont really need git-pasky, you should emerge cogito" -} diff --git a/dev-util/git-pasky/metadata.xml b/dev-util/git-pasky/metadata.xml deleted file mode 100644 index 315619c8272f..000000000000 --- a/dev-util/git-pasky/metadata.xml +++ /dev/null @@ -1,8 +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>r3pek@gentoo.org</email> -</maintainer> -</pkgmetadata> |