From: "Robert Buchholz (rbu)" <rbu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/lcd-stuff: ChangeLog lcd-stuff-0.1.6.ebuild
Date: Sun, 01 Nov 2009 16:14:19 +0000 [thread overview]
Message-ID: <E1N4d4N-0004rT-Ok@stork.gentoo.org> (raw)
rbu 09/11/01 16:14:19
Modified: ChangeLog
Added: lcd-stuff-0.1.6.ebuild
Log:
Version bump (#288114) and migrate to EAPI=2.
Also fixes curl compile error (#286901).
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Revision Changes Path
1.16 app-misc/lcd-stuff/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lcd-stuff/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lcd-stuff/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lcd-stuff/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 31 May 2009 22:08:44 -0000 1.15
+++ ChangeLog 1 Nov 2009 16:14:19 -0000 1.16
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/lcd-stuff
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v 1.15 2009/05/31 22:08:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v 1.16 2009/11/01 16:14:19 rbu Exp $
+
+*lcd-stuff-0.1.6 (01 Nov 2009)
+
+ 01 Nov 2009; Robert Buchholz <rbu@gentoo.org> +lcd-stuff-0.1.6.ebuild:
+ Version bump (#288114) and migrate to EAPI=2.
+ Also fixes curl compile error (#286901).
31 May 2009; Markus Meier <maekke@gentoo.org> lcd-stuff-0.1.5.ebuild:
amd64 stable, bug #270722
1.1 app-misc/lcd-stuff/lcd-stuff-0.1.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lcd-stuff/lcd-stuff-0.1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lcd-stuff/lcd-stuff-0.1.6.ebuild?rev=1.1&content-type=text/plain
Index: lcd-stuff-0.1.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/lcd-stuff-0.1.6.ebuild,v 1.1 2009/11/01 16:14:19 rbu Exp $
EAPI=2
inherit eutils
DESCRIPTION="lcd-stuff is a client for lcdproc that displays RSS, Weather, MPD and new mail."
HOMEPAGE="http://lcd-stuff.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2" # and GPL-2 only
RDEPEND="app-misc/lcdproc
net-misc/curl
dev-libs/glib
imap? ( net-libs/libetpan )
mpd? ( >=media-libs/libmpd-0.12.0 )
mp3? ( media-libs/taglib )
xml? ( net-libs/libnxml )
rss? ( net-libs/libmrss net-libs/libnxml )"
DEPEND="${DEPEND}
dev-util/pkgconfig"
IUSE="imap mpd mp3 xml rss"
src_configure() {
local XMLRSSLIB="$(use_enable rss mrss)"
if use rss ; then
# If we want rss, we must also have xml
XMLRSSLIB="${XMLRSSLIB} --enable-nxml"
else
XMLRSSLIB="${XMLRSSLIB} $(use_enable xml nxml)"
fi
econf \
$(use_enable imap libetpan) \
$(use_enable mpd libmpd) \
$(use_enable mp3 taglib_c) \
$XMLRSSLIB \
|| die "configure failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
insinto /etc
doins lcd-stuff.conf
newconfd "${FILESDIR}/${PN}.confd" ${PN}
newinitd "${FILESDIR}/${PN}-0.1.2-r1.initd" ${PN}
dodoc ChangeLog README
}
next reply other threads:[~2009-11-01 16:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-01 16:14 Robert Buchholz (rbu) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-11-09 13:20 [gentoo-commits] gentoo-x86 commit in app-misc/lcd-stuff: ChangeLog lcd-stuff-0.1.6.ebuild Markus Meier (maekke)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1N4d4N-0004rT-Ok@stork.gentoo.org \
--to=rbu@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox