diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-07 01:38:25 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-07 01:38:25 +0000 |
commit | 957e8116a0022a6675cfecf077e1c0c8cbfa5853 (patch) | |
tree | caec856c00c107c8441462ffb4d43f98c4c6fa81 /media-gfx/gtkam | |
parent | added sed-4 deps (diff) | |
download | gentoo-2-957e8116a0022a6675cfecf077e1c0c8cbfa5853.tar.gz gentoo-2-957e8116a0022a6675cfecf077e1c0c8cbfa5853.tar.bz2 gentoo-2-957e8116a0022a6675cfecf077e1c0c8cbfa5853.zip |
removed commented sed stuff
Diffstat (limited to 'media-gfx/gtkam')
-rw-r--r-- | media-gfx/gtkam/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/gtkam/gtkam-0.1.10.ebuild | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/media-gfx/gtkam/Manifest b/media-gfx/gtkam/Manifest index fda15585197c..dc9ba221448d 100644 --- a/media-gfx/gtkam/Manifest +++ b/media-gfx/gtkam/Manifest @@ -1,7 +1,7 @@ MD5 ff4eddb51e67ccbae38aff2eb309f72c ChangeLog 1394 MD5 b169871109e992ae208b7ab0584689a7 gtkam-0.1.4.ebuild 678 MD5 9209af589a9155a977b506edd43daf8b gtkam-0.1.9.ebuild 936 -MD5 9f2ecadaff4aa1290727e2e05e6ca391 gtkam-0.1.10.ebuild 1421 +MD5 88da163b11738b6c5734787d0a41dcab gtkam-0.1.10.ebuild 1260 MD5 0c55eb7ec8a4af3f3efdee10a639e3ac files/digest-gtkam-0.1.4 63 MD5 ecc463b67ca1c84a223144fd7bcb0396 files/digest-gtkam-0.1.9 63 MD5 6eb68b631f3f91c3af9151bbe912dbe8 files/gtkam-0.1.10-norpm.patch 398 diff --git a/media-gfx/gtkam/gtkam-0.1.10.ebuild b/media-gfx/gtkam/gtkam-0.1.10.ebuild index fee62fab90e6..0755ece20f6e 100644 --- a/media-gfx/gtkam/gtkam-0.1.10.ebuild +++ b/media-gfx/gtkam/gtkam-0.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.10.ebuild,v 1.1 2003/05/11 11:57:25 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.10.ebuild,v 1.2 2003/06/07 01:38:07 liquidx Exp $ IUSE="nls gnome jpeg" @@ -27,9 +27,6 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${P}-norpm.patch - # A Makefile hack to remove the spurious installation of - # documentation into /usr/doc/gtkam - #sed -i -e 's/install-data-am:.*/install-data-am:/g' Makefile.in } src_compile() { |