summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 11:27:25 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 11:27:25 +0000
commitb21f4528c2d6ceb56d7721a1b2c7d170c5bd881b (patch)
tree8b4154b70b3c9e5b8e5528339a56c6cb74931244 /media-video/xmovie
parentUpdate (diff)
downloadhistorical-b21f4528c2d6ceb56d7721a1b2c7d170c5bd881b.tar.gz
historical-b21f4528c2d6ceb56d7721a1b2c7d170c5bd881b.tar.bz2
historical-b21f4528c2d6ceb56d7721a1b2c7d170c5bd881b.zip
Cleanup
Diffstat (limited to 'media-video/xmovie')
-rw-r--r--media-video/xmovie/files/digest-xmovie-1.5.21
-rw-r--r--media-video/xmovie/xmovie-1.5.2.ebuild39
-rw-r--r--media-video/xmovie/xmovie-1.5.3.ebuild39
3 files changed, 0 insertions, 79 deletions
diff --git a/media-video/xmovie/files/digest-xmovie-1.5.2 b/media-video/xmovie/files/digest-xmovie-1.5.2
deleted file mode 100644
index 60147e18896d..000000000000
--- a/media-video/xmovie/files/digest-xmovie-1.5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 deca0198ffe57b3bd44bcad642c87ba4 xmovie-1.5.2.tar.gz
diff --git a/media-video/xmovie/xmovie-1.5.2.ebuild b/media-video/xmovie/xmovie-1.5.2.ebuild
deleted file mode 100644
index 90953e5f524e..000000000000
--- a/media-video/xmovie/xmovie-1.5.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/xmovie-1.5.2.ebuild,v 1.1 2000/11/15 16:49:05 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Player for MPEG and Quicktime movies"
-SRC_URI="http://heroine.linuxave.net/${A}"
-HOMEPAGE="http://heroine.linuxave.net/xmovie.html"
-
-DEPEND=">=sys-devel/gcc-2.95.2
- >=sys-libs/glibc-2.1.3
- >=dev-lang/nasm-0.98
- >=dev-libs/glib-1.2.8
- >=media-libs/libpng-1.0.7
- >=x11-base/xfree-4.0.1"
-
-src_compile() {
-
- cd ${S}
- try ./configure
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- into /usr/X11R6
- dobin xmovie/xmovie
- dodoc README
- docinto html
- dodoc docs/index.html
-
-}
-
-
-
diff --git a/media-video/xmovie/xmovie-1.5.3.ebuild b/media-video/xmovie/xmovie-1.5.3.ebuild
deleted file mode 100644
index 1a270903696f..000000000000
--- a/media-video/xmovie/xmovie-1.5.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/xmovie-1.5.3.ebuild,v 1.1 2001/01/05 07:03:30 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Player for MPEG and Quicktime movies"
-SRC_URI="ftp://heroines.sourceforge.net/pub/heroines/${A}"
-HOMEPAGE="http://heroines.sourceforge.net/"
-
-DEPEND=">=sys-devel/gcc-2.95.2
- >=sys-libs/glibc-2.1.3
- >=dev-lang/nasm-0.98
- >=dev-libs/glib-1.2.8
- >=media-libs/libpng-1.0.7
- >=x11-base/xfree-4.0.1"
-
-src_compile() {
-
- cd ${S}
- try ./configure
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- into /usr/X11R6
- dobin xmovie/xmovie
- dodoc README
- docinto html
- dodoc docs/index.html
-
-}
-
-
-