public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/atop: ChangeLog atop-1.25-r1.ebuild
@ 2010-07-18 22:19 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2010-07-18 22:19 UTC (permalink / raw
  To: gentoo-commits

vapier      10/07/18 22:19:27

  Modified:             ChangeLog
  Added:                atop-1.25-r1.ebuild
  Log:
  Delete copies of binaries with -${PV} suffix and rewrite init.d script #320433 by Jeroen Roovers.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 sys-process/atop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	18 May 2010 17:17:06 -0000	1.33
+++ ChangeLog	18 Jul 2010 22:19:27 -0000	1.34
@@ -1,6 +1,13 @@
 # ChangeLog for sys-process/atop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.33 2010/05/18 17:17:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.34 2010/07/18 22:19:27 vapier Exp $
+
+*atop-1.25-r1 (18 Jul 2010)
+
+  18 Jul 2010; Mike Frysinger <vapier@gentoo.org> +atop-1.25-r1.ebuild,
+  files/atop.rc:
+  Delete copies of binaries with -${PV} suffix and rewrite init.d script
+  #320433 by Jeroen Roovers.
 
 *atop-1.25 (18 May 2010)
 



1.1                  sys-process/atop/atop-1.25-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild?rev=1.1&content-type=text/plain

Index: atop-1.25-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild,v 1.1 2010/07/18 22:19:27 vapier Exp $

inherit toolchain-funcs

DESCRIPTION="Resource-specific view of processes"
HOMEPAGE="http://www.atoptool.nl/"
SRC_URI="http://www.atoptool.nl/download/${P}.tar.gz"

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

DEPEND="sys-process/acct"

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i \
		-e '/^CFLAGS/s: = -O : += :' \
		-e '/^LDFLAGS/s: = : += :' \
		-e 's:\<cc\>:$(CC):' \
		Makefile
	tc-export CC
	cp "${FILESDIR}"/atop.rc atop.init
	chmod a+rx atop.init
	sed -i 's: root : :' atop.cron #191926
}

src_install() {
	emake DESTDIR="${D}" INIPATH=/etc/init.d install || die
	# useless -${PV} copies ?
	rm -f "${D}"/usr/bin/atop*-${PV}
	dodoc README "${D}"/etc/cron.d/*
	rm -r "${D}"/etc/cron.d || die
}






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

* [gentoo-commits] gentoo-x86 commit in sys-process/atop: ChangeLog atop-1.25-r1.ebuild
@ 2010-10-10 20:18 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-10-10 20:18 UTC (permalink / raw
  To: gentoo-commits

klausman    10/10/10 20:18:47

  Modified:             ChangeLog atop-1.25-r1.ebuild
  Log:
  Keyworded on alpha, bug #332781
  
  (Portage version: 2.1.9.14/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 sys-process/atop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	18 Jul 2010 22:19:27 -0000	1.34
+++ ChangeLog	10 Oct 2010 20:18:47 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/atop
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.34 2010/07/18 22:19:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.35 2010/10/10 20:18:47 klausman Exp $
+
+  10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> atop-1.25-r1.ebuild:
+  Keyworded on alpha, bug #332781
 
 *atop-1.25-r1 (18 Jul 2010)
 



1.2                  sys-process/atop/atop-1.25-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild?r1=1.1&r2=1.2

Index: atop-1.25-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- atop-1.25-r1.ebuild	18 Jul 2010 22:19:27 -0000	1.1
+++ atop-1.25-r1.ebuild	10 Oct 2010 20:18:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild,v 1.1 2010/07/18 22:19:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild,v 1.2 2010/10/10 20:18:47 klausman Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
 IUSE=""
 
 DEPEND="sys-process/acct"






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

end of thread, other threads:[~2010-10-10 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-18 22:19 [gentoo-commits] gentoo-x86 commit in sys-process/atop: ChangeLog atop-1.25-r1.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-10 20:18 Tobias Klausmann (klausman)

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