public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/conky: ChangeLog conky-1.9.0-r1.ebuild
@ 2012-08-18  8:48 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Pielmeier (billie) @ 2012-08-18  8:48 UTC (permalink / raw
  To: gentoo-commits

billie      12/08/18 08:48:10

  Modified:             ChangeLog
  Added:                conky-1.9.0-r1.ebuild
  Log:
  Fix bug #431446. Thanks to Alessandro Di Marco for the report and the patch.
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.183                app-admin/conky/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?r1=1.182&r2=1.183

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog	13 Aug 2012 14:32:04 -0000	1.182
+++ ChangeLog	18 Aug 2012 08:48:10 -0000	1.183
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/conky
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.182 2012/08/13 14:32:04 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.183 2012/08/18 08:48:10 billie Exp $
+
+*conky-1.9.0-r1 (18 Aug 2012)
+
+  18 Aug 2012; Daniel Pielmeier <billie@gentoo.org> +conky-1.9.0-r1.ebuild,
+  +files/conky-1.9.0-lines-fix.patch:
+  Fix bug #431446. Thanks to Alessandro Di Marco for the report and the patch.
 
   13 Aug 2012; Johannes Huber <johu@gentoo.org> conky-1.9.0.ebuild:
   Stable for x86, wrt bug #430638



1.1                  app-admin/conky/conky-1.9.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: conky-1.9.0-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v 1.1 2012/08/18 08:48:10 billie Exp $

EAPI=4

inherit eutils

DESCRIPTION="An advanced, highly configurable system monitor for X"
HOMEPAGE="http://conky.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-3 BSD LGPL-2.1 MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="apcupsd audacious curl debug eve hddtemp imlib iostats lua lua-cairo lua-imlib math moc mpd nano-syntax ncurses nvidia +portmon rss thinkpad truetype vim-syntax weather-metar weather-xoap wifi X xmms2"

DEPEND_COMMON="
	X? (
		imlib? ( media-libs/imlib2 )
		lua-cairo? (
			>=dev-lua/toluapp-1.0.93
			>=dev-lang/lua-5.1.4-r8
			x11-libs/cairo[X] )
		lua-imlib? (
			>=dev-lua/toluapp-1.0.93
			>=dev-lang/lua-5.1.4-r8
			media-libs/imlib2 )
		nvidia? ( media-video/nvidia-settings )
		truetype? ( x11-libs/libXft >=media-libs/freetype-2 )
		x11-libs/libX11
		x11-libs/libXdamage
		x11-libs/libXext
		audacious? ( >=media-sound/audacious-1.5 dev-libs/glib )
		xmms2? ( media-sound/xmms2 )
	)
	curl? ( net-misc/curl )
	eve? ( net-misc/curl dev-libs/libxml2 )
	portmon? ( dev-libs/glib )
	lua? ( >=dev-lang/lua-5.1.4-r8 )
	ncurses? ( sys-libs/ncurses )
	rss? ( dev-libs/libxml2 net-misc/curl dev-libs/glib )
	wifi? ( net-wireless/wireless-tools )
	weather-metar? ( net-misc/curl )
	weather-xoap? ( dev-libs/libxml2 net-misc/curl )
	virtual/libiconv
	"
RDEPEND="
	${DEPEND_COMMON}
	apcupsd? ( sys-power/apcupsd )
	hddtemp? ( app-admin/hddtemp )
	moc? ( media-sound/moc )
	nano-syntax? ( app-editors/nano )
	vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
	"
DEPEND="
	${DEPEND_COMMON}
	virtual/pkgconfig
	"

src_prepare() {
	epatch "${FILESDIR}/${PN}-1.8.1-utf8-scroll.patch" \
		"${FILESDIR}/${P}-ncurses.patch" \
		"${FILESDIR}/${P}-lines-fix.patch"
}

src_configure() {
	local myconf

	if use X; then
		myconf="--enable-x11 --enable-double-buffer --enable-xdamage"
		myconf="${myconf} --enable-argb --enable-own-window"
		myconf="${myconf} $(use_enable imlib imlib2) $(use_enable lua-cairo)"
		myconf="${myconf} $(use_enable lua-imlib lua-imlib2)"
		myconf="${myconf} $(use_enable nvidia) $(use_enable truetype xft)"
		myconf="${myconf} $(use_enable audacious) $(use_enable xmms2)"
	else
		myconf="--disable-x11 --disable-own-window --disable-argb"
		myconf="${myconf} --disable-lua-cairo --disable-nvidia --disable-xft"
		myconf="${myconf} --disable-audacious --disable-xmms2"
	fi

	econf \
		${myconf} \
		$(use_enable apcupsd) \
		$(use_enable curl) \
		$(use_enable debug) \
		$(use_enable eve) \
		$(use_enable hddtemp) \
		$(use_enable iostats) \
		$(use_enable lua) \
		$(use_enable thinkpad ibm) \
		$(use_enable math) \
		$(use_enable moc) \
		$(use_enable mpd) \
		$(use_enable ncurses) \
		$(use_enable portmon) \
		$(use_enable rss) \
		$(use_enable weather-metar) \
		$(use_enable weather-xoap) \
		$(use_enable wifi wlan)
}

src_install() {
	default

	dohtml doc/{config_settings.html,docs.html,lua.html,variables.html}

	if use vim-syntax; then
		insinto /usr/share/vim/vimfiles/ftdetect
		doins "${S}"/extras/vim/ftdetect/conkyrc.vim

		insinto /usr/share/vim/vimfiles/syntax
		doins "${S}"/extras/vim/syntax/conkyrc.vim
	fi

	if use nano-syntax; then
		insinto /usr/share/nano/
		doins "${S}"/extras/nano/conky.nanorc
	fi
}

pkg_postinst() {
	elog "You can find a sample configuration file at ${ROOT%/}/etc/conky/conky.conf."
	elog "To customize, copy it to ~/.conkyrc and edit it to your liking."
	elog
	elog "For more info on Conky's features please look at the Changelog in"
	elog "${ROOT%/}/usr/share/doc/${PF}. There are also pretty html docs available"
	elog "on Conky's site or in ${ROOT%/}/usr/share/doc/${PF}/html."
	elog
	elog "Also see http://www.gentoo.org/doc/en/conky-howto.xml"
	elog
}





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/conky: ChangeLog conky-1.9.0-r1.ebuild
@ 2012-11-11 11:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-11 11:25 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/11 11:25:28

  Modified:             ChangeLog conky-1.9.0-r1.ebuild
  Log:
  Stable for amd64, wrt bug #442216
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.190                app-admin/conky/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.190&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.190&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?r1=1.189&r2=1.190

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog	9 Nov 2012 02:04:17 -0000	1.189
+++ ChangeLog	11 Nov 2012 11:25:28 -0000	1.190
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/conky
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.189 2012/11/09 02:04:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.190 2012/11/11 11:25:28 ago Exp $
+
+  11 Nov 2012; <ago@gentoo.org> conky-1.9.0-r1.ebuild:
+  Stable for amd64, wrt bug #442216
 
   09 Nov 2012; Anthony G. Basile <blueness@gentoo.org> conky-1.9.0-r1.ebuild:
   stable ppc ppc64, bug #442216



1.4                  app-admin/conky/conky-1.9.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?r1=1.3&r2=1.4

Index: conky-1.9.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- conky-1.9.0-r1.ebuild	9 Nov 2012 02:04:17 -0000	1.3
+++ conky-1.9.0-r1.ebuild	11 Nov 2012 11:25:28 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v 1.3 2012/11/09 02:04:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v 1.4 2012/11/11 11:25:28 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 BSD LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~sparc ~x86"
 IUSE="apcupsd audacious curl debug eve hddtemp imlib iostats lua lua-cairo lua-imlib math moc mpd nano-syntax ncurses nvidia +portmon rss thinkpad truetype vim-syntax weather-metar weather-xoap wifi X xmms2"
 
 DEPEND_COMMON="





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/conky: ChangeLog conky-1.9.0-r1.ebuild
@ 2012-11-21 10:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-21 10:16 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/21 10:16:13

  Modified:             ChangeLog conky-1.9.0-r1.ebuild
  Log:
  Stable for x86, wrt bug #442216
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.191                app-admin/conky/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.191&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.191&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?r1=1.190&r2=1.191

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog	11 Nov 2012 11:25:28 -0000	1.190
+++ ChangeLog	21 Nov 2012 10:16:13 -0000	1.191
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/conky
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.190 2012/11/11 11:25:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.191 2012/11/21 10:16:13 ago Exp $
+
+  21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> conky-1.9.0-r1.ebuild:
+  Stable for x86, wrt bug #442216
 
   11 Nov 2012; <ago@gentoo.org> conky-1.9.0-r1.ebuild:
   Stable for amd64, wrt bug #442216



1.5                  app-admin/conky/conky-1.9.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?r1=1.4&r2=1.5

Index: conky-1.9.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- conky-1.9.0-r1.ebuild	11 Nov 2012 11:25:28 -0000	1.4
+++ conky-1.9.0-r1.ebuild	21 Nov 2012 10:16:13 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v 1.4 2012/11/11 11:25:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v 1.5 2012/11/21 10:16:13 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 BSD LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
 IUSE="apcupsd audacious curl debug eve hddtemp imlib iostats lua lua-cairo lua-imlib math moc mpd nano-syntax ncurses nvidia +portmon rss thinkpad truetype vim-syntax weather-metar weather-xoap wifi X xmms2"
 
 DEPEND_COMMON="





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/conky: ChangeLog conky-1.9.0-r1.ebuild
@ 2012-12-16 15:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2012-12-16 15:18 UTC (permalink / raw
  To: gentoo-commits

armin76     12/12/16 15:18:02

  Modified:             ChangeLog conky-1.9.0-r1.ebuild
  Log:
  alpha/sparc stable wrt #442216
  
  (Portage version: 2.1.11.31/cvs/Linux ia64, signed Manifest commit with key F6AD3240)

Revision  Changes    Path
1.194                app-admin/conky/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.194&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.194&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?r1=1.193&r2=1.194

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog	4 Dec 2012 20:58:53 -0000	1.193
+++ ChangeLog	16 Dec 2012 15:18:02 -0000	1.194
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/conky
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.193 2012/12/04 20:58:53 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.194 2012/12/16 15:18:02 armin76 Exp $
+
+  16 Dec 2012; Raúl Porcel <armin76@gentoo.org> conky-1.9.0-r1.ebuild:
+  alpha/sparc stable wrt #442216
 
   04 Dec 2012; Daniel Pielmeier <billie@gentoo.org> conky-1.9.0.ebuild,
   conky-1.9.0-r1.ebuild, metadata.xml:



1.8                  app-admin/conky/conky-1.9.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild?r1=1.7&r2=1.8

Index: conky-1.9.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- conky-1.9.0-r1.ebuild	4 Dec 2012 20:58:53 -0000	1.7
+++ conky-1.9.0-r1.ebuild	16 Dec 2012 15:18:02 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v 1.7 2012/12/04 20:58:53 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v 1.8 2012/12/16 15:18:02 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 BSD LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
 IUSE="apcupsd audacious curl debug eve hddtemp imlib iostats lua lua-cairo lua-imlib math moc mpd nano-syntax ncurses nvidia +portmon rss thinkpad truetype vim-syntax weather-metar weather-xoap wifi X xmms2"
 
 DEPEND_COMMON="





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/conky: ChangeLog conky-1.9.0-r1.ebuild
@ 2013-02-14 18:56 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Pielmeier (billie) @ 2013-02-14 18:56 UTC (permalink / raw
  To: gentoo-commits

billie      13/02/14 18:56:42

  Modified:             ChangeLog
  Removed:              conky-1.9.0-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 215AD14D)

Revision  Changes    Path
1.205                app-admin/conky/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.205&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?rev=1.205&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conky/ChangeLog?r1=1.204&r2=1.205

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog	12 Feb 2013 20:21:44 -0000	1.204
+++ ChangeLog	14 Feb 2013 18:56:42 -0000	1.205
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/conky
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.204 2013/02/12 20:21:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.205 2013/02/14 18:56:42 billie Exp $
+
+  14 Feb 2013; Daniel Pielmeier <billie@gentoo.org> -conky-1.9.0-r1.ebuild:
+  Remove old.
 
   12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> conky-1.9.0-r2.ebuild:
   Stable for sparc, wrt bug #456266





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-14 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-16 15:18 [gentoo-commits] gentoo-x86 commit in app-admin/conky: ChangeLog conky-1.9.0-r1.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-14 18:56 Daniel Pielmeier (billie)
2012-11-21 10:16 Agostino Sarubbo (ago)
2012-11-11 11:25 Agostino Sarubbo (ago)
2012-08-18  8:48 Daniel Pielmeier (billie)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox