diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-05-08 21:32:20 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-05-08 21:32:20 +0000 |
commit | 2feafccfd4f967139a554ab2b66eccc9d5e38922 (patch) | |
tree | bc6745c0e99fa28ead19485d1c8fb2876745c932 /app-misc/lcd-stuff | |
parent | Stable wrt bug #177184 (diff) | |
download | gentoo-2-2feafccfd4f967139a554ab2b66eccc9d5e38922.tar.gz gentoo-2-2feafccfd4f967139a554ab2b66eccc9d5e38922.tar.bz2 gentoo-2-2feafccfd4f967139a554ab2b66eccc9d5e38922.zip |
Stable wrt bug #177184
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-misc/lcd-stuff')
-rw-r--r-- | app-misc/lcd-stuff/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/lcd-stuff/lcd-stuff-0.1.2.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-misc/lcd-stuff/ChangeLog b/app-misc/lcd-stuff/ChangeLog index 30c2c95a3990..ddd4f8acd1c9 100644 --- a/app-misc/lcd-stuff/ChangeLog +++ b/app-misc/lcd-stuff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/lcd-stuff # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v 1.5 2007/04/12 21:30:48 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v 1.6 2007/05/08 21:32:20 jokey Exp $ + + 08 May 2007; Markus Ullmann <jokey@gentoo.org> lcd-stuff-0.1.2.ebuild: + Stable wrt bug #177184 12 Apr 2007; Robert Buchholz <rbu@gentoo.org> metadata.xml: Added upstream as maintainer for bug cc's diff --git a/app-misc/lcd-stuff/lcd-stuff-0.1.2.ebuild b/app-misc/lcd-stuff/lcd-stuff-0.1.2.ebuild index f60bf83ec034..2856c694e835 100644 --- a/app-misc/lcd-stuff/lcd-stuff-0.1.2.ebuild +++ b/app-misc/lcd-stuff/lcd-stuff-0.1.2.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2007 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.2.ebuild,v 1.4 2007/04/10 23:43:38 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/lcd-stuff-0.1.2.ebuild,v 1.5 2007/05/08 21:32:20 jokey Exp $ 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" +KEYWORDS="~amd64 x86" SLOT="0" LICENSE="GPL-2" # and GPL-2 only -DEPEND="app-misc/lcdproc +RDEPEND="app-misc/lcdproc net-misc/curl dev-libs/glib imap? ( net-libs/libetpan ) @@ -18,7 +18,6 @@ DEPEND="app-misc/lcdproc mp3? ( media-libs/taglib ) xml? ( net-libs/libnxml ) rss? ( net-libs/libmrss net-libs/libnxml )" -RDEPEND=${DEPEND} DEPEND="${DEPEND} dev-util/pkgconfig" @@ -45,7 +44,7 @@ src_compile() { src_install() { - emake DESTDIR=${D} install || die "make install failed" + emake DESTDIR="${D}" install || die "make install failed" insinto /etc doins lcd-stuff.conf |