diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/cvoicecontrol/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild | 14 | ||||
-rw-r--r-- | media-sound/emu10k1/Manifest | 4 | ||||
-rw-r--r-- | media-sound/erec/Manifest | 4 |
4 files changed, 18 insertions, 12 deletions
diff --git a/media-sound/cvoicecontrol/ChangeLog b/media-sound/cvoicecontrol/ChangeLog index 3d08418d2b0b..952f944710ba 100644 --- a/media-sound/cvoicecontrol/ChangeLog +++ b/media-sound/cvoicecontrol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/cvoicecontrol -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/ChangeLog,v 1.4 2004/03/18 22:41:06 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/ChangeLog,v 1.5 2004/04/17 16:42:10 eradicator Exp $ + + 17 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> + cvoicecontrol-0.9_alpha.ebuild: + inline sed. epatch. IUSE. 05 Feb 2003; George Shapovalov <george@gentoo.org> files/digest-cvoicecontrol-0.9_alpha : diff --git a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild index bc6236592f22..1f9a5108f9f7 100644 --- a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild +++ b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild @@ -1,6 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild,v 1.7 2004/03/01 05:37:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild,v 1.8 2004/04/17 16:42:10 eradicator Exp $ + +inherit eutils + +IUSE="" MY_P=${P/_/} S=${WORKDIR}/${MY_P} @@ -17,18 +21,16 @@ KEYWORDS="x86" src_unpack() { unpack ${A} - patch -p0 <${FILESDIR}/${P}-gentoo.diff || die + epatch ${FILESDIR}/${P}-gentoo.diff #remove "docs" from SUBDIRS in Makefile.in #Makefile will try to install few html files directly under the /usr #much easier to do with dohtml cd ${S}/cvoicecontrol/ - mv Makefile.in Makefile.in-orig - sed -e "s:SUBDIRS = docs:#SUBDIRS = docs:" Makefile.in-orig > Makefile.in + sed -i "s:SUBDIRS = docs:#SUBDIRS = docs:" Makefile.in cd ${S} - mv Makefile.in Makefile.in-orig - sed -e "s/install-data-am: install-data-local/install-data-am:/" Makefile.in-orig > Makefile.in + sed -i "s/install-data-am: install-data-local/install-data-am:/" Makefile.in } diff --git a/media-sound/emu10k1/Manifest b/media-sound/emu10k1/Manifest index bd0dc7ed4601..e7da1b188606 100644 --- a/media-sound/emu10k1/Manifest +++ b/media-sound/emu10k1/Manifest @@ -1,5 +1,5 @@ -MD5 8e75f3891c10cb9331b5f2f8380b31c7 emu10k1-0.20a-r5.ebuild 3859 -MD5 d7d1d5f634ae32f1c34cb773028f993b ChangeLog 2428 +MD5 9f42c5f0ee54087531774c01a8f92e55 emu10k1-0.20a-r5.ebuild 3875 +MD5 7e7d017e19ccdb0e4eb149f44dfa05cc ChangeLog 2530 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 cc1b5b194b1ed9e8f12c0ef441bd4958 files/README.gentoo 3591 MD5 c4fa14eb5b5e9ec060dc4becba91168d files/digest-emu10k1-0.20a-r5 67 diff --git a/media-sound/erec/Manifest b/media-sound/erec/Manifest index 59bfff840320..6e35bc3b7b82 100644 --- a/media-sound/erec/Manifest +++ b/media-sound/erec/Manifest @@ -1,4 +1,4 @@ -MD5 bf09d06dfc106e9c835c54d0e20487f7 erec-2.2.0.1.ebuild 996 -MD5 38cda51da58bbcc424ca1cc70b2ac32a ChangeLog 394 +MD5 2b0ee72c68a5503fe800660c68b10750 erec-2.2.0.1.ebuild 995 +MD5 af85f850022e0b470e3b71089bd94a83 ChangeLog 487 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 1521d3a5461176a80cf73b2467e5fffe files/digest-erec-2.2.0.1 64 |