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_p20111016.ebuild
@ 2011-10-16 19:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-16 19:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/16 19:57:39

  Modified:             ChangeLog
  Added:                xdiskusage-1.48_p20111016.ebuild
  Log:
  New CVS snapshot. Use FLTK-1.3.x instead of FLTK-2.x.
  
  (Portage version: 2.2.0_alpha67/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 x11-misc/xdiskusage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	16 Oct 2011 19:44:36 -0000	1.22
+++ ChangeLog	16 Oct 2011 19:57:39 -0000	1.23
@@ -1,6 +1,12 @@
 # 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.22 2011/10/16 19:44:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v 1.23 2011/10/16 19:57:39 ssuominen Exp $
+
+*xdiskusage-1.48_p20111016 (16 Oct 2011)
+
+  16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +xdiskusage-1.48_p20111016.ebuild:
+  New CVS snapshot. Use FLTK-1.3.x instead of FLTK-2.x.
 
   16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -xdiskusage-1.48.ebuild,
   -files/xdiskusage-1.48-amd64.patch:



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

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

Index: xdiskusage-1.48_p20111016.ebuild
===================================================================
# 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_p20111016.ebuild,v 1.1 2011/10/16 19:57:39 ssuominen Exp $

EAPI=4
inherit autotools

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-1.3:1"
DEPEND="${RDEPEND}
	app-arch/xz-utils"

src_prepare() { eautoreconf; }
src_compile() {
	emake \
		CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags)" \
		LDLIBS="$(fltk-config --ldflags)"
}
src_install() { dobin ${PN}; doman ${PN}.1;	dodoc README; }






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

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

ssuominen    12/01/05 17:21:51

  Modified:             ChangeLog xdiskusage-1.48_p20111016.ebuild
  Log:
  amd64/x86 stable wrt #395741
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 x11-misc/xdiskusage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	16 Oct 2011 19:57:39 -0000	1.23
+++ ChangeLog	5 Jan 2012 17:21:51 -0000	1.24
@@ -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.23 2011/10/16 19:57:39 ssuominen Exp $
+# 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 $
+
+  05 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xdiskusage-1.48_p20111016.ebuild:
+  amd64/x86 stable wrt #395741
 
 *xdiskusage-1.48_p20111016 (16 Oct 2011)
 



1.3                  x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild

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

Index: xdiskusage-1.48_p20111016.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdiskusage-1.48_p20111016.ebuild	16 Oct 2011 19:58:46 -0000	1.2
+++ xdiskusage-1.48_p20111016.ebuild	5 Jan 2012 17:21:51 -0000	1.3
@@ -1,17 +1,17 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild,v 1.2 2011/10/16 19:58:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild,v 1.3 2012/01/05 17:21:51 ssuominen Exp $
 
 EAPI=4
 inherit autotools
 
 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"
+SRC_URI="mirror://gentoo/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/fltk-1.3:1"






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-16 19:57 [gentoo-commits] gentoo-x86 commit in x11-misc/xdiskusage: ChangeLog xdiskusage-1.48_p20111016.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-05 17:21 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