summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-01-28 12:56:14 +0000
committerSimon Stelling <blubb@gentoo.org>2006-01-28 12:56:14 +0000
commit62d21a80b4c811a6904ad4051d71dd371e6c500b (patch)
treeb6bad35efaaa8adf03f12781ccfc884ff423eac1 /app-misc/cdctl
parentVervion bump (0.96). Also changing ebuild 0.96b-r1 into 0.96_beta (diff)
downloadhistorical-62d21a80b4c811a6904ad4051d71dd371e6c500b.tar.gz
historical-62d21a80b4c811a6904ad4051d71dd371e6c500b.tar.bz2
historical-62d21a80b4c811a6904ad4051d71dd371e6c500b.zip
no need to have a bzipped patch in portage
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-misc/cdctl')
-rw-r--r--app-misc/cdctl/ChangeLog9
-rw-r--r--app-misc/cdctl/Manifest6
-rw-r--r--app-misc/cdctl/cdctl-0.15.ebuild7
-rw-r--r--app-misc/cdctl/files/00_all_Makefile.in.patch.bz2bin672 -> 0 bytes
-rw-r--r--app-misc/cdctl/files/cdctl-0.15-Makefile.in.patch56
5 files changed, 69 insertions, 9 deletions
diff --git a/app-misc/cdctl/ChangeLog b/app-misc/cdctl/ChangeLog
index 0655cf54b01d..e8a2267b003b 100644
--- a/app-misc/cdctl/ChangeLog
+++ b/app-misc/cdctl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/cdctl
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/ChangeLog,v 1.7 2005/04/21 19:05:12 blubb Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/ChangeLog,v 1.8 2006/01/28 12:56:14 blubb Exp $
+
+ 28 Jan 2006; Simon Stelling <blubb@gentoo.org>
+ +files/cdctl-0.15-Makefile.in.patch, -files/00_all_Makefile.in.patch.bz2,
+ cdctl-0.15.ebuild:
+ no need to have a bzipped patch in portage
21 Apr 2005; Simon Stelling <blubb@gentoo.org> cdctl-0.15.ebuild:
stable on amd64
diff --git a/app-misc/cdctl/Manifest b/app-misc/cdctl/Manifest
index 032955006d45..93f5ad166a4f 100644
--- a/app-misc/cdctl/Manifest
+++ b/app-misc/cdctl/Manifest
@@ -1,4 +1,4 @@
-MD5 4d7008295c224cc4613206aa50f94c76 ChangeLog 727
-MD5 643cf8b51a9ef04739b2abe1e2689eea cdctl-0.15.ebuild 636
-MD5 65699ac25cca9d0d86e0588dbebe7cb2 files/00_all_Makefile.in.patch.bz2 672
+MD5 504e1de251c83034373cd01f5af51a98 ChangeLog 919
+MD5 ce4817d167b3e00762835ec9d9503372 cdctl-0.15.ebuild 645
+MD5 2ea3bfb2935b2a417d3fc1d5545a6491 files/cdctl-0.15-Makefile.in.patch 1437
MD5 c5efe4abf3b6a476cad53ea639ddf263 files/digest-cdctl-0.15 61
diff --git a/app-misc/cdctl/cdctl-0.15.ebuild b/app-misc/cdctl/cdctl-0.15.ebuild
index 279fd2969f15..5a7381444a6f 100644
--- a/app-misc/cdctl/cdctl-0.15.ebuild
+++ b/app-misc/cdctl/cdctl-0.15.ebuild
@@ -1,9 +1,8 @@
-# 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/cdctl/cdctl-0.15.ebuild,v 1.15 2005/04/21 19:05:12 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild,v 1.16 2006/01/28 12:56:14 blubb Exp $
inherit eutils
-EPATCH_SOURCE=${FILESDIR}
DESCRIPTION="Utility to control your cd/dvd drive"
HOMEPAGE="http://cdctl.sourceforge.net/"
@@ -19,7 +18,7 @@ DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
cd ${S}
- epatch
+ epatch ${FILESDIR}/${P}-Makefile.in.patch
}
src_install() {
diff --git a/app-misc/cdctl/files/00_all_Makefile.in.patch.bz2 b/app-misc/cdctl/files/00_all_Makefile.in.patch.bz2
deleted file mode 100644
index a0ba05ee3e0a..000000000000
--- a/app-misc/cdctl/files/00_all_Makefile.in.patch.bz2
+++ /dev/null
Binary files differ
diff --git a/app-misc/cdctl/files/cdctl-0.15-Makefile.in.patch b/app-misc/cdctl/files/cdctl-0.15-Makefile.in.patch
new file mode 100644
index 000000000000..6d8e11502fcc
--- /dev/null
+++ b/app-misc/cdctl/files/cdctl-0.15-Makefile.in.patch
@@ -0,0 +1,56 @@
+--- Makefile.in.orig 2003-02-20 21:57:38.000000000 -0800
++++ Makefile.in 2003-02-20 22:27:10.000000000 -0800
+@@ -2,10 +2,12 @@
+ CFLAGS=-Wall -g
+ BINS=cdctl sndreset
+ OBJS=cdctl.o version.o ioctls.o iso_header.o
+-DOCS=NEWS NUTSANDBOLTS LICENSE PUBLICKEY README SEGFAULTS
++DOCS=NEWS NUTSANDBOLTS LICENSE PUBLICKEY README
+ MANS=cdctl.1
+ MOS=cdctl.mo
+
++prefix = @prefix@
++exec_prefix = @exec_prefix@
+ bindir = @bindir@
+ mandir = @mandir@
+ datadir = @datadir@
+@@ -16,6 +18,10 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = $(INSTALL) -m 644
+
++DESTDIR =
++
++man1dir = $(mandir)/man1
++
+ all: $(BINS)
+
+ cdctl: $(OBJS)
+@@ -26,21 +32,21 @@
+ version.o: version.c
+ iso_header.o: iso_header.c
+
+-install: install-bins install-docs install-mans install-mos
++install: install-bins install-mans install-mos
+
+ install-bins: $(BINS)
+- $(INSTALL) -s $(BINS) $(bindir)
+-
+-install-docs: $(DOCS)
+- $(INSTALL_DATA) $(DOCS) $(datadir)
++ $(INSTALL) -d $(DESTDIR)$(bindir)
++ $(INSTALL) $(BINS) $(DESTDIR)$(bindir)
+
+ install-mans: $(MANS)
+- $(INSTALL_DATA) $(MANS) $(mandir)
++ $(INSTALL) -d $(DESTDIR)$(man1dir)
++ $(INSTALL_DATA) $(MANS) $(DESTDIR)$(man1dir)
+
+ # FIXME: need to deal with other languages besides German
+
+ install-mos: cdctl.mo
+- $(INSTALL_DATA) $(MOS) $(localedir)/de/LC_MESSAGES
++ $(INSTALL) -d $(DESTDIR)$(localedir)/de/LC_MESSAGES
++ $(INSTALL_DATA) $(MOS) $(DESTDIR)$(localedir)/de/LC_MESSAGES
+
+ cdctl.mo: cdctl.po
+ msgfmt cdctl.po -o cdctl.mo