* [gentoo-commits] gentoo-x86 commit in net-mail/safecat: safecat-1.13.ebuild ChangeLog
@ 2011-06-06 9:48 Eray Aslan (eras)
0 siblings, 0 replies; 4+ messages in thread
From: Eray Aslan (eras) @ 2011-06-06 9:48 UTC (permalink / raw
To: gentoo-commits
eras 11/06/06 09:48:01
Modified: safecat-1.13.ebuild ChangeLog
Log:
Fix implicit decleration warnings. Restrict test
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Revision Changes Path
1.2 net-mail/safecat/safecat-1.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?r1=1.1&r2=1.2
Index: safecat-1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- safecat-1.13.ebuild 7 Nov 2010 22:49:13 -0000 1.1
+++ safecat-1.13.ebuild 6 Jun 2011 09:48:01 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild,v 1.1 2010/11/07 22:49:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild,v 1.2 2011/06/06 09:48:01 eras Exp $
EAPI="3"
@@ -14,6 +14,7 @@
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""
+RESTRICT="test"
DEPEND="sys-apps/groff"
RDEPEND=""
@@ -28,6 +29,10 @@
ht_fix_file Makefile make-compile.sh
sed -ni '/man\|doc/!p' hier.c
+
+ # Fix implicit decleration
+ sed -i -e '/include <signal.h>/ a #include <stdlib.h>' \
+ safecat.c
}
src_configure() {
@@ -36,14 +41,12 @@
replace-flags -Os -O2
fi
- echo "/usr" > conf-root
+ echo "${D}/usr" > conf-root
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
}
src_install() {
- dodir /usr
- echo "${D}/usr" > conf-root
emake setup check || die
dodoc CHANGES README
doman maildir.1 safecat.1
1.19 net-mail/safecat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 7 Nov 2010 22:49:13 -0000 1.18
+++ ChangeLog 6 Jun 2011 09:48:01 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/safecat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.18 2010/11/07 22:49:13 radhermit Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.19 2011/06/06 09:48:01 eras Exp $
+
+ 06 Jun 2011; Eray Aslan <eras@gentoo.org> safecat-1.13.ebuild:
+ Fix implicit declaration warnings. Restrict test
*safecat-1.13 (07 Nov 2010)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/safecat: safecat-1.13.ebuild ChangeLog
@ 2011-06-07 17:36 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-07 17:36 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/06/07 17:36:51
Modified: safecat-1.13.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #370249
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.3 net-mail/safecat/safecat-1.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?r1=1.2&r2=1.3
Index: safecat-1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- safecat-1.13.ebuild 6 Jun 2011 09:48:01 -0000 1.2
+++ safecat-1.13.ebuild 7 Jun 2011 17:36:51 -0000 1.3
@@ -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/net-mail/safecat/safecat-1.13.ebuild,v 1.2 2011/06/06 09:48:01 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild,v 1.3 2011/06/07 17:36:51 hwoarang Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""
RESTRICT="test"
1.20 net-mail/safecat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 6 Jun 2011 09:48:01 -0000 1.19
+++ ChangeLog 7 Jun 2011 17:36:51 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/safecat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.19 2011/06/06 09:48:01 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.20 2011/06/07 17:36:51 hwoarang Exp $
+
+ 07 Jun 2011; Markos Chandras <hwoarang@gentoo.org> safecat-1.13.ebuild:
+ Stable on amd64 wrt bug #370249
06 Jun 2011; Eray Aslan <eras@gentoo.org> safecat-1.13.ebuild:
Fix implicit declaration warnings. Restrict test
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/safecat: safecat-1.13.ebuild ChangeLog
@ 2011-06-14 19:08 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-06-14 19:08 UTC (permalink / raw
To: gentoo-commits
maekke 11/06/14 19:08:25
Modified: safecat-1.13.ebuild ChangeLog
Log:
x86 stable, bug #370249
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.4 net-mail/safecat/safecat-1.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?r1=1.3&r2=1.4
Index: safecat-1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- safecat-1.13.ebuild 7 Jun 2011 17:36:51 -0000 1.3
+++ safecat-1.13.ebuild 14 Jun 2011 19:08:25 -0000 1.4
@@ -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/net-mail/safecat/safecat-1.13.ebuild,v 1.3 2011/06/07 17:36:51 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild,v 1.4 2011/06/14 19:08:25 maekke Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
IUSE=""
RESTRICT="test"
1.21 net-mail/safecat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 7 Jun 2011 17:36:51 -0000 1.20
+++ ChangeLog 14 Jun 2011 19:08:25 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/safecat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.20 2011/06/07 17:36:51 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.21 2011/06/14 19:08:25 maekke Exp $
+
+ 14 Jun 2011; Markus Meier <maekke@gentoo.org> safecat-1.13.ebuild:
+ x86 stable, bug #370249
07 Jun 2011; Markos Chandras <hwoarang@gentoo.org> safecat-1.13.ebuild:
Stable on amd64 wrt bug #370249
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/safecat: safecat-1.13.ebuild ChangeLog
@ 2011-06-22 21:27 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-06-22 21:27 UTC (permalink / raw
To: gentoo-commits
ranger 11/06/22 21:27:21
Modified: safecat-1.13.ebuild ChangeLog
Log:
Marking safecat-1.13 ppc for bug 370249
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.6 net-mail/safecat/safecat-1.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild?r1=1.5&r2=1.6
Index: safecat-1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- safecat-1.13.ebuild 19 Jun 2011 15:49:23 -0000 1.5
+++ safecat-1.13.ebuild 22 Jun 2011 21:27:21 -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/net-mail/safecat/safecat-1.13.ebuild,v 1.5 2011/06/19 15:49:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.13.ebuild,v 1.6 2011/06/22 21:27:21 ranger Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86"
IUSE=""
RESTRICT="test"
1.23 net-mail/safecat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/safecat/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 19 Jun 2011 15:49:23 -0000 1.22
+++ ChangeLog 22 Jun 2011 21:27:21 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/safecat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.22 2011/06/19 15:49:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.23 2011/06/22 21:27:21 ranger Exp $
+
+ 22 Jun 2011; Brent Baude <ranger@gentoo.org> safecat-1.13.ebuild:
+ Marking safecat-1.13 ppc for bug 370249
19 Jun 2011; Raúl Porcel <armin76@gentoo.org> safecat-1.11.ebuild,
safecat-1.13.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-22 21:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07 17:36 [gentoo-commits] gentoo-x86 commit in net-mail/safecat: safecat-1.13.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-06-22 21:27 Brent Baude (ranger)
2011-06-14 19:08 Markus Meier (maekke)
2011-06-06 9:48 Eray Aslan (eras)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox