public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: media-video/elltube/
@ 2013-07-06  7:29 Davide Pesavento
  0 siblings, 0 replies; 2+ messages in thread
From: Davide Pesavento @ 2013-07-06  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a0d5a0c74710930fadcf77463bb6faf7a0e7040e
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sat Jul  6 07:25:51 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 07:25:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a0d5a0c7

[media-video/elltube] Migrate to EAPI 5.

Package-Manager: portage-2.2.0_alpha186

---
 media-video/elltube/elltube-9999.ebuild | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/media-video/elltube/elltube-9999.ebuild b/media-video/elltube/elltube-9999.ebuild
index 0e28b3e..df5ad05 100644
--- a/media-video/elltube/elltube-9999.ebuild
+++ b/media-video/elltube/elltube-9999.ebuild
@@ -2,10 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/media-video/elltube/elltube-0.3.ebuild,v 1.1 2010/02/15 23:20:17 hwoarang Exp $
 
-inherit eutils subversion
+EAPI=5
 
-DESCRIPTION="A YouTube Downloader and Converter"
+inherit subversion
+
+DESCRIPTION="A YouTube downloader and converter"
 HOMEPAGE="http://sourceforge.net/projects/elltube"
+
 ESVN_REPO_URI="http://elltube.svn.sourceforge.net/svnroot/elltube/trunk/"
 ESVN_PROJECT="elltube"
 
@@ -14,16 +17,18 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND=">=dev-lang/python-2.4
+RDEPEND="
+	>=dev-lang/python-2.4
 	dev-python/PyQt4
-	media-video/ffmpeg"
+	media-video/ffmpeg
+"
 
 src_compile() {
-	#just pass since make command does nasty stuff :)
-	true
+	# just pass since make does nasty stuff :)
+	:
 }
 
 src_install() {
-	emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
-	dodoc CHANGELOG || die "dodoc failed"
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+	dodoc CHANGELOG
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/qt:master commit in: media-video/elltube/
@ 2016-10-28 16:12 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2016-10-28 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     656e033050c3a7019a02cff5a94fbfd749a9e36d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 15:36:07 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 16:12:44 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=656e0330

media-video/elltube: requires qt4, dead upstream

 media-video/elltube/elltube-9999.ebuild | 34 ---------------------------------
 media-video/elltube/metadata.xml        |  8 --------
 2 files changed, 42 deletions(-)

diff --git a/media-video/elltube/elltube-9999.ebuild b/media-video/elltube/elltube-9999.ebuild
deleted file mode 100644
index a2901b9..0000000
--- a/media-video/elltube/elltube-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit subversion
-
-DESCRIPTION="A YouTube downloader and converter"
-HOMEPAGE="http://sourceforge.net/projects/elltube"
-
-ESVN_REPO_URI="http://elltube.svn.sourceforge.net/svnroot/elltube/trunk/"
-ESVN_PROJECT="elltube"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-	>=dev-lang/python-2.4
-	dev-python/PyQt4
-	media-video/ffmpeg
-"
-
-src_compile() {
-	# just pass since make does nasty stuff :)
-	:
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-	dodoc CHANGELOG
-}

diff --git a/media-video/elltube/metadata.xml b/media-video/elltube/metadata.xml
deleted file mode 100644
index 1723768..0000000
--- a/media-video/elltube/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-28 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 16:12 [gentoo-commits] proj/qt:master commit in: media-video/elltube/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2013-07-06  7:29 Davide Pesavento

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox