summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2006-02-15 10:06:53 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2006-02-15 10:06:53 +0000
commit22e0356271563655734d483f4962e5d5b1664426 (patch)
tree791329abd3fac4fcc73a518fccc7e54e23c5d6b7 /media-video
parentRemoved 2.4.2, marked 2.4.3 stable on hppa (bug #122885). (diff)
downloadgentoo-2-22e0356271563655734d483f4962e5d5b1664426.tar.gz
gentoo-2-22e0356271563655734d483f4962e5d5b1664426.tar.bz2
gentoo-2-22e0356271563655734d483f4962e5d5b1664426.zip
Tidy up old versions that dep upon packages that don't exist, bug #122870.
(Portage version: 2.1_pre4-r1 Can't sleep, clown will eat me)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/jahshaka/ChangeLog8
-rw-r--r--media-video/jahshaka/files/digest-jahshaka-1.9_alpha901
-rw-r--r--media-video/jahshaka/files/digest-jahshaka-1.9_alpha90-r11
-rw-r--r--media-video/jahshaka/jahshaka-1.9_alpha90-r1.ebuild85
-rw-r--r--media-video/jahshaka/jahshaka-1.9_alpha90.ebuild89
5 files changed, 6 insertions, 178 deletions
diff --git a/media-video/jahshaka/ChangeLog b/media-video/jahshaka/ChangeLog
index d82e64a1c31c..c05bec824f86 100644
--- a/media-video/jahshaka/ChangeLog
+++ b/media-video/jahshaka/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/jahshaka
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/jahshaka/ChangeLog,v 1.14 2005/12/17 14:46:55 lu_zero Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/jahshaka/ChangeLog,v 1.15 2006/02/15 10:06:53 ciaranm Exp $
+
+ 15 Feb 2006; Ciaran McCreesh <ciaranm@gentoo.org>
+ -jahshaka-1.9_alpha90.ebuild, -jahshaka-1.9_alpha90-r1.ebuild:
+ Tidy up old versions that dep upon packages that don't exist, bug #122870.
17 Dec 2005; Luca Barbato <lu_zero@gentoo.org> jahshaka-2.0_rc1.ebuild:
Moved to mlt++ support
diff --git a/media-video/jahshaka/files/digest-jahshaka-1.9_alpha90 b/media-video/jahshaka/files/digest-jahshaka-1.9_alpha90
deleted file mode 100644
index 47ee1d2ecebf..000000000000
--- a/media-video/jahshaka/files/digest-jahshaka-1.9_alpha90
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1da413be5ab509b417cc8d56c74cdbf3 jahshaka_1.9a9.tar.gz 4538582
diff --git a/media-video/jahshaka/files/digest-jahshaka-1.9_alpha90-r1 b/media-video/jahshaka/files/digest-jahshaka-1.9_alpha90-r1
deleted file mode 100644
index 47ee1d2ecebf..000000000000
--- a/media-video/jahshaka/files/digest-jahshaka-1.9_alpha90-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1da413be5ab509b417cc8d56c74cdbf3 jahshaka_1.9a9.tar.gz 4538582
diff --git a/media-video/jahshaka/jahshaka-1.9_alpha90-r1.ebuild b/media-video/jahshaka/jahshaka-1.9_alpha90-r1.ebuild
deleted file mode 100644
index aae0cbe6180b..000000000000
--- a/media-video/jahshaka/jahshaka-1.9_alpha90-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/jahshaka/jahshaka-1.9_alpha90-r1.ebuild,v 1.3 2005/07/17 18:57:36 kugelfang Exp $
-
-inherit eutils
-
-MY_P="${P/'-1.9_alpha90'/_1.9a9}"
-DESCRIPTION="The worlds first OpenSource Realtime Editing and Effects System."
-HOMEPAGE="http://www.jahshaka.com"
-SRC_URI="http://www.jahshaka.com/downloads/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-
-DEPEND="virtual/x11
- media-video/avifile
- >=media-libs/glut-3.7.1
- >=media-libs/freetype-2.1.4
- =x11-libs/qt-3*"
-
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- einfo "Patching plugins.pro"
- sed -e '/jitplugins/a csplugins \\' -i ${S}/plugins/plugins.pro
-
- cp ${FILESDIR}/configure ${S}/configure
-}
-
-cflags_replacement() {
- sed -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS} -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT:" -i $*
- sed -e "s:^CXXFLAGS.*:CXXFLAGS = ${CXXFLAGS} -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT:" -i $*
-}
-
-src_compile() {
- ./configure || die "configure failed"
- cd ${S}/plugins
- ./configure
- cd ..
-
- make qmake_all || die "could not create the temaplate makefiles"
-
- for Makefiles in $(grep -r -l '^CFLAGS' ${S}/*)
- do
- einfo "Patching "${Makefiles}
- cflags_replacement ${Makefiles}
- done
-
- make || die
- cd ${S}/plugins
- make || die
-}
-
-src_install() {
-
- cd ${S}
-
- # They do no harm but we don't like 'CVS' dirs in every subdir
- for i in $(ls -la -R * | grep CVS | grep / | cut -f1 -d:)
- do
- rm -rf ${i}
- done
-
- local dirs="Pixmaps database docs fonts media scenes utils"
- dodir /opt/${PN}
- for i in $dirs ; do
- cp -a ${i} ${D}/opt/${PN}/
- done
-
- cp -a --parent $(find plugins -iname *.so) ${D}/opt/${PN}/
- cp -a --parent $(find plugins -iname *.fp) ${D}/opt/${PN}/
-
- cp -a jahshaka ${D}/opt/${PN}/
-
- dodir /usr/bin
- ln -s ${D}/opt/${PN}/jahshaka ${D}/usr/bin/jahshaka
-
- dodoc README AUTHORS TODO
-}
diff --git a/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild b/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild
deleted file mode 100644
index 971ff681ec32..000000000000
--- a/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild,v 1.5 2005/07/07 04:50:49 caleb Exp $
-
-inherit eutils
-
-MY_P="${P/'-1.9_alpha90'/_1.9a9}"
-DESCRIPTION="The worlds first OpenSource Realtime Editing and Effects System."
-HOMEPAGE="http://www.jahshaka.com"
-SRC_URI="http://www.jahshaka.com/downloads/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-
-IUSE=""
-
-DEPEND="virtual/x11
- media-video/avifile
- >=media-libs/glut-3.7.1
- >=media-libs/freetype-2.1.4
- =x11-libs/qt-3*"
-
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- einfo "Patching plugins.pro"
- sed -e '/jitplugins/a csplugins \\' -i ${S}/plugins/plugins.pro
-
- cp ${FILESDIR}/configure ${S}/configure
-}
-
-cflags_replacement() {
- sed -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS} -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT:" -i $*
- sed -e "s:^CXXFLAGS.*:CXXFLAGS = ${CXXFLAGS} -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT:" -i $*
-}
-
-src_compile() {
- ./configure || die "configure failed"
- cd ${S}/plugins
- ./configure
- cd ..
-
- make qmake_all || die "could not create the temaplate makefiles"
-
- for Makefiles in $(grep -r -l '^CFLAGS' ${S}/*)
- do
- einfo "Patching "${Makefiles}
- cflags_replacement ${Makefiles}
- done
-
- make || die
- cd ${S}/plugins
- make || die
-}
-
-src_install() {
-
- cd ${S}
-
- # They do no harm but we don't like 'CVS' dirs in every subdir
- for i in $(ls -la -R * | grep CVS | grep / | cut -f1 -d:)
- do
- rm -rf ${i}
- done
-
- local dirs="Pixmaps database docs fonts media scenes utils"
- dodir /opt/${PN}
- for i in $dirs ; do
- cp -a ${i} ${D}/opt/${PN}/
- done
-
- dodir /opt/${PN}/plugins
- local dirs="csplugins jfxplugins jitplugins rfxplugins rtplugins"
- for i in $dirs ; do
- dodir /opt/${PN}/plugins/${i}
- cp -a ${S}/plugins/${i}/*.so ${D}/opt/${PN}/plugins/${i}/
- done
-
- cp -a jahshaka ${D}/opt/${PN}/
-
- dodir /usr/bin
- ln -s ${D}/opt/${PN}/jahshaka ${D}/usr/bin/jahshaka
-
- dodoc README AUTHORS TODO
-}