diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:58:05 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:58:05 +0000 |
commit | ad4591c5717a319824b95db9efd80267e8d2305e (patch) | |
tree | 2a19eda1508d6c5cf6ba262f44398ed374c85707 /app-leechcraft | |
parent | Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-ad4591c5717a319824b95db9efd80267e8d2305e.tar.gz gentoo-2-ad4591c5717a319824b95db9efd80267e8d2305e.tar.bz2 gentoo-2-ad4591c5717a319824b95db9efd80267e8d2305e.zip |
Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-xtazy/ChangeLog | 9 | ||||
-rw-r--r-- | app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/app-leechcraft/lc-xtazy/ChangeLog b/app-leechcraft/lc-xtazy/ChangeLog index 619d95459b92..3965d2c680c2 100644 --- a/app-leechcraft/lc-xtazy/ChangeLog +++ b/app-leechcraft/lc-xtazy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-xtazy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog,v 1.1 2013/05/08 12:11:14 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog,v 1.2 2014/01/08 09:58:05 maksbotan Exp $ + +*lc-xtazy-0.6.60 (08 Jan 2014) + + 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-xtazy-0.6.60.ebuild: + Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. *lc-xtazy-9999 (08 May 2013) diff --git a/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild b/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild new file mode 100644 index 000000000000..b02cc330268f --- /dev/null +++ b/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild,v 1.1 2014/01/08 09:58:05 maksbotan Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Fetches info about current tune and provides it to other plugins" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" |