public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/cmusfm: metadata.xml cmusfm-0.2.5.ebuild Manifest ChangeLog
@ 2014-12-13  7:24 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2014-12-13  7:24 UTC (permalink / raw
  To: gentoo-commits

yngwin      14/12/13 07:24:00

  Added:                metadata.xml cmusfm-0.2.5.ebuild Manifest ChangeLog
  Log:
  Initial commit. Ebuild adapted from the one submitted by Petr Vaněk in bug #532122.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)

Revision  Changes    Path
1.1                  media-sound/cmusfm/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer>
    <email>yngwin@gentoo.org</email>
    <name>Ben de Groot</name>
  </maintainer>
  <herd>sound</herd>
</pkgmetadata>



1.1                  media-sound/cmusfm/cmusfm-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/cmusfm-0.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/cmusfm-0.2.5.ebuild?rev=1.1&content-type=text/plain

Index: cmusfm-0.2.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/cmusfm/cmusfm-0.2.5.ebuild,v 1.1 2014/12/13 07:24:00 yngwin Exp $

EAPI=5
inherit autotools-utils readme.gentoo

DESCRIPTION="Last.fm scrobbler for cmus music player"
HOMEPAGE="https://github.com/Arkq/cmusfm"
SRC_URI="https://github.com/Arkq/cmusfm/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libnotify"

DEPEND="net-misc/curl
	dev-libs/openssl
	libnotify? ( x11-libs/libnotify )"
RDEPEND="${DEPEND}
	media-sound/cmus"

src_prepare() {
	epatch_user
	eautoreconf
	DOC_CONTENTS="Please refer to the README.md file before running cmusfm the first time."
}

src_configure() {
	local myeconfargs=(
		$(use_enable libnotify)
	)
	autotools-utils_src_configure
}

src_install() {
	autotools-utils_src_install
	readme.gentoo_create_doc
}

pkg_postinst() {
	readme.gentoo_pkg_postinst
}



1.1                  media-sound/cmusfm/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST cmusfm-0.2.5.tar.gz 28651 SHA256 f6f0a2e60a3c00480903035f71339aa4ea8a70d2f64b3ff9a6ea2f75b61543af SHA512 0db8d865342438531bfb800d835800240e47732444795159f72ed3c91a4c3f0747ba2da1dcc8e71ef340ba5a3febdb39d8dd5868b134afcbcf7b3614a7790eae WHIRLPOOL 3fe8dc2bc233f031b83fe43186a70877acafc16057dc93f2c1155031c5f65553eb525a4bd9d83afb4d8f5224b785c43c95a75d1d8147b0c92ba19d049bb47b3e
EBUILD cmusfm-0.2.5.ebuild 880 SHA256 4df51073187c3a8d0a47cc8c25964a88adae8779e285ec4ac110a5db8e51333a SHA512 ce97b6990279eb57775ff1a5f426785741b9895ac7f17d7ff9b72bee55495bd3719c6ba42b1eafb85bc000b232a8e8bf9abe5e9fde19f96555b95f1a2a0303da WHIRLPOOL 8b8db247dd829a3fd7c81a616733dabe9ee5de761a71f99805781809cce596105557cacfa8ef4c527685c75cd3c5c464cdc3234a97c69511c5d2ffad621c9d42
MISC metadata.xml 258 SHA256 cb83e0faa58c2664517a1a7f83499e4605f22e444d3623178c386155fe91be0c SHA512 673791744ca97fa0a960e30b0d9f1598e18daddd5fbcf4b8f0e27842832839bdd5a3bcdf060e45519e40a5bc3e1a9ae971d988156bd637fad43a6586058e4ce4 WHIRLPOOL 30b2862a5ad77d1114f7fabbcf6a3a08bb37d765f80a23ab289e586c62539c633fe3adaa2f99015ed0b817ac7bfa2efd27b032bcf82e934fe310b7974e12508b



1.1                  media-sound/cmusfm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-sound/cmusfm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/cmusfm/ChangeLog,v 1.1 2014/12/13 07:24:00 yngwin Exp $

*cmusfm-0.2.5 (13 Dec 2014)

  13 Dec 2014; Ben de Groot <yngwin@gentoo.org> +cmusfm-0.2.5.ebuild,
  +metadata.xml:
  Initial commit. Ebuild adapted from the one submitted by Petr Vaněk in bug
  #532122.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-13  7:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-13  7:24 [gentoo-commits] gentoo-x86 commit in media-sound/cmusfm: metadata.xml cmusfm-0.2.5.ebuild Manifest ChangeLog Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox