summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-10-29 09:52:55 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-10-29 09:52:55 +0000
commit72601bba6dfce6b092efa7358ac3374aaeea127f (patch)
tree3c6a3572a7e0e9aa59b9cacebe0dd28d24fb7123 /app-admin
parentBump (diff)
downloadgentoo-2-72601bba6dfce6b092efa7358ac3374aaeea127f.tar.gz
gentoo-2-72601bba6dfce6b092efa7358ac3374aaeea127f.tar.bz2
gentoo-2-72601bba6dfce6b092efa7358ac3374aaeea127f.zip
version bump thanks to Philip Kovacs et al in bug #190839. removed old version
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/conky/ChangeLog8
-rw-r--r--app-admin/conky/conky-1.4.8.ebuild (renamed from app-admin/conky/conky-1.4.5.ebuild)24
-rw-r--r--app-admin/conky/files/digest-conky-1.4.53
-rw-r--r--app-admin/conky/files/digest-conky-1.4.83
4 files changed, 24 insertions, 14 deletions
diff --git a/app-admin/conky/ChangeLog b/app-admin/conky/ChangeLog
index d9865651f638..278cde948d0d 100644
--- a/app-admin/conky/ChangeLog
+++ b/app-admin/conky/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/conky
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.54 2007/08/13 05:54:40 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.55 2007/10/29 09:52:54 dragonheart Exp $
+
+*conky-1.4.8 (29 Oct 2007)
+
+ 29 Oct 2007; Daniel Black <dragonheart@gentoo.org> -conky-1.4.5.ebuild,
+ +conky-1.4.8.ebuild:
+ version bump thanks to Philip Kovacs et al in bug #190839. removed old version
13 Aug 2007; Christian Faulhammer <opfer@gentoo.org> conky-1.4.6.ebuild:
stable x86, bug 187984
diff --git a/app-admin/conky/conky-1.4.5.ebuild b/app-admin/conky/conky-1.4.8.ebuild
index 8b80c263c82a..d7661e86e078 100644
--- a/app-admin/conky/conky-1.4.5.ebuild
+++ b/app-admin/conky/conky-1.4.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.5.ebuild,v 1.11 2007/07/22 08:19:13 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.8.ebuild,v 1.1 2007/10/29 09:52:54 dragonheart Exp $
inherit eutils
# used for epause
@@ -11,8 +11,8 @@ SRC_URI="mirror://sourceforge/conky/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-IUSE="truetype X ipv6 audacious bmpx hddtemp mpd vim-syntax"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="audacious bmpx hddtemp ipv6 mpd rss truetype vim-syntax wifi X"
DEPEND_COMMON="
virtual/libc
@@ -30,10 +30,13 @@ DEPEND_COMMON="
>=sys-apps/dbus-0.35
)
)
+ rss? ( dev-libs/libxml2
+ net-misc/curl
+ )
+ wifi? ( net-wireless/wireless-tools )
!ipv6? ( >=dev-libs/glib-2.0 )"
RDEPEND="${DEPEND_COMMON}
hddtemp? ( app-admin/hddtemp )
- mpd? ( media-sound/mpd )
vim-syntax? ( || ( app-editors/vim
app-editors/gvim ) )"
@@ -48,9 +51,8 @@ DEPEND="
src_compile() {
local mymake
if useq ipv6 ; then
- ewarn
- ewarn "You have the ipv6 USE flag enabled. Please note that using"
- ewarn "the ipv6 USE flag with Conky disables the port monitor."
+ elog "You have the ipv6 USE flag enabled. Please note that using"
+ elog "the ipv6 USE flag with Conky disables the port monitor."
epause
else
mymake="MPD_NO_IPV6=noipv6"
@@ -70,6 +72,8 @@ src_compile() {
$(use_enable bmpx) \
$(use_enable hddtemp ) \
$(use_enable mpd) \
+ $(use_enable rss) \
+ $(use_enable wifi wlan) \
$(use_enable !ipv6 portmon) || die "econf failed"
emake ${mymake} || die "compile failed"
}
@@ -91,12 +95,12 @@ src_install() {
pkg_postinst() {
elog 'Default configuration file is "~/.conkyrc"'
elog "You can find a sample configuration file in"
- elog "/usr/share/doc/${PF}/conkyrc.sample.gz"
+ elog "/usr/share/doc/${PF}/conkyrc.sample.bz2"
elog
elog "For more info on Conky's new features,"
elog "please look at the README and ChangeLog:"
- elog "/usr/share/doc/${PF}/README.gz"
- elog "/usr/share/doc/${PF}/ChangeLog.gz"
+ elog "/usr/share/doc/${PF}/README.bz2"
+ elog "/usr/share/doc/${PF}/ChangeLog.bz2"
elog "There are also pretty html docs available"
elog "on Conky's site or in /usr/share/doc/${PF}"
elog
diff --git a/app-admin/conky/files/digest-conky-1.4.5 b/app-admin/conky/files/digest-conky-1.4.5
deleted file mode 100644
index af9e505c74d5..000000000000
--- a/app-admin/conky/files/digest-conky-1.4.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4625c052852f2919a5e7ce2eb7c31189 conky-1.4.5.tar.bz2 390741
-RMD160 7cc3690a78c562e7997e0e6d4b7342246be53d25 conky-1.4.5.tar.bz2 390741
-SHA256 beb77ec55399dfa65f76330ba5ff65873028b24f3a768f4780e965d9bc5fd63b conky-1.4.5.tar.bz2 390741
diff --git a/app-admin/conky/files/digest-conky-1.4.8 b/app-admin/conky/files/digest-conky-1.4.8
new file mode 100644
index 000000000000..e77d798d502e
--- /dev/null
+++ b/app-admin/conky/files/digest-conky-1.4.8
@@ -0,0 +1,3 @@
+MD5 234e798da57864060928fc7097300b01 conky-1.4.8.tar.bz2 408714
+RMD160 4548adbf75ea6b1b937bb2b22ca8a3de9ecab3e1 conky-1.4.8.tar.bz2 408714
+SHA256 1be8d58a1b6a7e943f9ee324d0d7748ea96dfb393f753b6f02dc729383791199 conky-1.4.8.tar.bz2 408714