summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2006-01-23 10:56:02 +0000
committerDominik Stadler <centic@gentoo.org>2006-01-23 10:56:02 +0000
commitb191d5351d86e841a3270e2287864acbb66d0df2 (patch)
tree2713857f37758a12d8f4751790315fb15a0eb5a2 /app-misc/cdcat
parentRemove pkdawson from metadata, bug 31923. (diff)
downloadhistorical-b191d5351d86e841a3270e2287864acbb66d0df2.tar.gz
historical-b191d5351d86e841a3270e2287864acbb66d0df2.tar.bz2
historical-b191d5351d86e841a3270e2287864acbb66d0df2.zip
Fix Bug 65955 and 70684.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-misc/cdcat')
-rw-r--r--app-misc/cdcat/ChangeLog9
-rw-r--r--app-misc/cdcat/Manifest16
-rw-r--r--app-misc/cdcat/cdcat-0.3.ebuild15
-rw-r--r--app-misc/cdcat/metadata.xml8
4 files changed, 35 insertions, 13 deletions
diff --git a/app-misc/cdcat/ChangeLog b/app-misc/cdcat/ChangeLog
index 724009b510b3..967c4fc0817f 100644
--- a/app-misc/cdcat/ChangeLog
+++ b/app-misc/cdcat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/cdcat
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cdcat/ChangeLog,v 1.12 2005/07/04 07:12:38 robbat2 Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdcat/ChangeLog,v 1.13 2006/01/23 10:56:02 centic Exp $
+
+ 23 Jan 2006; Dominik Stadler <centic@gentoo.org> metadata.xml,
+ cdcat-0.3.ebuild:
+ Take ownership, set new homepage, fixes Bug 70684, also fix
+ problem with isoinfo, fixes Bug 65955.
04 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> cdcat-0.2.ebuild,
cdcat-0.3.ebuild:
diff --git a/app-misc/cdcat/Manifest b/app-misc/cdcat/Manifest
index 34b6dceb2e30..51729a089075 100644
--- a/app-misc/cdcat/Manifest
+++ b/app-misc/cdcat/Manifest
@@ -1,6 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 1c55f33f06229fdaffd92d8e2599fcf6 ChangeLog 1520
MD5 3894fd64f758a8d2993954c1d2373fd4 cdcat-0.2.ebuild 1189
-MD5 642c604890077e542b186ee34b3960af cdcat-0.3.ebuild 1181
-MD5 165003a54faf445b3e8140d849e5d6d1 ChangeLog 1332
-MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
+MD5 2101c58b36df8bb4c084b967a583ae99 cdcat-0.3.ebuild 1404
MD5 de03d4c71abe85a09112b0a7798f0cf6 files/digest-cdcat-0.2 59
MD5 f1b8dcb8cef1196c49a5cb034051c6e0 files/digest-cdcat-0.3 59
+MD5 2486765d8ffa93df8acbcd0cab784656 metadata.xml 262
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFD1LZa7IRIh26aCTkRAlcPAJ9qTqxEdrNC0OLubmEzr/sDEQjoJQCgtozT
+BnKERVkbtoHoHZ+NPKPFLNA=
+=kkzF
+-----END PGP SIGNATURE-----
diff --git a/app-misc/cdcat/cdcat-0.3.ebuild b/app-misc/cdcat/cdcat-0.3.ebuild
index 73ca368cf550..b63aec57de17 100644
--- a/app-misc/cdcat/cdcat-0.3.ebuild
+++ b/app-misc/cdcat/cdcat-0.3.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cdcat/cdcat-0.3.ebuild,v 1.11 2005/07/04 07:12:38 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdcat/cdcat-0.3.ebuild,v 1.12 2006/01/23 10:56:02 centic Exp $
DESCRIPTION="simple yet effective CD indexing program"
-SRC_URI="http://littledragon.home.ro/unix/${P}.tar.gz"
-HOMEPAGE="http://littledragon.home.ro/unix/"
+# original src went away: SRC_URI="http://littledragon.home.ro/unix/${P}.tar.gz"
+SRC_URI="http://dev.gentoo.org/~centic/${PN}/${P}.tar.gz"
+HOMEPAGE="http://dev.gentoo.org/~centic/cdcat/"
SLOT="0"
LICENSE="GPL-2"
@@ -26,6 +27,9 @@ src_unpack() {
# fix path to cd index files to be FHS-compliant
sed -i 's:/mnt/ext/cd:/var/lib/cdcat:' src/cdcat.pl
+
+ # work around problem with isoinfo -di
+ sed -i 's:isoinfo -di:isoinfo -d -i:' src/cdcat.pl
}
src_install() {
@@ -41,4 +45,7 @@ src_install() {
# now use the included install.sh
./install.sh --prefix=${D}/usr \
--man_prefix=${D}/usr/share/man || die "Install script failed."
+
+ insinto /etc
+ doins doc/cdcat.conf || die
}
diff --git a/app-misc/cdcat/metadata.xml b/app-misc/cdcat/metadata.xml
index d8b96be3c5cd..c16e0f3e3b05 100644
--- a/app-misc/cdcat/metadata.xml
+++ b/app-misc/cdcat/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
- <maintainer>
- <email>bug-wranglers@gentoo.org</email>
- <description>This package lacks a primary herd or maintainer.</description>
- </maintainer>
+ <maintainer>
+ <email>centic@gentoo.org</email>
+ <name>Dominik Stadler</name>
+ </maintainer>
</pkgmetadata>