summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-05-06 16:01:21 +0000
committerPacho Ramos <pacho@gentoo.org>2012-05-06 16:01:21 +0000
commitaf1d8177dc5e3efd3816a5ab8e1771e313c64291 (patch)
treeb1bec35710568e2ee560f2e790076843f0b35a4f /app-misc/lcd-stuff
parentlcd herd is empty (diff)
downloadhistorical-af1d8177dc5e3efd3816a5ab8e1771e313c64291.tar.gz
historical-af1d8177dc5e3efd3816a5ab8e1771e313c64291.tar.bz2
historical-af1d8177dc5e3efd3816a5ab8e1771e313c64291.zip
lcd herd is empty, drop old.
Package-Manager: portage-2.1.10.57/cvs/Linux x86_64
Diffstat (limited to 'app-misc/lcd-stuff')
-rw-r--r--app-misc/lcd-stuff/ChangeLog6
-rw-r--r--app-misc/lcd-stuff/lcd-stuff-0.1.2-r1.ebuild66
-rw-r--r--app-misc/lcd-stuff/lcd-stuff-0.1.5.ebuild58
-rw-r--r--app-misc/lcd-stuff/metadata.xml9
4 files changed, 11 insertions, 128 deletions
diff --git a/app-misc/lcd-stuff/ChangeLog b/app-misc/lcd-stuff/ChangeLog
index 53aa1f5be5fc..16918b667cb3 100644
--- a/app-misc/lcd-stuff/ChangeLog
+++ b/app-misc/lcd-stuff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/lcd-stuff
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v 1.19 2012/05/03 19:41:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v 1.20 2012/05/06 16:00:36 pacho Exp $
+
+ 06 May 2012; Pacho Ramos <pacho@gentoo.org> -lcd-stuff-0.1.2-r1.ebuild,
+ -lcd-stuff-0.1.5.ebuild, metadata.xml:
+ lcd herd is empty, drop old.
03 May 2012; Jeff Horelick <jdhore@gentoo.org> lcd-stuff-0.1.2-r1.ebuild,
lcd-stuff-0.1.5.ebuild, lcd-stuff-0.1.6.ebuild:
diff --git a/app-misc/lcd-stuff/lcd-stuff-0.1.2-r1.ebuild b/app-misc/lcd-stuff/lcd-stuff-0.1.2-r1.ebuild
deleted file mode 100644
index c21834f03b37..000000000000
--- a/app-misc/lcd-stuff/lcd-stuff-0.1.2-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2012 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-r1.ebuild,v 1.5 2012/05/03 19:41:32 jdhore 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}
- virtual/pkgconfig"
-
-IUSE="imap mpd mp3 xml rss"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-mpd.patch"
- epatch "${FILESDIR}/${PN}-0.1.3-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}/${PF}.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
deleted file mode 100644
index 940caa6dee55..000000000000
--- a/app-misc/lcd-stuff/lcd-stuff-0.1.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 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.4 2012/05/03 19:41:32 jdhore 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}
- virtual/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/metadata.xml b/app-misc/lcd-stuff/metadata.xml
index 3581f812232b..06872e667f9d 100644
--- a/app-misc/lcd-stuff/metadata.xml
+++ b/app-misc/lcd-stuff/metadata.xml
@@ -3,9 +3,12 @@
<pkgmetadata>
<herd>lcd</herd>
<maintainer>
- <email>bernhard.walle@gmx.de</email>
- <name>Bernhard Walle</name>
- <description>Upstream maintainer wants to be CC'ed directly on bugs.</description>
+<email>maintainer-needed@gentoo.org</email>
+</maintainer>
+<maintainer>
+<email>bernhard.walle@gmx.de</email>
+<name>Bernhard Walle</name>
+<description>Upstream maintainer wants to be CC'ed directly on bugs.</description>
</maintainer>
<longdescription lang="en">
lcd-stuff is a client for app-misc/lcdproc written in C. It features