summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-19 20:41:44 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-19 20:41:44 +0000
commitfab6fb6f9519deefaa92feb8624179752940083a (patch)
treef90010ca25e419eb28ecc05915c2da70537be09c /app-text/new
parentStable on MIPS; bug #158656 (diff)
downloadgentoo-2-fab6fb6f9519deefaa92feb8624179752940083a.tar.gz
gentoo-2-fab6fb6f9519deefaa92feb8624179752940083a.tar.bz2
gentoo-2-fab6fb6f9519deefaa92feb8624179752940083a.zip
Version bump to fix bug 151429
(Portage version: 2.1.2-r1)
Diffstat (limited to 'app-text/new')
-rw-r--r--app-text/new/ChangeLog7
-rw-r--r--app-text/new/files/digest-new-1.3.22
-rw-r--r--app-text/new/files/digest-new-1.3.53
-rw-r--r--app-text/new/new-1.3.5.ebuild19
4 files changed, 30 insertions, 1 deletions
diff --git a/app-text/new/ChangeLog b/app-text/new/ChangeLog
index 19c467db299f..dc7f63615530 100644
--- a/app-text/new/ChangeLog
+++ b/app-text/new/ChangeLog
@@ -1,6 +1,11 @@
# 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.11 2007/01/06 00:54:14 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.12 2007/01/19 20:41:44 armin76 Exp $
+
+*new-1.3.5 (19 Jan 2007)
+
+ 19 Jan 2007; Raúl Porcel <armin76@gentoo.org> +new-1.3.5.ebuild:
+ Version bump to fix bug 151429
06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -new-1.3.1.ebuild:
QA: Removed unused versions.
diff --git a/app-text/new/files/digest-new-1.3.2 b/app-text/new/files/digest-new-1.3.2
index 451e4184384f..abdb6cc4bf31 100644
--- a/app-text/new/files/digest-new-1.3.2
+++ b/app-text/new/files/digest-new-1.3.2
@@ -1 +1,3 @@
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/digest-new-1.3.5 b/app-text/new/files/digest-new-1.3.5
new file mode 100644
index 000000000000..fbf65ec37f25
--- /dev/null
+++ b/app-text/new/files/digest-new-1.3.5
@@ -0,0 +1,3 @@
+MD5 916a0ccdc842f11a15e3c4e2bf9048f8 new-1.3.5.tar.gz 385927
+RMD160 712d81de6d720667b52384b87f5832da1a2b1f41 new-1.3.5.tar.gz 385927
+SHA256 57e9375c4a5051d10ee9d95391c5ad5f09ba7d19fd2bbe02be9e4261a5d7b7de new-1.3.5.tar.gz 385927
diff --git a/app-text/new/new-1.3.5.ebuild b/app-text/new/new-1.3.5.ebuild
new file mode 100644
index 000000000000..fc71a1559146
--- /dev/null
+++ b/app-text/new/new-1.3.5.ebuild
@@ -0,0 +1,19 @@
+# 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.5.ebuild,v 1.1 2007/01/19 20:41:44 armin76 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="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+}