diff options
Diffstat (limited to 'media-video/zapping')
-rw-r--r-- | media-video/zapping/files/digest-zapping-0.6.1-r1 | 1 | ||||
-rw-r--r-- | media-video/zapping/files/digest-zapping-0.6.2 | 1 | ||||
-rw-r--r-- | media-video/zapping/zapping-0.6.1-r1.ebuild | 38 | ||||
-rw-r--r-- | media-video/zapping/zapping-0.6.2-r1.ebuild | 3 | ||||
-rw-r--r-- | media-video/zapping/zapping-0.6.2.ebuild | 35 |
5 files changed, 2 insertions, 76 deletions
diff --git a/media-video/zapping/files/digest-zapping-0.6.1-r1 b/media-video/zapping/files/digest-zapping-0.6.1-r1 deleted file mode 100644 index 18187c2dffd8..000000000000 --- a/media-video/zapping/files/digest-zapping-0.6.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3661fa27899c0468242d7a1c8049659a zapping-0.6.1.tar.gz 1223733 diff --git a/media-video/zapping/files/digest-zapping-0.6.2 b/media-video/zapping/files/digest-zapping-0.6.2 deleted file mode 100644 index c00d29b91085..000000000000 --- a/media-video/zapping/files/digest-zapping-0.6.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 d589bd132d91eb384eaf5bf6c9e76ccc zapping-0.6.2.tar.bz2 1056406 diff --git a/media-video/zapping/zapping-0.6.1-r1.ebuild b/media-video/zapping/zapping-0.6.1-r1.ebuild deleted file mode 100644 index 90ad35074b70..000000000000 --- a/media-video/zapping/zapping-0.6.1-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/zapping/zapping-0.6.1-r1.ebuild,v 1.6 2002/07/11 06:30:42 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Zapping is a TV- and VBI- viewer for the Gnome environment." -SRC_URI="mirror://sourceforge/zapping/${P}.tar.gz" -HOMEPAGE="http://zapping.sourceforge.net" - -DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 - >=gnome-base/libglade-0.17-r1 - =x11-libs/gtk+-1.2*" - -src_compile() { - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man --host=${CHOST} || die - - # Fix problem with new include structure (yes Hallski, I did try your way, - # but it breaks it even more :) - mv src/Makefile src/Makefile.orig - sed -e 's/INCLUDES \= \$(COMMON_INCLUDES)/INCLUDES \= \$(COMMON_INCLUDES) -I\/usr\/include\/libglade-1.0 /' src/Makefile.orig >src/Makefile - - emake || die -} - -src_install () { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - PACKAGE_LIB_DIR=${D}/usr/lib/zapping \ - PACKAGE_PIXMAPS_DIR=${D}/usr/share/pixmaps/zapping \ - PLUGIN_DEFAULT_DIR=${D}/usr/lib/zapping/plugins \ - install || die - rm ${D}/usr/bin/zapzilla - dosym /usr/bin/zapping /usr/bin/zapzilla - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} diff --git a/media-video/zapping/zapping-0.6.2-r1.ebuild b/media-video/zapping/zapping-0.6.2-r1.ebuild index 338084ec6a2b..0c938cab9963 100644 --- a/media-video/zapping/zapping-0.6.2-r1.ebuild +++ b/media-video/zapping/zapping-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/zapping/zapping-0.6.2-r1.ebuild,v 1.3 2002/07/11 06:30:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/zapping/zapping-0.6.2-r1.ebuild,v 1.4 2002/07/19 11:28:21 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Zapping is a TV- and VBI- viewer for the Gnome environment." @@ -14,6 +14,7 @@ DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { diff --git a/media-video/zapping/zapping-0.6.2.ebuild b/media-video/zapping/zapping-0.6.2.ebuild deleted file mode 100644 index f0a9f4a5f42d..000000000000 --- a/media-video/zapping/zapping-0.6.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/zapping/zapping-0.6.2.ebuild,v 1.4 2002/05/27 17:27:39 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Zapping is a TV- and VBI- viewer for the Gnome environment." -SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2" -HOMEPAGE="http://zapping.sourceforge.net" - -DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 - >=gnome-base/libglade-0.17-r1 - =x11-libs/gtk+-1.2*" - -src_compile() { - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man --host=${CHOST} || die - - mv src/Makefile src/Makefile.orig - sed -e 's/INCLUDES \= \$(COMMON_INCLUDES)/INCLUDES \= \$(COMMON_INCLUDES) -I\/usr\/include\/libglade-1.0 /' src/Makefile.orig >src/Makefile - emake || die -} - -src_install () { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - PACKAGE_LIB_DIR=${D}/usr/lib/zapping \ - PACKAGE_PIXMAPS_DIR=${D}/usr/share/pixmaps/zapping \ - PLUGIN_DEFAULT_DIR=${D}/usr/lib/zapping/plugins \ - install || die - rm ${D}/usr/bin/zapzilla - dosym /usr/bin/zapping /usr/bin/zapzilla - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} |