diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-02 22:48:39 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-02 22:48:39 +0000 |
commit | 9f54c7bb9205f67d28314a895c03236e69f90291 (patch) | |
tree | e0a748d561a740dde7d5c7b77f121457dae4001c /media-sound/moosic | |
parent | Remove old (bash-completion.eclass cleanup). (diff) | |
download | gentoo-2-9f54c7bb9205f67d28314a895c03236e69f90291.tar.gz gentoo-2-9f54c7bb9205f67d28314a895c03236e69f90291.tar.bz2 gentoo-2-9f54c7bb9205f67d28314a895c03236e69f90291.zip |
Remove old (bash-completion.eclass cleanup).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-sound/moosic')
-rw-r--r-- | media-sound/moosic/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/moosic/moosic-1.5.0.ebuild | 22 | ||||
-rw-r--r-- | media-sound/moosic/moosic-1.5.4.ebuild | 38 | ||||
-rw-r--r-- | media-sound/moosic/moosic-1.5.6.ebuild | 38 |
4 files changed, 5 insertions, 99 deletions
diff --git a/media-sound/moosic/ChangeLog b/media-sound/moosic/ChangeLog index 4db11c37dc9b..909b33ee80b2 100644 --- a/media-sound/moosic/ChangeLog +++ b/media-sound/moosic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/moosic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/ChangeLog,v 1.27 2015/01/02 12:16:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/ChangeLog,v 1.28 2015/01/02 22:48:39 mgorny Exp $ + + 02 Jan 2015; Michał Górny <mgorny@gentoo.org> -moosic-1.5.0.ebuild, + -moosic-1.5.4.ebuild, -moosic-1.5.6.ebuild: + Remove old (bash-completion.eclass cleanup). 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> moosic-1.5.6-r1.ebuild: Stable for sparc, wrt bug #524824 diff --git a/media-sound/moosic/moosic-1.5.0.ebuild b/media-sound/moosic/moosic-1.5.0.ebuild deleted file mode 100644 index c43bc15f6e75..000000000000 --- a/media-sound/moosic/moosic-1.5.0.ebuild +++ /dev/null @@ -1,22 +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/moosic/moosic-1.5.0.ebuild,v 1.8 2009/06/19 19:41:23 ssuominen Exp $ - -DESCRIPTION="Moosic is a music player that focuses on easy playlist management" -HOMEPAGE="http://www.nanoo.org/~daniel/moosic/" -SRC_URI="http://www.nanoo.org/~daniel/moosic/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="x86 ~ppc sparc amd64" -IUSE="" -RDEPEND="dev-lang/python" -DEPEND="${RDEPEND}" - -src_install() { - make install INSTALL_PREFIX="${D}/usr" || die - - insinto /etc/bash_completion.d/ - newins bash_completion moosic - dodoc ChangeLog History Moosic_Client_API.txt README Todo -} diff --git a/media-sound/moosic/moosic-1.5.4.ebuild b/media-sound/moosic/moosic-1.5.4.ebuild deleted file mode 100644 index 62287e792651..000000000000 --- a/media-sound/moosic/moosic-1.5.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.4.ebuild,v 1.7 2010/05/28 21:27:28 arfrever Exp $ - -EAPI="3" - -inherit bash-completion distutils - -DESCRIPTION="Moosic is a music player that focuses on easy playlist management" -HOMEPAGE="http://www.nanoo.org/~daniel/moosic" -SRC_URI="http://www.nanoo.org/~daniel/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86" -IUSE="doc" - -RDEPEND="" -DEPEND="dev-python/setuptools" - -src_prepare() { - distutils_src_prepare - sed -i -e 's:distutils.core:setuptools:' setup.py || die "sed failed" -} - -src_install() { - distutils_src_install - rm -rf "${D}"/usr/share/doc/${PN} - dobashcompletion examples/completion ${PN} - dodoc doc/{Moosic_API.txt,moosic_hackers.txt,Todo} - dodoc examples/server_config - use doc && dohtml doc/*.html -} - -pkg_postinst() { - bash-completion_pkg_postinst - distutils_pkg_postinst -} diff --git a/media-sound/moosic/moosic-1.5.6.ebuild b/media-sound/moosic/moosic-1.5.6.ebuild deleted file mode 100644 index e5b07df68507..000000000000 --- a/media-sound/moosic/moosic-1.5.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.6.ebuild,v 1.1 2012/02/19 14:39:24 aballier Exp $ - -EAPI="3" - -inherit bash-completion distutils - -DESCRIPTION="Moosic is a music player that focuses on easy playlist management" -HOMEPAGE="http://www.nanoo.org/~daniel/moosic" -SRC_URI="http://www.nanoo.org/~daniel/${PN}/${P}.tar.gz" - -LICENSE="Unlicense" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -RDEPEND="" -DEPEND="dev-python/setuptools" - -src_prepare() { - distutils_src_prepare - sed -i -e 's:distutils.core:setuptools:' setup.py || die "sed failed" -} - -src_install() { - distutils_src_install - rm -rf "${D}"/usr/share/doc/${PN} - dobashcompletion examples/completion ${PN} - dodoc doc/{Moosic_API.txt,moosic_hackers.txt,Todo} - dodoc examples/server_config - use doc && dohtml doc/*.html -} - -pkg_postinst() { - bash-completion_pkg_postinst - distutils_pkg_postinst -} |