summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-24 12:42:42 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-24 12:52:44 +0200
commitb8d7672b47d392e143aa730f9c575c7a0018bc74 (patch)
tree94712345dd4c7494c9c2a19c1baf4d650c9d275e /media-video
parentmedia-sound/trommler: Remove last-rited pkg, #442614 (diff)
downloadgentoo-b8d7672b47d392e143aa730f9c575c7a0018bc74.tar.gz
gentoo-b8d7672b47d392e143aa730f9c575c7a0018bc74.tar.bz2
gentoo-b8d7672b47d392e143aa730f9c575c7a0018bc74.zip
media-video/avinfo: Remove last-rited pkg, #432718
Diffstat (limited to 'media-video')
-rw-r--r--media-video/avinfo/Manifest3
-rw-r--r--media-video/avinfo/avinfo-1.0_alpha15.ebuild30
-rw-r--r--media-video/avinfo/avinfo-1.0_alpha15_p1.ebuild37
-rw-r--r--media-video/avinfo/metadata.xml7
4 files changed, 0 insertions, 77 deletions
diff --git a/media-video/avinfo/Manifest b/media-video/avinfo/Manifest
deleted file mode 100644
index 1e7cb0cf0c81..000000000000
--- a/media-video/avinfo/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST avinfo-1.0.a15unix-patch1.tar.gz 5665 SHA256 b239c7a414dc92e4a6d3881801e981e71f66242d0e38ffae774a3a0f8c8bdf81 SHA512 9219d7b4a92cc776979b9332cfb286781e4cfada5280bb145377a4d51078895368392fef7c4ff24dc714101617f4aaa0916fd5c19897919af0dfa78f3765a457 WHIRLPOOL 01dbc6622363f427bf4d0139d1f5c7131b6c3310007a36cdbfcf5c3911e9caffe7b4cc61d840472d61b6bdb1a336a6d59c784f99dde200b7a2864f7f80d01e3d
-DIST avinfo-1.0.a15unix.tar.gz 105743 SHA256 3e3404a76e6057c1703e0c49b63910a8ffcb5ea15ae7b2d0a7d2ede4b4c19887 SHA512 984bb2e8916c1469206163ef9fa37f89d71a842a94a1ebf5a92ded410de4aacaf83d77d790f70624431d5c60305951a3cfbdea075fc2705bbd28250f9f9ade2e WHIRLPOOL 5f93c9b120b037014aef8d6e0268e76fed0197a6d4db2c6f30ec128ad9e4272e037e906dc2335f4951a6b6db2c87860c951753726488193dfacb74ca7274e553
-DIST avinfo-1.0a15.zip 140885 SHA256 f0c5e165091c170fd45f3a398b0ae59522da8a885ea96291cd134365194ef8df SHA512 6d7872e8031367a519e16edb19636789e6d125addd7281f19550be95b460cb8f3a190c6d9a4f2089acb4c2c9779714c9a9ea30e68625e2a7ea2e66542a69581e WHIRLPOOL 0a746c514787863fd6431a20432a62eb03b75d860e49067ccf6a8ba1433529ab131a510c3af3b3390f5cad4ef14b0709bc1c43ba60cd807fbf036eae9241fc00
diff --git a/media-video/avinfo/avinfo-1.0_alpha15.ebuild b/media-video/avinfo/avinfo-1.0_alpha15.ebuild
deleted file mode 100644
index 5fcfb99306d5..000000000000
--- a/media-video/avinfo/avinfo-1.0_alpha15.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-MY_P="${PN}-1.0a15"
-DESCRIPTION="Utility for displaying AVI information"
-HOMEPAGE="http://shounen.ru/soft/avinfo/english.shtml"
-SRC_URI="http://shounen.ru/soft/avinfo/${MY_P}.zip"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-
-IUSE=""
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
-
-src_compile() {
- cd src
- emake CFLAGS="${CFLAGS}" OUTPUTNAME=avinfo || die
-}
-
-src_install() {
- dobin src/avinfo
- dodoc CHANGELOG README
- dodoc doc/*
-}
diff --git a/media-video/avinfo/avinfo-1.0_alpha15_p1.ebuild b/media-video/avinfo/avinfo-1.0_alpha15_p1.ebuild
deleted file mode 100644
index 40a44c7d8770..000000000000
--- a/media-video/avinfo/avinfo-1.0_alpha15_p1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-MY_P=${PN}-1.0.a15unix
-
-DESCRIPTION="Utility for displaying AVI information"
-HOMEPAGE="http://shounen.ru/soft/avinfo/english.shtml"
-SRC_URI="http://shounen.ru/soft/${PN}/${MY_P}.tar.gz
- http://shounen.ru/soft/${PN}/${MY_P}-patch1.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S="${WORKDIR}"/${PN}-1.0.a15
-
-src_prepare() {
- epatch "${WORKDIR}"/${MY_P}-patch1/${MY_P}-patch1.diff
- sed -i -e 's/$(CC) $(OBJ)/$(CC) $(LDFLAGS) $(OBJ)/' src/Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dobin src/avinfo
- doman src/avinfo.1
- dodoc CHANGELOG README "${WORKDIR}"/${MY_P}-patch1/FIXES
- dodoc doc/*
-}
diff --git a/media-video/avinfo/metadata.xml b/media-video/avinfo/metadata.xml
deleted file mode 100644
index 0427ec20bfd4..000000000000
--- a/media-video/avinfo/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>media-video@gentoo.org</email>
-</maintainer>
-</pkgmetadata>