diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-12-27 13:58:45 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-12-27 13:58:45 +0000 |
commit | c993a3cb9030d4e65cc17af38504f57a24f2ee44 (patch) | |
tree | 7829b704bc08e7f86ff02e52e7231a765bc95b22 /app-leechcraft/lc-scroblibre | |
parent | Drop s390/sh/m68k to unstable (diff) | |
download | gentoo-2-c993a3cb9030d4e65cc17af38504f57a24f2ee44.tar.gz gentoo-2-c993a3cb9030d4e65cc17af38504f57a24f2ee44.tar.bz2 gentoo-2-c993a3cb9030d4e65cc17af38504f57a24f2ee44.zip |
Add lc-scroblibre-9999, thanks to 0xd34df00d
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-scroblibre')
-rw-r--r-- | app-leechcraft/lc-scroblibre/ChangeLog | 9 | ||||
-rw-r--r-- | app-leechcraft/lc-scroblibre/Manifest | 2 | ||||
-rw-r--r-- | app-leechcraft/lc-scroblibre/lc-scroblibre-9999.ebuild | 16 | ||||
-rw-r--r-- | app-leechcraft/lc-scroblibre/metadata.xml | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/app-leechcraft/lc-scroblibre/ChangeLog b/app-leechcraft/lc-scroblibre/ChangeLog new file mode 100644 index 000000000000..2ee419a9732d --- /dev/null +++ b/app-leechcraft/lc-scroblibre/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-leechcraft/lc-scroblibre +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-scroblibre/ChangeLog,v 1.1 2013/12/27 13:58:45 maksbotan Exp $ + +*lc-scroblibre-9999 (27 Dec 2013) + + 27 Dec 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-scroblibre-9999.ebuild, + +metadata.xml: + Add lc-scroblibre-9999, thanks to 0xd34df00d diff --git a/app-leechcraft/lc-scroblibre/Manifest b/app-leechcraft/lc-scroblibre/Manifest new file mode 100644 index 000000000000..2b52a30171e1 --- /dev/null +++ b/app-leechcraft/lc-scroblibre/Manifest @@ -0,0 +1,2 @@ +EBUILD lc-scroblibre-9999.ebuild 436 SHA256 b69d845f159428cd3d999a6b30674d3c4b18d745b248bc701659feac0cc82b25 SHA512 053994e5e79ae6b5b88514c1ce2971855c4822d92dac9227d0a7cf55ff3554cc8807160aa1aba6b51f6e7698bacb20e2e130bc9fb774674db4c8f27979bcf684 WHIRLPOOL fdfb27f7b31e69a81b5ffeed55437e4c04926e9fbcb76094ba2ea1c9de0d00063c7885308b5a5ceb518be065402fa288acbe461f68bf7352729e4227c941587c +MISC metadata.xml 164 SHA256 d3d50c47cc72568dcc457fe11ddfc6849ba6572bc2d581aad1deac910ee1d488 SHA512 ce478accd06c9c530d86b3ca8abaf3680428a7ab07ed8bb5b78e60c7e3240c3be349993f73e2ef904642efec5cd9c8abb7196675b46723103290ef9ab5d1cc10 WHIRLPOOL 4c2d59059bc69ff27c720b093f582968e2778d23875e0f7d3edba0ec6634e1b50e7403974c4a32638eeaae4d7baf45ca163e5e80f5bd692590b7d075882d51f0 diff --git a/app-leechcraft/lc-scroblibre/lc-scroblibre-9999.ebuild b/app-leechcraft/lc-scroblibre/lc-scroblibre-9999.ebuild new file mode 100644 index 000000000000..63a8ad3b9074 --- /dev/null +++ b/app-leechcraft/lc-scroblibre/lc-scroblibre-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-scroblibre/lc-scroblibre-9999.ebuild,v 1.1 2013/12/27 13:58:45 maksbotan Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Submissions API 1.2-compliant scrobbler for services like libre.fm" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-scroblibre/metadata.xml b/app-leechcraft/lc-scroblibre/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-scroblibre/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> |