1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

ebuild fixes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@591 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2006-03-15 18:02:46 +00:00
parent 1652f4d1c5
commit 266b2c13bf
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# $Id$
2006-03-15
* Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo
(Gentoo bug# 125226).
* Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
path for conky1.
2006-03-12
* FreeBSD cpu info patch
* Conky 1.4.1 released

View File

@ -31,7 +31,7 @@ DEPEND_COMMON="
)
bmp? ( media-sound/beep-media-player )
audacious? ( media-sound/audacious )
infopipe? ( || ( media-plugins/xmms-infopipe media-plugins/bmp-infopipe ) )
infopipe? ( media-plugins/xmms-infopipe )
xmms? ( media-sound/xmms )
)"

View File

@ -1,8 +1,8 @@
# CVS ebuild for Conky, thanks to Hopeless; Subversion ver. by drphibes
# $Header$
ESVN_REPO_URI="https://svn.sourceforge.net/svnroot/conky/trunk/conky"
ESVN_PROJECT="conky"
ESVN_REPO_URI="https://svn.sourceforge.net/svnroot/conky/trunk/conky1"
ESVN_PROJECT="conky1"
inherit subversion
DESCRIPTION="Conky is an advanced, highly configurable system monitor for X"