diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-11-28 07:03:32 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-11-28 07:03:32 +0000 |
commit | 58622c3ef13b5913ae4b06aa00df972c725a07fe (patch) | |
tree | 5bd9878b5e27a276c96fbf994ee1d588cecbbbfe /app-admin/conky | |
parent | Stable on x86, bug #113289. (diff) | |
download | historical-58622c3ef13b5913ae4b06aa00df972c725a07fe.tar.gz historical-58622c3ef13b5913ae4b06aa00df972c725a07fe.tar.bz2 historical-58622c3ef13b5913ae4b06aa00df972c725a07fe.zip |
removed seti support - bug #113759
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-admin/conky')
-rw-r--r-- | app-admin/conky/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/conky/Manifest | 14 | ||||
-rw-r--r-- | app-admin/conky/conky-1.3.1.ebuild | 14 | ||||
-rw-r--r-- | app-admin/conky/conky-1.3.3.ebuild | 14 | ||||
-rw-r--r-- | app-admin/conky/conky-1.3.4-r1.ebuild | 14 |
5 files changed, 28 insertions, 34 deletions
diff --git a/app-admin/conky/ChangeLog b/app-admin/conky/ChangeLog index a9973e28e955..5e09e6bec65e 100644 --- a/app-admin/conky/ChangeLog +++ b/app-admin/conky/ChangeLog @@ -1,6 +1,10 @@ # 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.13 2005/11/25 11:31:29 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.14 2005/11/28 07:03:32 dragonheart Exp $ + + 28 Nov 2005; Daniel Black <dragonheart@gentoo.org> conky-1.3.1.ebuild, + conky-1.3.3.ebuild, conky-1.3.4-r1.ebuild: + removed seti support - bug #113759 25 Nov 2005; Daniel Black <dragonheart@gentoo.org> files/conky-1.3.4-miscbug.patch: diff --git a/app-admin/conky/Manifest b/app-admin/conky/Manifest index beb7b4a48623..3eadf41c125e 100644 --- a/app-admin/conky/Manifest +++ b/app-admin/conky/Manifest @@ -1,10 +1,10 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 12eb28d9e3d8dc5c5ccf1a111f06e968 ChangeLog 2437 -MD5 199085e7a8ed12031f881663a3c100d1 conky-1.3.1.ebuild 2019 -MD5 eb5f557defc5b1ed505b906498cdc395 conky-1.3.3.ebuild 1954 -MD5 8dcdff398c00b4843ff0369ab69e717f conky-1.3.4-r1.ebuild 2431 +MD5 3c526529ce52bd4efb7cfa5c6f6e6711 ChangeLog 2593 +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 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 @@ -13,7 +13,7 @@ MD5 32bd4230c3ee12a8d5502d4bd57a9a3d metadata.xml 588 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) -iD8DBQFDhvYemdTrptrqvGERAl1eAJ9y3WDudjuRefd9ngNDQ9JNzz+OLwCglxMi -qxqpNabcrLxLkXcPAtaP8Sw= -=VHJf +iD8DBQFDiqvRmdTrptrqvGERAqJ5AJ9kI45/KHAWJdo/EwRVenK7LJaUeACeIv3b +ahbslqIDIRCKBrST9MAma1A= +=hUsS -----END PGP SIGNATURE----- diff --git a/app-admin/conky/conky-1.3.1.ebuild b/app-admin/conky/conky-1.3.1.ebuild index 5ba58e8076a8..bd8e1da31ed5 100644 --- a/app-admin/conky/conky-1.3.1.ebuild +++ b/app-admin/conky/conky-1.3.1.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.1 2005/09/12 22:10:21 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.3.1.ebuild,v 1.2 2005/11/28 07:03:32 dragonheart Exp $ DESCRIPTION="Conky is an advanced, highly configurable system monitor for X" HOMEPAGE="http://conky.sf.net" @@ -9,20 +9,17 @@ SRC_URI="mirror://sourceforge/conky/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="truetype seti X" +IUSE="truetype X" -DEPEND_COMMON=" +RDEPEND=" virtual/libc X? ( virtual/x11 truetype? ( >=media-libs/freetype-2 ) )" -RDEPEND="${DEPEND_COMMON} - seti? ( sci-astronomy/setiathome )" - DEPEND=" - ${DEPEND_COMMON} + ${RDEPEND} >=sys-devel/automake-1.9 >=sys-devel/autoconf-2.59 sys-devel/libtool @@ -38,8 +35,7 @@ src_compile() { econf \ ${myconf} \ $(use_enable truetype xft) \ - $(use_enable X x11) \ - $(use_enable seti) || die "econf failed" + $(use_enable X x11) || die "econf failed" emake || die "compile failed" } diff --git a/app-admin/conky/conky-1.3.3.ebuild b/app-admin/conky/conky-1.3.3.ebuild index 79768fc53149..0a3ed85209ed 100644 --- a/app-admin/conky/conky-1.3.3.ebuild +++ b/app-admin/conky/conky-1.3.3.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.1 2005/10/18 11:57:09 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.3.3.ebuild,v 1.2 2005/11/28 07:03:32 dragonheart Exp $ inherit eutils @@ -11,20 +11,17 @@ SRC_URI="mirror://sourceforge/conky/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="truetype seti X" +IUSE="truetype X" -DEPEND_COMMON=" +RDEPEND=" virtual/libc X? ( virtual/x11 truetype? ( >=media-libs/freetype-2 ) )" -RDEPEND="${DEPEND_COMMON} - seti? ( sci-astronomy/setiathome )" - DEPEND=" - ${DEPEND_COMMON} + ${RDEPEND} >=sys-devel/automake-1.9 >=sys-devel/autoconf-2.59 sys-devel/libtool @@ -40,8 +37,7 @@ src_compile() { econf \ ${myconf} \ $(use_enable truetype xft) \ - $(use_enable X x11) \ - $(use_enable seti) || die "econf failed" + $(use_enable X x11) || die "econf failed" emake || die "compile failed" } diff --git a/app-admin/conky/conky-1.3.4-r1.ebuild b/app-admin/conky/conky-1.3.4-r1.ebuild index 117760eee975..eea991fb05c0 100644 --- a/app-admin/conky/conky-1.3.4-r1.ebuild +++ b/app-admin/conky/conky-1.3.4-r1.ebuild @@ -1,6 +1,6 @@ # 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.4-r1.ebuild,v 1.1 2005/11/25 08:36:08 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.3.4-r1.ebuild,v 1.2 2005/11/28 07:03:32 dragonheart Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/conky/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="truetype seti X ipv6" +IUSE="truetype X ipv6" DEPEND_COMMON=" virtual/libc @@ -20,13 +20,11 @@ DEPEND_COMMON=" truetype? ( >=media-libs/freetype-2 ) )" -RDEPEND="${DEPEND_COMMON} - seti? ( sci-astronomy/setiathome )" +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 @@ -57,8 +55,8 @@ src_compile() { ${myconf} \ $(use_enable truetype xft) \ $(use_enable X x11) \ - $(use_enable !ipv6 portmon) \ - $(use_enable seti) || die "econf failed" + $(use_enable !ipv6 portmon) || die "econf failed" +# $(use_enable seti) emake ${mymake} || die "compile failed" } |