From 7a2198a84871d8a5dbe722d321100a94a8fab23b Mon Sep 17 00:00:00 2001 From: Robert Buchholz Date: Sun, 29 Jun 2008 12:26:34 +0000 Subject: Version bump, drop old versions. (Portage version: 2.1.4.4) --- app-misc/lcd-stuff/ChangeLog | 10 ++++- app-misc/lcd-stuff/lcd-stuff-0.1.3.ebuild | 65 ------------------------------- app-misc/lcd-stuff/lcd-stuff-0.1.4.ebuild | 58 --------------------------- app-misc/lcd-stuff/lcd-stuff-0.1.5.ebuild | 58 +++++++++++++++++++++++++++ 4 files changed, 66 insertions(+), 125 deletions(-) delete mode 100644 app-misc/lcd-stuff/lcd-stuff-0.1.3.ebuild delete mode 100644 app-misc/lcd-stuff/lcd-stuff-0.1.4.ebuild create mode 100644 app-misc/lcd-stuff/lcd-stuff-0.1.5.ebuild (limited to 'app-misc/lcd-stuff') diff --git a/app-misc/lcd-stuff/ChangeLog b/app-misc/lcd-stuff/ChangeLog index 6d8e35d40a8f..60960eba23d8 100644 --- a/app-misc/lcd-stuff/ChangeLog +++ b/app-misc/lcd-stuff/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2007/09/09 22:13:52 rbu Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v 1.12 2008/06/29 12:26:34 rbu Exp $ + +*lcd-stuff-0.1.5 (29 Jun 2008) + + 29 Jun 2008; Robert Buchholz -lcd-stuff-0.1.3.ebuild, + -lcd-stuff-0.1.4.ebuild, +lcd-stuff-0.1.5.ebuild: + Version bump, drop old versions. *lcd-stuff-0.1.4 (09 Sep 2007) diff --git a/app-misc/lcd-stuff/lcd-stuff-0.1.3.ebuild b/app-misc/lcd-stuff/lcd-stuff-0.1.3.ebuild deleted file mode 100644 index d78a981e1d18..000000000000 --- a/app-misc/lcd-stuff/lcd-stuff-0.1.3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# 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.3.ebuild,v 1.1 2007/08/08 20:43:02 rbu Exp $ - -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_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-socket-h.patch" -} - -src_compile() { - 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" - - emake || die "make 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 -} diff --git a/app-misc/lcd-stuff/lcd-stuff-0.1.4.ebuild b/app-misc/lcd-stuff/lcd-stuff-0.1.4.ebuild deleted file mode 100644 index afb5eb8db782..000000000000 --- a/app-misc/lcd-stuff/lcd-stuff-0.1.4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# 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.4.ebuild,v 1.1 2007/09/09 22:13:52 rbu Exp $ - -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_compile() { - 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" - - emake || die "make 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 -} diff --git a/app-misc/lcd-stuff/lcd-stuff-0.1.5.ebuild b/app-misc/lcd-stuff/lcd-stuff-0.1.5.ebuild new file mode 100644 index 000000000000..149067891d8b --- /dev/null +++ b/app-misc/lcd-stuff/lcd-stuff-0.1.5.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2008 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.5.ebuild,v 1.1 2008/06/29 12:26:34 rbu Exp $ + +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_compile() { + 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" + + emake || die "make 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 +} -- cgit v1.2.3-65-gdbad