* [gentoo-commits] gentoo-x86 commit in app-text/psutils: ChangeLog psutils-1.17-r1.ebuild
@ 2008-06-04 18:19 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2008-06-04 18:19 UTC (permalink / raw
To: gentoo-commits
aballier 08/06/04 18:19:07
Modified: ChangeLog
Added: psutils-1.17-r1.ebuild
Log:
Dont ignore ldflags, bug #209707
(Portage version: 2.1.5.3)
Revision Changes Path
1.21 app-text/psutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 4 Jun 2008 16:44:25 -0000 1.20
+++ ChangeLog 4 Jun 2008 18:19:07 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for app-text/psutils
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.20 2008/06/04 16:44:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.21 2008/06/04 18:19:07 aballier Exp $
+
+*psutils-1.17-r1 (04 Jun 2008)
+
+ 04 Jun 2008; Alexis Ballier <aballier@gentoo.org>
+ +files/psutils-1.17-ldflags.patch, +psutils-1.17-r1.ebuild:
+ Dont ignore ldflags, bug #209707
04 Jun 2008; Alexis Ballier <aballier@gentoo.org> metadata.xml:
add tex as herd, not optimal but better than noone
1.1 app-text/psutils/psutils-1.17-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?rev=1.1&content-type=text/plain
Index: psutils-1.17-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild,v 1.1 2008/06/04 18:19:07 aballier Exp $
inherit toolchain-funcs eutils
DESCRIPTION="PostScript Utilities"
HOMEPAGE="http://www.tardis.ed.ac.uk/~ajcd/psutils"
SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="virtual/libc"
DEPEND="${RDEPEND}
dev-lang/perl"
S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-ldflags.patch"
sed \
-e "s:/usr/local:\$(DESTDIR)/usr:" \
"${S}/Makefile.unix" > "${S}/Makefile"
}
src_compile() {
emake CC="$(tc-getCC)" || die
}
src_install () {
dodir /usr/{bin,share/man}
emake DESTDIR="${D}" install || die
dodoc README
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/psutils: ChangeLog psutils-1.17-r1.ebuild
@ 2010-02-22 21:08 Jonathan Callen (abcd)
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-22 21:08 UTC (permalink / raw
To: gentoo-commits
abcd 10/02/22 21:08:42
Modified: ChangeLog psutils-1.17-r1.ebuild
Log:
Transfer prefix keywords, bump EAPI
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.23 app-text/psutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 23 Sep 2009 16:37:48 -0000 1.22
+++ ChangeLog 22 Feb 2010 21:08:41 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for app-text/psutils
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.22 2009/09/23 16:37:48 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.23 2010/02/22 21:08:41 abcd Exp $
+
+ 22 Feb 2010; Jonathan Callen <abcd@gentoo.org> psutils-1.17-r1.ebuild:
+ Transfer prefix keywords, bump EAPI
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> psutils-1.17.ebuild,
psutils-1.17-r1.ebuild:
1.3 app-text/psutils/psutils-1.17-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?r1=1.2&r2=1.3
Index: psutils-1.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- psutils-1.17-r1.ebuild 23 Sep 2009 16:37:48 -0000 1.2
+++ psutils-1.17-r1.ebuild 22 Feb 2010 21:08:41 -0000 1.3
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild,v 1.2 2009/09/23 16:37:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild,v 1.3 2010/02/22 21:08:41 abcd Exp $
+
+EAPI=3
inherit toolchain-funcs eutils
@@ -10,7 +12,7 @@
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
@@ -19,12 +21,10 @@
S=${WORKDIR}/${PN}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}/${P}-ldflags.patch"
sed \
- -e "s:/usr/local:\$(DESTDIR)/usr:" \
+ -e "s:/usr/local:\$(DESTDIR)${EPREFIX}/usr:" \
"${S}/Makefile.unix" > "${S}/Makefile"
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/psutils: ChangeLog psutils-1.17-r1.ebuild
@ 2010-10-02 12:49 Fabian Groffen (grobian)
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2010-10-02 12:49 UTC (permalink / raw
To: gentoo-commits
grobian 10/10/02 12:49:13
Modified: ChangeLog psutils-1.17-r1.ebuild
Log:
Marked ~x64-macos, bug #333981
(Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)
Revision Changes Path
1.24 app-text/psutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 22 Feb 2010 21:08:41 -0000 1.23
+++ ChangeLog 2 Oct 2010 12:49:13 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for app-text/psutils
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.23 2010/02/22 21:08:41 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.24 2010/10/02 12:49:13 grobian Exp $
+
+ 02 Oct 2010; Fabian Groffen <grobian@gentoo.org> psutils-1.17-r1.ebuild:
+ Marked ~x64-macos, bug #333981
22 Feb 2010; Jonathan Callen <abcd@gentoo.org> psutils-1.17-r1.ebuild:
Transfer prefix keywords, bump EAPI
1.4 app-text/psutils/psutils-1.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?r1=1.3&r2=1.4
Index: psutils-1.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psutils-1.17-r1.ebuild 22 Feb 2010 21:08:41 -0000 1.3
+++ psutils-1.17-r1.ebuild 2 Oct 2010 12:49:13 -0000 1.4
@@ -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/app-text/psutils/psutils-1.17-r1.ebuild,v 1.3 2010/02/22 21:08:41 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild,v 1.4 2010/10/02 12:49:13 grobian Exp $
EAPI=3
@@ -12,7 +12,7 @@
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/psutils: ChangeLog psutils-1.17-r1.ebuild
@ 2012-05-09 16:30 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 16:30 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/09 16:30:12
Modified: ChangeLog psutils-1.17-r1.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Revision Changes Path
1.26 app-text/psutils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 6 Feb 2011 06:01:23 -0000 1.25
+++ ChangeLog 9 May 2012 16:30:11 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for app-text/psutils
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.25 2011/02/06 06:01:23 leio Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.26 2012/05/09 16:30:11 aballier Exp $
+
+ 09 May 2012; Alexis Ballier <aballier@gentoo.org> psutils-1.17-r1.ebuild:
+ keyword ~amd64-fbsd
06 Feb 2011; Mart Raudsepp <leio@gentoo.org> psutils-1.17.ebuild:
Drop to ~mips
1.5 app-text/psutils/psutils-1.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild?r1=1.4&r2=1.5
Index: psutils-1.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- psutils-1.17-r1.ebuild 2 Oct 2010 12:49:13 -0000 1.4
+++ psutils-1.17-r1.ebuild 9 May 2012 16:30:11 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild,v 1.4 2010/10/02 12:49:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r1.ebuild,v 1.5 2012/05/09 16:30:11 aballier Exp $
EAPI=3
@@ -12,7 +12,7 @@
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-09 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 12:49 [gentoo-commits] gentoo-x86 commit in app-text/psutils: ChangeLog psutils-1.17-r1.ebuild Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2012-05-09 16:30 Alexis Ballier (aballier)
2010-02-22 21:08 Jonathan Callen (abcd)
2008-06-04 18:19 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox