diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 16:42:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 16:42:08 +0000 |
commit | 021e213228b35731df74f28ef5cc62271a660726 (patch) | |
tree | f3e2fecd3dba86ac2e6914914dd7d35cf31e27e2 /media-sound/imp3sh | |
parent | sh stable (diff) | |
download | gentoo-2-021e213228b35731df74f28ef5cc62271a660726.tar.gz gentoo-2-021e213228b35731df74f28ef5cc62271a660726.tar.bz2 gentoo-2-021e213228b35731df74f28ef5cc62271a660726.zip |
Remove geocities from HOMEPAGE and SRC_URI wrt #297028.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/imp3sh')
-rw-r--r-- | media-sound/imp3sh/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/imp3sh/imp3sh-0.2.3.ebuild | 32 | ||||
-rw-r--r-- | media-sound/imp3sh/imp3sh-0.2.4.ebuild | 6 |
3 files changed, 7 insertions, 36 deletions
diff --git a/media-sound/imp3sh/ChangeLog b/media-sound/imp3sh/ChangeLog index 45b0d8354066..4fdb347b84dc 100644 --- a/media-sound/imp3sh/ChangeLog +++ b/media-sound/imp3sh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/imp3sh # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.14 2009/06/11 13:48:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.15 2009/12/15 16:42:08 ssuominen Exp $ + + 15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> imp3sh-0.2.4.ebuild: + Remove geocities from HOMEPAGE and SRC_URI wrt #297028. 11 Jun 2009; Christian Faulhammer <fauli@gentoo.org> imp3sh-0.2.4.ebuild: stable x86, bug 272815 diff --git a/media-sound/imp3sh/imp3sh-0.2.3.ebuild b/media-sound/imp3sh/imp3sh-0.2.3.ebuild deleted file mode 100644 index 7c9e65f06f88..000000000000 --- a/media-sound/imp3sh/imp3sh-0.2.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.15 2009/06/05 18:25:46 ssuominen Exp $ - -IUSE="vorbis" - -inherit toolchain-funcs - -DESCRIPTION="flexible playlist manipulation shell and song player/streamer" -HOMEPAGE="http://www.geocities.com/kman_can/" -SRC_URI="http://www.geocities.com/kman_can/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -RDEPEND="sys-libs/ncurses - vorbis? ( media-libs/libvorbis - media-libs/libao )" -DEPEND="${RDEPEND}" - -src_compile() { - econf || die - emake CCLD=$(tc-getCXX) || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc README* CHANGES web/README.imp3web web/imp3web.php EXAMPLE.imp3sh EXTERNAL.players - # Some docs are liner notes in the actual .c files. UHG. - dodoc piped-io/imp3sh*.c -} diff --git a/media-sound/imp3sh/imp3sh-0.2.4.ebuild b/media-sound/imp3sh/imp3sh-0.2.4.ebuild index 1f8f9686a900..b4bb68179f63 100644 --- a/media-sound/imp3sh/imp3sh-0.2.4.ebuild +++ b/media-sound/imp3sh/imp3sh-0.2.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild,v 1.4 2009/06/11 13:48:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild,v 1.5 2009/12/15 16:42:08 ssuominen Exp $ inherit gnuconfig toolchain-funcs DESCRIPTION="flexible playlist manipulation shell and song player/streamer" -HOMEPAGE="http://www.geocities.com/kman_can/" -SRC_URI="http://www.geocities.com/kman_can/${P}.tar.gz" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |