mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-17 23:13:33 +02:00
Added nozomi ebuild. Rmoved oboslete ebuilds
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST sonata-1.6.2.tar.bz2 315918 RMD160 418eef732cc171d21e301261aa0c6b7751d03ab3 SHA1 33cb3458014b4901eb312bff76c24be125ed7d0a SHA256 7460ac04ac4d6e301578c27496125c1c13b2748e91cdd73ff39f2adcd9680dd2
|
||||
EBUILD sonata-1.6.2.ebuild 954 RMD160 5481effed89ae48d190d88287f768a4c07f54a3a SHA1 a8bc98eb39fb621184bc6a60a91d3879c52b8cb4 SHA256 757c69b7b13122beba32b0a2611ef96eb0c1b52f4d5b83eba22c87312e11614a
|
||||
@@ -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/sonata/sonata-1.6.ebuild,v 1.1 2009/04/02 00:12:22 angelos Exp $
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="an elegant GTK+ music client for the Music Player Daemon (MPD)."
|
||||
HOMEPAGE="http://sonata.berlios.de/"
|
||||
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
|
||||
SLOT="0"
|
||||
IUSE="dbus lyrics taglib"
|
||||
|
||||
RDEPEND=">=virtual/python-2.4
|
||||
>=dev-python/pygtk-2.10
|
||||
>=dev-python/python-mpd-0.2.0
|
||||
dbus? ( dev-python/dbus-python )
|
||||
lyrics? ( dev-python/zsi )
|
||||
taglib? ( >=dev-python/tagpy-0.93 )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
pkg_setup() {
|
||||
if ! built_with_use '=x11-libs/gtk+-2*' jpeg; then
|
||||
ewarn "If you want album cover art displayed in Sonata,"
|
||||
ewarn "you must build gtk+-2 with the \"jpeg\" USE flag."
|
||||
fi
|
||||
}
|
||||
|
||||
DOCS="CHANGELOG README TODO TRANSLATORS"
|
||||
Reference in New Issue
Block a user