summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/cadubi')
-rw-r--r--app-misc/cadubi/Manifest1
-rw-r--r--app-misc/cadubi/cadubi-1.3.4.ebuild2
-rw-r--r--app-misc/cadubi/cadubi-1.3.ebuild28
-rw-r--r--app-misc/cadubi/files/cadubi-1.3-helpfile.patch11
-rw-r--r--app-misc/cadubi/metadata.xml5
5 files changed, 5 insertions, 42 deletions
diff --git a/app-misc/cadubi/Manifest b/app-misc/cadubi/Manifest
index 43d6c2870cc4..802cbbecc369 100644
--- a/app-misc/cadubi/Manifest
+++ b/app-misc/cadubi/Manifest
@@ -1,2 +1 @@
DIST cadubi-1.3.4.tar.gz 65661 BLAKE2B 239cedfe50fba79bcfe250a2b646f851ef06bdae18260aeab2d10b8889dcc0d9d086f3edc8b594b3199aaa23f85ab3bd3393d63428ea545893f41a723063c9a0 SHA512 02a8e6d49f4892294d0c8fdffa7b6032ed7529bf0869681e9b760ed5c227905cca829d1f4e049400789d69c1251f4df714bf36d5c42dc778ac37e89cf753b45a
-DIST cadubi-1.3.tar.gz 12559 BLAKE2B d1a32d602c00d76717e8e6cdf8d376dca12f9f55f9375bb0b8ea781cf923cfb90789cc011a3ab33960339ced3c05c668f6c6ec6e5b33ca89f7eda27c47789639 SHA512 e3b5190850bd4d579934bd5825db2b8bde5a46158862ec66b8604999344138477c0fb3fad34dc186ed9dd67dfbdcacf12763f76adbdfbd0cc4dbf6b51ad53bc7
diff --git a/app-misc/cadubi/cadubi-1.3.4.ebuild b/app-misc/cadubi/cadubi-1.3.4.ebuild
index 2cf1358ee321..5252c05491e2 100644
--- a/app-misc/cadubi/cadubi-1.3.4.ebuild
+++ b/app-misc/cadubi/cadubi-1.3.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/statico/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
RDEPEND="dev-lang/perl
>=dev-perl/TermReadKey-2.21"
diff --git a/app-misc/cadubi/cadubi-1.3.ebuild b/app-misc/cadubi/cadubi-1.3.ebuild
deleted file mode 100644
index 9e51a1ee8b47..000000000000
--- a/app-misc/cadubi/cadubi-1.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="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="~amd64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="dev-lang/perl
- >=dev-perl/TermReadKey-2.21"
-
-src_prepare() {
- default
- eapply "${FILESDIR}"/${P}-helpfile.patch
-}
-
-src_install() {
- dobin cadubi
- insinto /usr/$(get_libdir)/${PN}
- doins help.txt
- dodoc README
-}
diff --git a/app-misc/cadubi/files/cadubi-1.3-helpfile.patch b/app-misc/cadubi/files/cadubi-1.3-helpfile.patch
deleted file mode 100644
index fd54d5c8bfb1..000000000000
--- a/app-misc/cadubi/files/cadubi-1.3-helpfile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cadubi.orig 2004-03-29 22:36:24.280138064 +0200
-+++ b/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/metadata.xml b/app-misc/cadubi/metadata.xml
index 85e4ed814fa2..899398ed7086 100644
--- a/app-misc/cadubi/metadata.xml
+++ b/app-misc/cadubi/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">statico/cadubi</remote-id>
+ </upstream>
</pkgmetadata>