diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-06-22 09:12:28 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-06-22 09:12:28 +0000 |
commit | 93dff49c524ef4f89370d61e43352255c6bff647 (patch) | |
tree | 16d00277519b5162b4b39b815679757b7680c139 /net-misc | |
parent | Bump to 2009.05.30, fixes #273243 (diff) | |
download | gentoo-2-93dff49c524ef4f89370d61e43352255c6bff647.tar.gz gentoo-2-93dff49c524ef4f89370d61e43352255c6bff647.tar.bz2 gentoo-2-93dff49c524ef4f89370d61e43352255c6bff647.zip |
Removing old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/youtube-dl/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2008.01.24.ebuild | 24 | ||||
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild | 25 | ||||
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild | 21 |
4 files changed, 6 insertions, 71 deletions
diff --git a/net-misc/youtube-dl/ChangeLog b/net-misc/youtube-dl/ChangeLog index 8538de519692..3ce83b280b31 100644 --- a/net-misc/youtube-dl/ChangeLog +++ b/net-misc/youtube-dl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/youtube-dl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.45 2009/06/22 09:10:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.46 2009/06/22 09:12:28 patrick Exp $ + + 22 Jun 2009; Patrick Lauer <patrick@gentoo.org> + -youtube-dl-2008.01.24.ebuild, -youtube-dl-2009.03.03.ebuild, + -youtube-dl-2009.04.06.ebuild: + Removing old *youtube-dl-2009.05.30 (22 Jun 2009) diff --git a/net-misc/youtube-dl/youtube-dl-2008.01.24.ebuild b/net-misc/youtube-dl/youtube-dl-2008.01.24.ebuild deleted file mode 100644 index 173ccfaa8025..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2008.01.24.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2008.01.24.ebuild,v 1.5 2008/03/01 12:08:45 nixnut Exp $ - -DESCRIPTION="A small command-line program to download videos from YouTube." -HOMEPAGE="http://www.arrakis.es/~rggi3/youtube-dl/" -SRC_URI="http://www.arrakis.es/~rggi3/${PN}/${P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.4" -RDEPEND="${DEPEND}" - -src_unpack() { - : -} - -src_install() { - dobin "${DISTDIR}/${P}" - dosym "${P}" "/usr/bin/${PN}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild b/net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild deleted file mode 100644 index fd2cb8b922f3..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2009.03.03.ebuild,v 1.1 2009/03/20 18:21:53 bangert Exp $ - -EAPI="2" - -DESCRIPTION="A small command-line program to download videos from YouTube." -HOMEPAGE="http://bitbucket.org/rg3/youtube-dl/" -SRC_URI="http://bitbucket.org/rg3/${PN}/raw/8dc1b312077f/${PN} -> ${P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.4" -RDEPEND="${DEPEND}" - -src_unpack() { - : -} - -src_install() { - newbin "${DISTDIR}/${P}" ${PN} -} diff --git a/net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild b/net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild deleted file mode 100644 index 64826bcd2cec..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2009.04.06.ebuild,v 1.2 2009/04/23 20:29:50 patrick Exp $ - -EAPI="2" - -DESCRIPTION="A small command-line program to download videos from YouTube." -HOMEPAGE="http://bitbucket.org/rg3/youtube-dl/" -SRC_URI="http://bitbucket.org/rg3/${PN}/get/${PV}.bz2 -> ${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.4" -RDEPEND="${DEPEND}" - -src_install() { - newbin "${PN}/${PN}" ${PN} -} |