diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-23 22:32:15 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-23 22:32:15 +0000 |
commit | 21b950a3cee1e853bfb750733c331d5e4bd20d09 (patch) | |
tree | 1cb89f11b49358fa99d5aaddf917e4f5475e23f0 /app-text | |
parent | Stable on x86. (diff) | |
download | gentoo-2-21b950a3cee1e853bfb750733c331d5e4bd20d09.tar.gz gentoo-2-21b950a3cee1e853bfb750733c331d5e4bd20d09.tar.bz2 gentoo-2-21b950a3cee1e853bfb750733c331d5e4bd20d09.zip |
Removing old ebuild/patch
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/asciidoc/asciidoc-6.0.3-r1.ebuild | 39 | ||||
-rw-r--r-- | app-text/asciidoc/files/asciidoc-name.patch | 11 | ||||
-rw-r--r-- | app-text/asciidoc/files/digest-asciidoc-6.0.3-r1 | 1 |
3 files changed, 0 insertions, 51 deletions
diff --git a/app-text/asciidoc/asciidoc-6.0.3-r1.ebuild b/app-text/asciidoc/asciidoc-6.0.3-r1.ebuild deleted file mode 100644 index 4863e8f9bdcd..000000000000 --- a/app-text/asciidoc/asciidoc-6.0.3-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-6.0.3-r1.ebuild,v 1.6 2005/07/13 20:40:19 josejx Exp $ - -inherit eutils - -DESCRIPTION="AsciiDoc is a text document format for writing short documents, -articles, books and UNIX man pages." -HOMEPAGE="http://www.methods.co.nz/asciidoc/" -SRC_URI="http://www.methods.co.nz/asciidoc/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc x86" -IUSE="" - -DEPEND="virtual/python" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${PN}-name.patch -} - -src_install() { - - newbin asciidoc.py asciidoc - - insopts -m664 - insinto /etc/${PN} - doins *.conf - doins -r filters - - dodoc BUGS CHANGELOG COPYRIGHT README - dodir /usr/share/doc/${PF}/examples - cp -r ${S}/examples ${D}/usr/share/doc/${PF} - doman ${S}/doc/asciidoc.1 -} diff --git a/app-text/asciidoc/files/asciidoc-name.patch b/app-text/asciidoc/files/asciidoc-name.patch deleted file mode 100644 index 26230621b310..000000000000 --- a/app-text/asciidoc/files/asciidoc-name.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- asciidoc.py.orig 2005-05-08 17:03:42.666249974 +0100 -+++ asciidoc.py 2005-05-08 16:56:00.518923960 +0100 -@@ -1067,7 +1067,7 @@ - error('malformed NAME section body') - lines = reader.read_until(r'^$') - s = string.join(lines) -- mo = re.match(r'^(?P<manname>.*?)-(?P<manpurpose>.*)$',s) -+ mo = re.match(r'^(?P<manname>.*?)\s+-\s+(?P<manpurpose>.*)$',s) - if not mo: - error('malformed NAME section body') - attrs['manname'] = string.strip(mo.group('manname')) diff --git a/app-text/asciidoc/files/digest-asciidoc-6.0.3-r1 b/app-text/asciidoc/files/digest-asciidoc-6.0.3-r1 deleted file mode 100644 index 1ff755657a3f..000000000000 --- a/app-text/asciidoc/files/digest-asciidoc-6.0.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7b8d918f68a24c1d13be6999248788f8 asciidoc-6.0.3.tar.gz 774893 |