public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xdiskusage: ChangeLog xdiskusage-1.48_p20100606.ebuild
@ 2010-06-06 16:54 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-06 16:54 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/06 16:54:14

  Modified:             ChangeLog
  Added:                xdiskusage-1.48_p20100606.ebuild
  Log:
  Snapshot from upstream CVS and link against x11-libs/fltk:2 instead of :1.1 wrt #238460.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 x11-misc/xdiskusage/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	14 Nov 2008 19:04:09 -0000	1.16
+++ ChangeLog	6 Jun 2010 16:54:14 -0000	1.17
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/xdiskusage
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.16 2008/11/14 19:04:09 coldwind Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.17 2010/06/06 16:54:14 ssuominen Exp $
+
+*xdiskusage-1.48_p20100606 (06 Jun 2010)
+
+  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +xdiskusage-1.48_p20100606.ebuild:
+  Snapshot from upstream CVS and link against x11-libs/fltk:2 instead of
+  :1.1 wrt #238460.
 
   14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org>
   xdiskusage-1.48.ebuild:



1.1                  x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?rev=1.1&content-type=text/plain

Index: xdiskusage-1.48_p20100606.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v 1.1 2010/06/06 16:54:14 ssuominen Exp $

EAPI=3
inherit autotools flag-o-matic

DESCRIPTION="front end to xdu for viewing disk usage graphically under X11"
HOMEPAGE="http://xdiskusage.sourceforge.net/"
SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/fltk:2"
DEPEND="${RDEPEND}
	app-arch/xz-utils"

src_prepare() {
	eautoreconf
}

src_configure() {
	append-flags -I/usr/include/fltk/compat
	econf
}

src_compile() {
	emake \
		CXXFLAGS="${CXXFLAGS}" \
		LDLIBS="$(fltk2-config --ldflags)" || die
}

src_install() {
	dobin xdiskusage || die
	doman xdiskusage.1
	dodoc README
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdiskusage: ChangeLog xdiskusage-1.48_p20100606.ebuild
@ 2011-03-20 20:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-20 20:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/20 20:03:13

  Modified:             ChangeLog xdiskusage-1.48_p20100606.ebuild
  Log:
  revert. the append-flags is not required, but only before econf.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.19                 x11-misc/xdiskusage/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	20 Mar 2011 19:55:32 -0000	1.18
+++ ChangeLog	20 Mar 2011 20:03:13 -0000	1.19
@@ -1,9 +1,8 @@
 # ChangeLog for x11-misc/xdiskusage
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.18 2011/03/20 19:55:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.19 2011/03/20 20:03:13 ssuominen Exp $
 
-  20 Mar 2011; Justin Lecher <jlec@gentoo.org> xdiskusage-1.48.ebuild,
-  xdiskusage-1.48_p20100606.ebuild:
+  20 Mar 2011; Justin Lecher <jlec@gentoo.org> xdiskusage-1.48.ebuild:
   x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
 
 *xdiskusage-1.48_p20100606 (06 Jun 2010)



1.4                  x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?r1=1.3&r2=1.4

Index: xdiskusage-1.48_p20100606.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdiskusage-1.48_p20100606.ebuild	20 Mar 2011 19:55:32 -0000	1.3
+++ xdiskusage-1.48_p20100606.ebuild	20 Mar 2011 20:03:13 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v 1.3 2011/03/20 19:55:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v 1.4 2011/03/20 20:03:13 ssuominen Exp $
 
 EAPI=3
 inherit autotools flag-o-matic
@@ -20,7 +20,11 @@
 
 src_prepare() {
 	eautoreconf
+}
+
+src_configure() {
 	append-flags -I/usr/include/fltk/compat
+	econf
 }
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdiskusage: ChangeLog xdiskusage-1.48_p20100606.ebuild
@ 2011-03-21 11:38 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-21 11:38 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/21 11:38:09

  Modified:             ChangeLog xdiskusage-1.48_p20100606.ebuild
  Log:
  Stable on amd64 wrt bug #359653
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 x11-misc/xdiskusage/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	20 Mar 2011 20:03:13 -0000	1.19
+++ ChangeLog	21 Mar 2011 11:38:09 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xdiskusage
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.19 2011/03/20 20:03:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.20 2011/03/21 11:38:09 hwoarang Exp $
+
+  21 Mar 2011; Markos Chandras <hwoarang@gentoo.org>
+  xdiskusage-1.48_p20100606.ebuild:
+  Stable on amd64 wrt bug #359653
 
   20 Mar 2011; Justin Lecher <jlec@gentoo.org> xdiskusage-1.48.ebuild:
   x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly



1.6                  x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?r1=1.5&r2=1.6

Index: xdiskusage-1.48_p20100606.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdiskusage-1.48_p20100606.ebuild	20 Mar 2011 20:04:02 -0000	1.5
+++ xdiskusage-1.48_p20100606.ebuild	21 Mar 2011 11:38:09 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v 1.5 2011/03/20 20:04:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v 1.6 2011/03/21 11:38:09 hwoarang Exp $
 
 EAPI=3
 inherit autotools flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/fltk:2"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdiskusage: ChangeLog xdiskusage-1.48_p20100606.ebuild
@ 2011-03-28 13:31 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-03-28 13:31 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/03/28 13:31:25

  Modified:             ChangeLog xdiskusage-1.48_p20100606.ebuild
  Log:
  x86 stable wrt bug #359653
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.21                 x11-misc/xdiskusage/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	21 Mar 2011 11:38:09 -0000	1.20
+++ ChangeLog	28 Mar 2011 13:31:25 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xdiskusage
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.20 2011/03/21 11:38:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.21 2011/03/28 13:31:25 phajdan.jr Exp $
+
+  28 Mar 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  xdiskusage-1.48_p20100606.ebuild:
+  x86 stable wrt bug #359653
 
   21 Mar 2011; Markos Chandras <hwoarang@gentoo.org>
   xdiskusage-1.48_p20100606.ebuild:



1.7                  x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild?r1=1.6&r2=1.7

Index: xdiskusage-1.48_p20100606.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdiskusage-1.48_p20100606.ebuild	21 Mar 2011 11:38:09 -0000	1.6
+++ xdiskusage-1.48_p20100606.ebuild	28 Mar 2011 13:31:25 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v 1.6 2011/03/21 11:38:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20100606.ebuild,v 1.7 2011/03/28 13:31:25 phajdan.jr Exp $
 
 EAPI=3
 inherit autotools flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/fltk:2"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdiskusage: ChangeLog xdiskusage-1.48_p20100606.ebuild
@ 2012-01-05 17:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-05 17:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/05 17:22:44

  Modified:             ChangeLog
  Removed:              xdiskusage-1.48_p20100606.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 x11-misc/xdiskusage/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdiskusage/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	5 Jan 2012 17:21:51 -0000	1.24
+++ ChangeLog	5 Jan 2012 17:22:44 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xdiskusage
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.24 2012/01/05 17:21:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.25 2012/01/05 17:22:44 ssuominen Exp $
+
+  05 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+  -xdiskusage-1.48_p20100606.ebuild:
+  old
 
   05 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
   xdiskusage-1.48_p20111016.ebuild:






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

end of thread, other threads:[~2012-01-05 17:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06 16:54 [gentoo-commits] gentoo-x86 commit in x11-misc/xdiskusage: ChangeLog xdiskusage-1.48_p20100606.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-20 20:03 Samuli Suominen (ssuominen)
2011-03-21 11:38 Markos Chandras (hwoarang)
2011-03-28 13:31 PaweA Hajdan (phajdan.jr)
2012-01-05 17:22 Samuli Suominen (ssuominen)

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