summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-01-23 19:47:40 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-01-23 19:49:21 +1100
commitb3ff4760df93d8258ba11e2f35215c253dd64fa7 (patch)
tree219c77c8ea43cbb514148d02b60ef57ef48c8a43 /media-video
parentprofiles: drop mask for removed package app-doc/ebookmerge (diff)
downloadgentoo-b3ff4760df93d8258ba11e2f35215c253dd64fa7.tar.gz
gentoo-b3ff4760df93d8258ba11e2f35215c253dd64fa7.tar.bz2
gentoo-b3ff4760df93d8258ba11e2f35215c253dd64fa7.zip
media-video/vmaid: remove last-rited package
Gentoo-bug: 566446
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vmaid/Manifest1
-rw-r--r--media-video/vmaid/metadata.xml11
-rw-r--r--media-video/vmaid/vmaid-2.2.4.ebuild36
3 files changed, 0 insertions, 48 deletions
diff --git a/media-video/vmaid/Manifest b/media-video/vmaid/Manifest
deleted file mode 100644
index 82c1afa32d71..000000000000
--- a/media-video/vmaid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vmaid-2.2.4.tar.gz 1249758 SHA256 675b653c223fc7f09b6ff91632e16340138737b1261081e45ae4f26a0943e5fa SHA512 16a92a2b35b91428a2f59f3c7c0223225107e2cfdc9c082edf7a730181ea79a60cc5bc8ed4d18d126513b43d06eda6be56a650fa165d1c5a9bc4675836f49adc WHIRLPOOL 4b8f9ded96b8907531b9b1b640b86041a55478f851727b77cf3cc45bcd1ab2c76d3174d3254e565a5d0d8f45d51e85a9bb352d9b4431c091ba35a6ce4cb8ba84
diff --git a/media-video/vmaid/metadata.xml b/media-video/vmaid/metadata.xml
deleted file mode 100644
index dec2925e35de..000000000000
--- a/media-video/vmaid/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>maintainer-needed@gentoo.org</email>
- </maintainer>
- <longdescription>Video maid is the AVI file editor which operates by GNU/Linux system or other UNIX compatible OS. AVI file IO is provided the edit environment with the original function which specialized in edit. Moreover, it has the intuitive user interface which can edit an image.</longdescription>
- <upstream>
- <remote-id type="sourceforge-jp">vmaid</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/vmaid/vmaid-2.2.4.ebuild b/media-video/vmaid/vmaid-2.2.4.ebuild
deleted file mode 100644
index dcf05f718b97..000000000000
--- a/media-video/vmaid/vmaid-2.2.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Video maid is the AVI file editor"
-HOMEPAGE="http://vmaid.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/vmaid/48081/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa ao mime"
-
-RDEPEND="x11-libs/gtk+:2
- ao? ( media-libs/libao )
- !ao? ( alsa? ( >=media-libs/alsa-lib-0.9 ) )
- mime? ( x11-misc/shared-mime-info )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig
- app-text/scrollkeeper"
-
-src_configure() {
- econf \
- $(use_enable mime) \
- --with-ao=$(usex ao) \
- --with-alsa=$(usex alsa) \
- --without-w32
-}
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc AUTHORS CONTRIBUTORS ChangeLog NEWS README
- dohtml -r doc/{en,ja}
-}