diff options
author | 2005-08-31 10:22:33 +0000 | |
---|---|---|
committer | 2005-08-31 10:22:33 +0000 | |
commit | 73c48f1156346bcedb979fca22b391e813f955f2 (patch) | |
tree | 7a75838e9d8daf1c8aa67a878352d80445815c32 /app-admin/conky | |
parent | Marking ~ppc-macos (diff) | |
download | historical-73c48f1156346bcedb979fca22b391e813f955f2.tar.gz historical-73c48f1156346bcedb979fca22b391e813f955f2.tar.bz2 historical-73c48f1156346bcedb979fca22b391e813f955f2.zip |
version bump bug #104341
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-admin/conky')
-rw-r--r-- | app-admin/conky/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/conky/Manifest | 16 | ||||
-rw-r--r-- | app-admin/conky/conky-1.3.0.ebuild | 74 | ||||
-rw-r--r-- | app-admin/conky/files/digest-conky-1.3.0 | 1 |
4 files changed, 90 insertions, 8 deletions
diff --git a/app-admin/conky/ChangeLog b/app-admin/conky/ChangeLog index c77e68569f20..ce748892efc1 100644 --- a/app-admin/conky/ChangeLog +++ b/app-admin/conky/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2005/08/10 19:07:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.7 2005/08/31 10:22:33 dragonheart Exp $ + +*conky-1.3.0 (31 Aug 2005) + + 31 Aug 2005; Daniel Black <dragonheart@gentoo.org> +conky-1.3.0.ebuild: + version bump thanks to Brenden Matthews bug #104341 10 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> conky-1.2.ebuild: Removed ugly sparc kludge wrt #99262 diff --git a/app-admin/conky/Manifest b/app-admin/conky/Manifest index 7dc6a4e9613a..79d536ebcc0d 100644 --- a/app-admin/conky/Manifest +++ b/app-admin/conky/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 cee39c72c9b27c9017c8d56c77429240 conky-1.2.ebuild 1940 MD5 32bd4230c3ee12a8d5502d4bd57a9a3d metadata.xml 588 MD5 050f1d3a0b290fe5c3efa965d5d445e9 conky-1.1.ebuild 1699 -MD5 cee39c72c9b27c9017c8d56c77429240 conky-1.2.ebuild 1940 -MD5 9013b1a0576e48c578c8ee355fd71daf ChangeLog 1059 -MD5 fba84f081179467be732edff57fb09a8 files/digest-conky-1.1 62 +MD5 fd33b100734926a6c97a8a0dfa295888 ChangeLog 1219 +MD5 e2aba3c5902c35e3d858678a6d2129b1 conky-1.3.0.ebuild 2035 MD5 4d0383c72f80917243ad608fb5cfaded files/digest-conky-1.2 62 +MD5 fba84f081179467be732edff57fb09a8 files/digest-conky-1.1 62 +MD5 50640cfe7f4aa4c127c6ff3100560e1d files/digest-conky-1.3.0 64 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC+lCwKRy60XGEcJIRAp1CAJ95Qx31gBmwtsYzu9WzAc5aDmjwpwCgo55Z -+raPW3X9OmKkb+ExYT5Wk5Y= -=BoLl +iD8DBQFDFYUAmdTrptrqvGERAsvtAJ4hbFB6a5temaKqmd1gkUAZNqGrSQCfTwad +o/RJoad/n7OkpTGPREKG8mw= +=Zo2u -----END PGP SIGNATURE----- diff --git a/app-admin/conky/conky-1.3.0.ebuild b/app-admin/conky/conky-1.3.0.ebuild new file mode 100644 index 000000000000..2943db6cfcc5 --- /dev/null +++ b/app-admin/conky/conky-1.3.0.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.3.0.ebuild,v 1.1 2005/08/31 10:22:33 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 seti X" + +DEPEND_COMMON=" + virtual/libc + X? ( + virtual/x11 + truetype? ( >=media-libs/freetype-2 ) + )" + +RDEPEND="${DEPEND_COMMON} + seti? ( sci-astronomy/setiathome )" + +DEPEND=" + ${DEPEND_COMMON} + >=sys-devel/automake-1.9 + >=sys-devel/autoconf-2.59 + sys-devel/libtool + sys-apps/grep + sys-apps/sed + sys-devel/gcc" + + +src_compile() { + 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 seti) || die "econf failed" + emake || 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 "Comment out temperature info lines if you have no kernel" + einfo "support for it." + einfo + ewarn "Conky doesn't work with window managers that" + ewarn "take control over root window such as Gnome's nautilus." + ewarn + ewarn "Please note that METAR support has been removed since 1.2" + ewarn +} diff --git a/app-admin/conky/files/digest-conky-1.3.0 b/app-admin/conky/files/digest-conky-1.3.0 new file mode 100644 index 000000000000..c3dd5d056eba --- /dev/null +++ b/app-admin/conky/files/digest-conky-1.3.0 @@ -0,0 +1 @@ +MD5 9dc6da652411798d6315effdfd7a8a1e conky-1.3.0.tar.bz2 308242 |