summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-01-05 23:05:02 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-01-05 23:05:02 +0000
commit5c5b5508b174834b1742c06afd3d6934940fd80b (patch)
tree4aedf27f2887e12deeabd9c751a09853e74e4308 /app-admin/conky
parentAdding xset mod x dep. Closes bug 117846 (diff)
downloadgentoo-2-5c5b5508b174834b1742c06afd3d6934940fd80b.tar.gz
gentoo-2-5c5b5508b174834b1742c06afd3d6934940fd80b.tar.bz2
gentoo-2-5c5b5508b174834b1742c06afd3d6934940fd80b.zip
version bump bug #117412. Still masked due to bug #117873 (sparc testing of dependencies)
(Portage version: 2.1_pre3)
Diffstat (limited to 'app-admin/conky')
-rw-r--r--app-admin/conky/ChangeLog10
-rw-r--r--app-admin/conky/Manifest12
-rw-r--r--app-admin/conky/conky-1.3.5.ebuild95
-rw-r--r--app-admin/conky/files/digest-conky-1.3.51
4 files changed, 106 insertions, 12 deletions
diff --git a/app-admin/conky/ChangeLog b/app-admin/conky/ChangeLog
index f51cb90fc2ea..fbfdef5ebd67 100644
--- a/app-admin/conky/ChangeLog
+++ b/app-admin/conky/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/conky
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.16 2005/12/11 11:16:12 dragonheart Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.17 2006/01/05 23:05:02 dragonheart Exp $
+
+*conky-1.3.5 (05 Jan 2006)
+
+ 05 Jan 2006; Daniel Black <dragonheart@gentoo.org> +conky-1.3.5.ebuild:
+ version bump bug #117412 thanks to Brenden. Still masked due to bug #117873
+ (sparc testing of dependencies)
11 Dec 2005; Daniel Black <dragonheart@gentoo.org>
files/conky-1.3.4-arraybounds.patch:
diff --git a/app-admin/conky/Manifest b/app-admin/conky/Manifest
index cfb6cf49cf07..6999579d8c90 100644
--- a/app-admin/conky/Manifest
+++ b/app-admin/conky/Manifest
@@ -1,22 +1,14 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 e76bd4c6b62a54a26d2807b94ef9bd45 ChangeLog 2988
MD5 7cf736bd0931fa89a032b455112ce1de conky-1.3.1.ebuild 1916
MD5 fe8b738545f4869bfcbfac38df47ee52 conky-1.3.3.ebuild 1851
MD5 910eeed20139a5579848512bc6b0530f conky-1.3.4-r1.ebuild 2374
MD5 daec6353bf84e62c4edd4d82d00cd350 conky-1.3.4-r2.ebuild 2662
+MD5 8b36cb400832fde444907e9fd50a6d9f conky-1.3.5.ebuild 2210
MD5 d9296cc5c3fc007026e784f5825b153e files/conky-1.3.4-arraybounds.patch 1560
MD5 3f930afeab86d38688b8c7fe8a610bc7 files/conky-1.3.4-miscbug.patch 2591
MD5 31acfc146c31ba015fb9b8643deb2d57 files/digest-conky-1.3.1 64
MD5 6e51a33ec07b6f71db430f1839fd7902 files/digest-conky-1.3.3 64
MD5 c5c1fb804afb4bd1255b602c8894a317 files/digest-conky-1.3.4-r1 64
MD5 c5c1fb804afb4bd1255b602c8894a317 files/digest-conky-1.3.4-r2 64
+MD5 2441f16c8370649ea372b69c895f0bd1 files/digest-conky-1.3.5 64
MD5 32bd4230c3ee12a8d5502d4bd57a9a3d metadata.xml 588
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux)
-
-iD8DBQFDnIfzmdTrptrqvGERAgOmAJ9m9RAdeTt2ChQx6PxJRJDbWY9gUwCfUrhO
-5oCumuL73a9+QlO5ANT0Nc0=
-=w9Mm
------END PGP SIGNATURE-----
diff --git a/app-admin/conky/conky-1.3.5.ebuild b/app-admin/conky/conky-1.3.5.ebuild
new file mode 100644
index 000000000000..86773def6b2f
--- /dev/null
+++ b/app-admin/conky/conky-1.3.5.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.3.5.ebuild,v 1.1 2006/01/05 23:05:02 dragonheart Exp $
+
+inherit eutils
+
+DESCRIPTION="Conky is an advanced, highly configurable system monitor for X"
+HOMEPAGE="http://conky.sf.net"
+SRC_URI="mirror://sourceforge/conky/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="truetype X ipv6 bmpx"
+
+DEPEND_COMMON="
+ virtual/libc
+ X? (
+ || ( ( x11-libs/libICE
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libSM
+ x11-libs/libXrender
+ x11-libs/libXft
+ )
+ virtual/x11
+ )
+ truetype? ( >=media-libs/freetype-2 )
+ bmpx? ( media-sound/bmpx
+ >=sys-apps/dbus-0.35
+ )
+ )"
+
+RDEPEND="${DEPEND_COMMON}"
+
+DEPEND="
+ ${DEPEND_COMMON}
+ X? (
+ || ( ( x11-libs/libXt
+ x11-proto/xextproto
+ x11-proto/xproto
+ )
+ virtual/x11
+ )
+ )
+ sys-apps/grep
+ sys-apps/sed"
+
+
+src_compile() {
+ local mymake
+ if useq ipv6 ; then
+ ewarn
+ ewarn "You have the ipv6 USE flag enabled. Please note that"
+ ewarn "using the ipv6 USE flag with Conky disables the port"
+ ewarn "monitor."
+ ewarn
+ epause
+ else
+ mymake="MPD_NO_IPV6=noipv6"
+ fi
+ local myconf
+ myconf="--enable-double-buffer --enable-own-window --enable-proc-uptime \
+ --enable-mpd --enable-mldonkey"
+ econf \
+ ${myconf} \
+ $(use_enable truetype xft) \
+ $(use_enable X x11) \
+ $(use_enable bmpx) \
+ $(use_enable !ipv6 portmon) || die "econf failed"
+ emake ${mymake} || die "compile failed"
+}
+
+src_install() {
+ emake DESTDIR=${D} install || die "make install failed"
+ dodoc ChangeLog AUTHORS README doc/conkyrc.sample doc/variables.html
+ dodoc doc/docs.html doc/config_settings.html
+}
+
+pkg_postinst() {
+ einfo 'Default configuration file is "~/.conkyrc"'
+ einfo "you can find a sample configuration file in"
+ einfo "/usr/share/doc/${PF}/conkyrc.sample.gz"
+ einfo
+ einfo "For more info on Conky's new features,"
+ einfo "please look at the README and ChangeLog:"
+ einfo "/usr/share/doc/${PF}/README.gz"
+ einfo "/usr/share/doc/${PF}/ChangeLog.gz"
+ einfo "There are also pretty html docs available"
+ einfo "on Conky's site or in /usr/share/doc/${PF}"
+ einfo
+ einfo "Check out app-vim/conky-syntax for conkyrc"
+ einfo "syntax highlighting in Vim"
+ einfo
+}
diff --git a/app-admin/conky/files/digest-conky-1.3.5 b/app-admin/conky/files/digest-conky-1.3.5
new file mode 100644
index 000000000000..4c00f75d609b
--- /dev/null
+++ b/app-admin/conky/files/digest-conky-1.3.5
@@ -0,0 +1 @@
+MD5 e93e0f930dc2d8adfff6dec1e8db301b conky-1.3.5.tar.bz2 339478