public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: media-video/qemplayer/
Date: Sat, 25 Apr 2015 20:02:03 +0000 (UTC)	[thread overview]
Message-ID: <1429991820.463c556e3b1d103bc120ff318e3617d128de5d21.pesa@gentoo> (raw)

commit:     463c556e3b1d103bc120ff318e3617d128de5d21
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 19:57:00 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 19:57:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=463c556e

Remove unmaintained qemplayer.

 media-video/qemplayer/Manifest              |  2 --
 media-video/qemplayer/metadata.xml          | 15 --------
 media-video/qemplayer/qemplayer-14.2.ebuild | 56 -----------------------------
 3 files changed, 73 deletions(-)

diff --git a/media-video/qemplayer/Manifest b/media-video/qemplayer/Manifest
deleted file mode 100644
index 915b7c4..0000000
--- a/media-video/qemplayer/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST qemplayer-14.2.tar.xz 50076 SHA256 cb9ad1cbffb7f369591be7e3e3ad0beb2ed6a2414b1c26957c9e2720c0e570df SHA512 b80b367d84d8921a3e32d6e218cc432045de4649fd3cca5009a07e8745f39ef1478a8f63921947854fe2683f80039d701ae5c7895b1f0ccd38a2cf1d06206f55 WHIRLPOOL ca001f4ef6f9897ccadeae01299c90aaf6cd099bf5cae8969fada4b4f5899bd2bcf1cabbadb92603e9273badab732ae2d1fa932857b21076fc822a3d2c7f9de1
-

diff --git a/media-video/qemplayer/metadata.xml b/media-video/qemplayer/metadata.xml
deleted file mode 100644
index a8f37d2..0000000
--- a/media-video/qemplayer/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>proxy-maintainers</herd>
-	<maintainer>
-		<email>wbrana@gmail.com</email>
-		<description>maintainer-by-proxy as well as upstream</description>
-	</maintainer>
-	<maintainer>
-		<email>yngwin@gentoo.org</email>
-		<name>Ben de Groot</name>
-		<description>proxy</description>
-	</maintainer>
-	<herd>qt</herd>
-</pkgmetadata>

diff --git a/media-video/qemplayer/qemplayer-14.2.ebuild b/media-video/qemplayer/qemplayer-14.2.ebuild
deleted file mode 100644
index a9fdbee..0000000
--- a/media-video/qemplayer/qemplayer-14.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-SCONS_MIN_VERSION="2.2"
-
-inherit scons-utils toolchain-funcs
-
-DESCRIPTION="File-manager-like GUI front-end to MPlayer"
-HOMEPAGE="http://sourceforge.net/projects/qemplayer/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-	>=dev-db/sqlite-3.8.5
-	|| ( media-video/mplayer media-video/mplayer2 )
-	>=dev-qt/qtcore-4.8:4
-	>=dev-qt/qtgui-4.8:4
-	>=dev-qt/qtsql-4.8:4[sqlite]
-"
-DEPEND="${RDEPEND}
-	>=sys-devel/gcc-4.7.4
-	virtual/pkgconfig
-"
-
-pkg_setup() {
-	if [[ ${MERGE_TYPE} != "binary" ]]; then
-		local major=$(gcc-major-version)
-		local minor=$(gcc-minor-version)
-		if (( major < 4 || ( major == 4 && minor < 7 ) )); then
-			die "gcc 4.7.4 or newer is required"
-		fi
-	fi
-}
-
-src_configure() {
-	myesconsargs=(
-		env=1
-		final=1
-		$(use_scons debug)
-	)
-}
-
-src_compile() {
-	escons
-}
-
-src_install() {
-	dodir /usr
-	escons install prefix="${D}"usr
-}


             reply	other threads:[~2015-04-25 20:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-25 20:02 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-13 15:19 [gentoo-commits] proj/qt:master commit in: media-video/qemplayer/ wbrana
2014-07-06 16:59 wbrana
2013-06-21 16:04 wbrana
2012-09-20 17:45 wbrana
2012-07-14 16:36 wbrana
2012-07-01 15:39 Davide Pesavento
2012-07-01 15:39 Davide Pesavento
2012-07-01 15:39 Davide Pesavento
2012-07-01 15:39 Davide Pesavento
2012-06-25 14:38 Ben de Groot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1429991820.463c556e3b1d103bc120ff318e3617d128de5d21.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox