summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-05-19 15:01:46 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-05-19 15:01:46 +0000
commit013085a5314f727b8395d25525fd73c4af440e03 (patch)
treebc596d90fbb29ecbbd2576d7553d06aaea486f0c /media-video/vmaid
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-013085a5314f727b8395d25525fd73c4af440e03.tar.gz
gentoo-2-013085a5314f727b8395d25525fd73c4af440e03.tar.bz2
gentoo-2-013085a5314f727b8395d25525fd73c4af440e03.zip
Removed old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vmaid')
-rw-r--r--media-video/vmaid/ChangeLog14
-rw-r--r--media-video/vmaid/vmaid-2.0.6.ebuild46
-rw-r--r--media-video/vmaid/vmaid-2.1.2.ebuild46
-rw-r--r--media-video/vmaid/vmaid-2.2.0.ebuild (renamed from media-video/vmaid/vmaid-2.1.7.ebuild)8
4 files changed, 16 insertions, 98 deletions
diff --git a/media-video/vmaid/ChangeLog b/media-video/vmaid/ChangeLog
index 21a206009c7b..d65c6c118069 100644
--- a/media-video/vmaid/ChangeLog
+++ b/media-video/vmaid/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for media-video/vmaid
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.7 2008/02/24 16:07:47 matsuu Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.8 2009/05/19 15:01:46 matsuu Exp $
+
+ 19 May 2009; MATSUU Takuto <matsuu@gentoo.org> -vmaid-2.0.6.ebuild,
+ -vmaid-2.1.2.ebuild, -vmaid-2.1.7.ebuild, +vmaid-2.2.0.ebuild:
+ Removed old version.
+
+*vmaid-2.2.0 (01 Jan 2009)
+
+ 01 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> -vmaid-2.0.6.ebuild,
+ -vmaid-2.1.2.ebuild, +vmaid-2.2.0.ebuild:
+ Version bumped. Changed LICENSE. Removed old versions.
*vmaid-2.1.7 (24 Feb 2008)
diff --git a/media-video/vmaid/vmaid-2.0.6.ebuild b/media-video/vmaid/vmaid-2.0.6.ebuild
deleted file mode 100644
index 2e6b89a62276..000000000000
--- a/media-video/vmaid/vmaid-2.0.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.0.6.ebuild,v 1.1 2006/12/03 17:23:08 matsuu Exp $
-
-DESCRIPTION="Video maid is the AVI file editor"
-HOMEPAGE="http://vmaid.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/vmaid/22932/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa ao mime win32codecs"
-
-RDEPEND=">=x11-libs/gtk+-2
- ao? ( media-libs/libao )
- !ao? ( alsa? ( >=media-libs/alsa-lib-0.9 ) )
- win32codecs? ( media-libs/win32codecs )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- app-text/scrollkeeper"
-
-#MAKEOPTS="-j1"
-
-src_compile() {
- local myconf
-
- if use ao ; then
- myconf="${myconf} --with-ao=yes"
- elif use alsa ; then
- myconf="${myconf} --with-alsa=yes"
- fi
-
- econf \
- $(use_enable mime) \
- $(use_with win32codecs w32) \
- ${myconf} || die
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS CONTRIBUTORS ChangeLog NEWS README
- dohtml -r doc/{en,ja}
-}
diff --git a/media-video/vmaid/vmaid-2.1.2.ebuild b/media-video/vmaid/vmaid-2.1.2.ebuild
deleted file mode 100644
index d12f3bb32298..000000000000
--- a/media-video/vmaid/vmaid-2.1.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.1.2.ebuild,v 1.1 2007/05/29 10:43:01 matsuu Exp $
-
-DESCRIPTION="Video maid is the AVI file editor"
-HOMEPAGE="http://vmaid.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/vmaid/25596/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa ao mime win32codecs"
-
-RDEPEND=">=x11-libs/gtk+-2
- ao? ( media-libs/libao )
- !ao? ( alsa? ( >=media-libs/alsa-lib-0.9 ) )
- win32codecs? ( media-libs/win32codecs )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- app-text/scrollkeeper"
-
-#MAKEOPTS="-j1"
-
-src_compile() {
- local myconf
-
- if use ao ; then
- myconf="${myconf} --with-ao=yes"
- elif use alsa ; then
- myconf="${myconf} --with-alsa=yes"
- fi
-
- econf \
- $(use_enable mime) \
- $(use_with win32codecs w32) \
- ${myconf} || die
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS CONTRIBUTORS ChangeLog NEWS README
- dohtml -r doc/{en,ja}
-}
diff --git a/media-video/vmaid/vmaid-2.1.7.ebuild b/media-video/vmaid/vmaid-2.2.0.ebuild
index 0e46d6cb24b8..f8b4ca1b9668 100644
--- a/media-video/vmaid/vmaid-2.1.7.ebuild
+++ b/media-video/vmaid/vmaid-2.2.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.1.7.ebuild,v 1.1 2008/02/24 16:07:47 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.2.0.ebuild,v 1.1 2009/05/19 15:01:46 matsuu Exp $
DESCRIPTION="Video maid is the AVI file editor"
HOMEPAGE="http://vmaid.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/vmaid/28957/${P}.tar.gz"
+SRC_URI="mirror://sourceforge.jp/vmaid/33098/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa ao mime win32codecs"