public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: ChangeLog mpdas-0.2.3-r1.ebuild mpdas-0.2.2.ebuild mpdas-0.2.3.ebuild
@ 2008-11-30 11:40 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2008-11-30 11:40 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/11/30 11:40:56

  Modified:             ChangeLog
  Added:                mpdas-0.2.3-r1.ebuild
  Removed:              mpdas-0.2.2.ebuild mpdas-0.2.3.ebuild
  Log:
  Fix config directory.
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)

Revision  Changes    Path
1.3                  media-sound/mpdas/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdas/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdas/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdas/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	30 Nov 2008 07:26:46 -0000	1.2
+++ ChangeLog	30 Nov 2008 11:40:56 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/mpdas
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.2 2008/11/30 07:26:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.3 2008/11/30 11:40:56 ssuominen Exp $
+
+*mpdas-0.2.3-r1 (30 Nov 2008)
+
+  30 Nov 2008; <ssuominen@gentoo.org> -mpdas-0.2.2.ebuild,
+  -mpdas-0.2.3.ebuild, +mpdas-0.2.3-r1.ebuild:
+  Fix config directory.
 
 *mpdas-0.2.3 (30 Nov 2008)
 



1.1                  media-sound/mpdas/mpdas-0.2.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdas/mpdas-0.2.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdas/mpdas-0.2.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: mpdas-0.2.3-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.2.3-r1.ebuild,v 1.1 2008/11/30 11:40:56 ssuominen Exp $

inherit toolchain-funcs

DESCRIPTION="An AudioScrobbler client for MPD written in C++"
HOMEPAGE="http://50hz.ws/mpdas/"
SRC_URI="http://50hz.ws/mpdas/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="media-libs/libmpd
	net-misc/curl"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_compile() {
	tc-export CXX
	emake CONFIG="/etc" || die "emake failed."
}

src_install() {
	dobin ${PN} || die "dobin failed."
	doman ${PN}.1
	dodoc ChangeLog mpdasrc.example README
}

pkg_postinst() {
	elog "For further configuration help consult the README in"
	elog "/usr/share/doc/${PF}."
}






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

only message in thread, other threads:[~2008-11-30 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-30 11:40 [gentoo-commits] gentoo-x86 commit in media-sound/mpdas: ChangeLog mpdas-0.2.3-r1.ebuild mpdas-0.2.2.ebuild mpdas-0.2.3.ebuild Samuli Suominen (ssuominen)

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