diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-04 22:19:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-04 22:19:43 +0000 |
commit | 9b194056753af9fa26bd963b9de69b183f7fe5dd (patch) | |
tree | 564b0dd241e0d85837ddd7b93696d092d5148744 /app-text/new | |
parent | Cleanup. (diff) | |
download | historical-9b194056753af9fa26bd963b9de69b183f7fe5dd.tar.gz historical-9b194056753af9fa26bd963b9de69b183f7fe5dd.tar.bz2 historical-9b194056753af9fa26bd963b9de69b183f7fe5dd.zip |
Remove broken
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'app-text/new')
-rw-r--r-- | app-text/new/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/new/files/digest-new-1.3.2 | 3 | ||||
-rw-r--r-- | app-text/new/files/new-gcc-3.patch | 82 | ||||
-rw-r--r-- | app-text/new/new-1.3.2.ebuild | 24 |
4 files changed, 5 insertions, 110 deletions
diff --git a/app-text/new/ChangeLog b/app-text/new/ChangeLog index 9cf035174193..ccbe590b9f41 100644 --- a/app-text/new/ChangeLog +++ b/app-text/new/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/new # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.15 2007/02/04 18:27:40 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.16 2007/02/04 22:19:43 armin76 Exp $ + + 04 Feb 2007; Raúl Porcel <armin76@gentoo.org> -files/new-gcc-3.patch, + -new-1.3.2.ebuild: + Remove broken 04 Feb 2007; Steve Dibb <beandog@gentoo.org> new-1.3.5.ebuild: amd64 stable, bug 151429 diff --git a/app-text/new/files/digest-new-1.3.2 b/app-text/new/files/digest-new-1.3.2 deleted file mode 100644 index abdb6cc4bf31..000000000000 --- a/app-text/new/files/digest-new-1.3.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 94a3c293b2df8f5a65a4a62b8d03b96b new-1.3.2.tar.gz 233218 -RMD160 4cc293cc0a63ce6b597373eb4712a8c8a1fee905 new-1.3.2.tar.gz 233218 -SHA256 fa2d806695fb24aad919e7e2b6a849784aa19a939dc36619fb22b203ecda995c new-1.3.2.tar.gz 233218 diff --git a/app-text/new/files/new-gcc-3.patch b/app-text/new/files/new-gcc-3.patch deleted file mode 100644 index a4a240364a11..000000000000 --- a/app-text/new/files/new-gcc-3.patch +++ /dev/null @@ -1,82 +0,0 @@ ---- usage_new.c 2002-07-13 03:01:57.000000000 -0700 -+++ usage_new.c.new 2004-06-27 20:28:06.565095345 -0700 -@@ -1,44 +1,35 @@ --char *usage_new = " -- -- _________________________________________________________ -- -- Table of Contents -- -- new [options] filename [template] -- -- filename -- Filename of the file to create -- -- -h, --help -- Print a list of options -- -- -f, --force -- Overwrite any existing file -- -- -l, --list -- List templates available for given filename -- -- -m, --mapping path -- Use tge file at path to provide additional key/value -- mappings -- -- -g, --global -- Use global templates instead of personal ones -- -- -t, --template path -- Use the file at path as template -- -- -s, --set FOO=bar -- Set the key FOO to the value bar -- -- -y, --type type -- Set the file's type and do not try to extract it from -- the filename -- -- -p, --permissions octal -- Set the new file's permissions -- -- template -- Name of the template to use within global or local -- template dir --"; -+char *usage_new = -+" template-new [options] filename [template]\n" -+" _________________________________________________________________\n" -+" \n" -+" filename\n" -+" Filename of the file to create\n" -+" \n" -+" -h, --help\n" -+" Print a list of options\n" -+" \n" -+" -f, --force\n" -+" Overwrite any existing file\n" -+" \n" -+" -l, --list\n" -+" List templates available for given filename\n" -+" \n" -+" -g, --global\n" -+" Use global templates instead of personal ones\n" -+" \n" -+" -t, --template path\n" -+" Use the file at path as template\n" -+" \n" -+" -s, --set FOO=bar\n" -+" Set the key FOO to the value bar\n" -+" \n" -+" -y, --type type\n" -+" Set the file's type and do not try to extract it from the\n" -+" filename\n" -+" \n" -+" -p, --permissions octal\n" -+" Set the new file's permissions\n" -+" \n" -+" template\n" -+" Name of the template to use within global or local template dir\n" -+; diff --git a/app-text/new/new-1.3.2.ebuild b/app-text/new/new-1.3.2.ebuild deleted file mode 100644 index a95c4cf9b658..000000000000 --- a/app-text/new/new-1.3.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.2.ebuild,v 1.7 2007/01/05 07:25:13 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="template system useful when used with a simple text editor (like vi)" -HOMEPAGE="http://www.flyn.org/" -SRC_URI="http://www.flyn.org/projects/new/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ppc" -IUSE="" - -src_unpack() { - unpack ${A} ; cd ${S}/src - epatch ${FILESDIR}/${PN}-gcc-3.patch -} - -src_install() { - einstall || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -} |