* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/avinfo/
@ 2016-07-24 10:53 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2016-07-24 10:53 UTC (permalink / raw
To: gentoo-commits
commit: b8d7672b47d392e143aa730f9c575c7a0018bc74
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 10:42:42 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 10:52:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d7672b
media-video/avinfo: Remove last-rited pkg, #432718
media-video/avinfo/Manifest | 3 --
media-video/avinfo/avinfo-1.0_alpha15.ebuild | 30 --------------------
media-video/avinfo/avinfo-1.0_alpha15_p1.ebuild | 37 -------------------------
media-video/avinfo/metadata.xml | 7 -----
profiles/package.mask | 5 ----
5 files changed, 82 deletions(-)
diff --git a/media-video/avinfo/Manifest b/media-video/avinfo/Manifest
deleted file mode 100644
index 1e7cb0c..0000000
--- 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 5fcfb99..0000000
--- 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 40a44c7..0000000
--- 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 0427ec2..0000000
--- 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>
diff --git a/profiles/package.mask b/profiles/package.mask
index b3bbfe3..90458c8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -294,11 +294,6 @@ www-apache/mod-auth-mysql
# Removal in a month (#429998)
app-portage/g-ctan
-# Pacho Ramos <pacho@gentoo.org> (12 Jun 2016)
-# Fails to build, nothing requires it in the tree (#432718)
-# Removal in a month.
-media-video/avinfo
-
# Patrice Clement <monsieurp@gentoo.org> (5 Jun 2016)
# Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these
# ebuilds are still sitting in ~arch after years in the tree.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-24 10:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-24 10:53 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/avinfo/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox