diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-03-14 19:15:07 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-03-14 19:15:07 +0000 |
commit | 85ce4d11ca9b931c861ac17090791d877e6b249a (patch) | |
tree | 643bcf1a749389a795edbcecc27c5e332b1aaceb /app-text/pep | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-85ce4d11ca9b931c861ac17090791d877e6b249a.tar.gz gentoo-2-85ce4d11ca9b931c861ac17090791d877e6b249a.tar.bz2 gentoo-2-85ce4d11ca9b931c861ac17090791d877e6b249a.zip |
Initial import. Ebuild submitted by Steingrim Dovland <steingrd@ifi.uio.no>, closing bug #27947
Diffstat (limited to 'app-text/pep')
-rw-r--r-- | app-text/pep/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/pep/Manifest | 2 | ||||
-rw-r--r-- | app-text/pep/files/digest-pep-2.8 | 1 | ||||
-rw-r--r-- | app-text/pep/files/pep-2.8-gentoo.patch | 16 | ||||
-rw-r--r-- | app-text/pep/metadata.xml | 11 | ||||
-rw-r--r-- | app-text/pep/pep-2.8.ebuild | 41 |
6 files changed, 82 insertions, 0 deletions
diff --git a/app-text/pep/ChangeLog b/app-text/pep/ChangeLog new file mode 100644 index 000000000000..3a09e788cb03 --- /dev/null +++ b/app-text/pep/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-text/pep +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pep/ChangeLog,v 1.1 2004/03/14 19:15:07 usata Exp $ + +*pep-2.8 (15 Mar 2004) + + 15 Mar 2004; Mamoru KOMACHI <usata@gentoo.org> pep-2.8.ebuild, + files/pep-2.8-gentoo.patch: + Initial import. Ebuild submitted by Steingrim Dovland <steingrd@ifi.uio.no>, + closing bug #27947 + diff --git a/app-text/pep/Manifest b/app-text/pep/Manifest new file mode 100644 index 000000000000..de9898d6fc12 --- /dev/null +++ b/app-text/pep/Manifest @@ -0,0 +1,2 @@ +MD5 2116efcf2f78b0f01c05174166c885b9 pep-2.8.ebuild 898 +MD5 95450e2ea3d87863cbeb2ccc5794aa3e files/digest-pep-2.8 53 diff --git a/app-text/pep/files/digest-pep-2.8 b/app-text/pep/files/digest-pep-2.8 new file mode 100644 index 000000000000..cee636fcd71e --- /dev/null +++ b/app-text/pep/files/digest-pep-2.8 @@ -0,0 +1 @@ +MD5 affe325887972cb6f3bc390c55e40634 pep28.zip 83969 diff --git a/app-text/pep/files/pep-2.8-gentoo.patch b/app-text/pep/files/pep-2.8-gentoo.patch new file mode 100644 index 000000000000..8fd2c705af53 --- /dev/null +++ b/app-text/pep/files/pep-2.8-gentoo.patch @@ -0,0 +1,16 @@ +--- Makefile 2003-05-05 11:11:27.000000000 +0000 ++++ Makefile.new 2003-05-05 11:10:31.000000000 +0000 +@@ -78,10 +78,10 @@ + UNZIP = unzip + + # directories, etc. +-BINDIR = /local/bin +-LIBDIR = /local/share/lib/pep ++BINDIR = /usr/bin ++LIBDIR = /usr/share/pep + MANEXT = 1 +-MANDIR = /local/man/man$(MANEXT) ++MANDIR = /usr/share/man/man$(MANEXT) + TODAY = 19950811 + CLOCK = 0200 + VER = 28 diff --git a/app-text/pep/metadata.xml b/app-text/pep/metadata.xml new file mode 100644 index 000000000000..dc840ba51e81 --- /dev/null +++ b/app-text/pep/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>text-markup</herd> +<maintainer> + <email>usata@gentoo.org</email> + <description>It isn't text-markup app but we don't have any suitable + herd for this package, so I will have been a maintainer until some + app-text herd will be created.</description> +</maintainer> +</pkgmetadata> diff --git a/app-text/pep/pep-2.8.ebuild b/app-text/pep/pep-2.8.ebuild new file mode 100644 index 000000000000..d1feeb2ef498 --- /dev/null +++ b/app-text/pep/pep-2.8.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pep/pep-2.8.ebuild,v 1.1 2004/03/14 19:15:07 usata Exp $ + +DESCRIPTION="Pep is a general purpose filter and file cleaning program" +HOMEPAGE="http://folk.uio.no/gisle/enjoy/pep.html" +SRC_URI="http://folk.uio.no/gisle/enjoy/${PN}${PV//./}.zip" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="app-arch/unzip + virtual/glibc" +RDEPEND="virtual/glibc" + +S=${WORKDIR} + +src_unpack() { + unpack ${A} + + # pep does not come with autconf so here's a patch to configure + # Makefile with the correct path + epatch ${FILESDIR}/${P}-gentoo.patch || die "epatch failed" +} + +src_compile() { + # make man page too + make Doc/pep.1 || die "make man page failed" + emake || die "emake failed" +} + +src_install() { + dobin pep + doman Doc/pep.1 + + insinto /usr/share/pep + doins Filters/* + + dodoc aareadme.txt file_id.diz +} |