diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-03-29 21:28:49 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-03-29 21:28:49 +0000 |
commit | 1f7fcfe2ef1f98b2503b484aa14ad943aa73fac8 (patch) | |
tree | ae2317d31421cba0efc476df67c8413f9ec17239 /app-misc/cadubi | |
parent | Stable on AMD64. Also no longer need sighup notice in /etc/crontab, bug 39749. (diff) | |
download | historical-1f7fcfe2ef1f98b2503b484aa14ad943aa73fac8.tar.gz historical-1f7fcfe2ef1f98b2503b484aa14ad943aa73fac8.tar.bz2 historical-1f7fcfe2ef1f98b2503b484aa14ad943aa73fac8.zip |
Initial import. Ebuild submitted by Tobias Klauser <tklauser@nuerscht.ch>, closing bug #46153
Diffstat (limited to 'app-misc/cadubi')
-rw-r--r-- | app-misc/cadubi/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/cadubi/Manifest | 5 | ||||
-rw-r--r-- | app-misc/cadubi/cadubi-1.3.ebuild | 28 | ||||
-rw-r--r-- | app-misc/cadubi/files/cadubi-1.3-helpfile.patch | 11 | ||||
-rw-r--r-- | app-misc/cadubi/files/digest-cadubi-1.3 | 1 | ||||
-rw-r--r-- | app-misc/cadubi/metadata.xml | 8 |
6 files changed, 63 insertions, 0 deletions
diff --git a/app-misc/cadubi/ChangeLog b/app-misc/cadubi/ChangeLog new file mode 100644 index 000000000000..0f2d8d60b3e2 --- /dev/null +++ b/app-misc/cadubi/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-misc/cadubi +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cadubi/ChangeLog,v 1.1 2004/03/29 21:28:49 usata Exp $ + +*cadubi-1.3 (30 Mar 2004) + + 30 Mar 2004; Mamoru KOMACHI <usata@gentoo.org> cadubi-1.3.ebuild: + Initial import. Ebuild submitted by Tobias Klauser <tklauser@nuerscht.ch>, + closing bug #46153 + diff --git a/app-misc/cadubi/Manifest b/app-misc/cadubi/Manifest new file mode 100644 index 000000000000..3da90c748e6a --- /dev/null +++ b/app-misc/cadubi/Manifest @@ -0,0 +1,5 @@ +MD5 92239fa134278c6fc3a065b5d3e5d6c4 cadubi-1.3.ebuild 698 +MD5 3ff31b5479b2a0244f5711fff3155aed metadata.xml 221 +MD5 48474b1fed676a83353110311d4d51e0 ChangeLog 405 +MD5 7ebc79318f13bd0d7212158b4b0ef0fd files/digest-cadubi-1.3 61 +MD5 a58d38f583ee4c2dc5e8583dc5986aa1 files/cadubi-1.3-helpfile.patch 347 diff --git a/app-misc/cadubi/cadubi-1.3.ebuild b/app-misc/cadubi/cadubi-1.3.ebuild new file mode 100644 index 000000000000..08f13816aa72 --- /dev/null +++ b/app-misc/cadubi/cadubi-1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cadubi/cadubi-1.3.ebuild,v 1.1 2004/03/29 21:28:49 usata Exp $ + +inherit eutils + +DESCRIPTION="CADUBI is an application that allows you to draw ASCII-Art images" +HOMEPAGE="http://langworth.com/CadubiProject" +SRC_URI="http://langworth.com/downloads/${P}.tar.gz" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lang/perl + >=dev-perl/TermReadKey-2.21" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-helpfile.patch +} + +src_install() { + dobin cadubi + insinto /usr/lib/${PN} + doins help.txt + dodoc LICENSE README +} diff --git a/app-misc/cadubi/files/cadubi-1.3-helpfile.patch b/app-misc/cadubi/files/cadubi-1.3-helpfile.patch new file mode 100644 index 000000000000..0d6a2e1fa5c9 --- /dev/null +++ b/app-misc/cadubi/files/cadubi-1.3-helpfile.patch @@ -0,0 +1,11 @@ +--- cadubi.orig 2004-03-29 22:36:24.280138064 +0200 ++++ cadubi 2004-03-29 22:39:34.473224320 +0200 +@@ -18,7 +18,7 @@ + # (sorry guys, i wrote this years before i had the remotest clue as to + # what the hell i was doing) + use FindBin qw($Bin); +-$HELPFILE = "$Bin/help.txt"; ++$HELPFILE = "$Bin/../lib/cadubi/help.txt"; + + # other stuff + $DEBUG = 0; diff --git a/app-misc/cadubi/files/digest-cadubi-1.3 b/app-misc/cadubi/files/digest-cadubi-1.3 new file mode 100644 index 000000000000..348931a30fa6 --- /dev/null +++ b/app-misc/cadubi/files/digest-cadubi-1.3 @@ -0,0 +1 @@ +MD5 e4ba1f6995bfdae8639341446782b859 cadubi-1.3.tar.gz 12559 diff --git a/app-misc/cadubi/metadata.xml b/app-misc/cadubi/metadata.xml new file mode 100644 index 000000000000..0d93ebc2d237 --- /dev/null +++ b/app-misc/cadubi/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>usata@gentoo.org</email> +</maintainer> +</pkgmetadata> |