diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2009-04-08 15:20:45 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2009-04-08 15:20:45 +0000 |
commit | 029f2fd6c4146c509538f19935f31d8e8077ac40 (patch) | |
tree | 056be435c70a51c8c6033c024d487fe20449d3da /app-portage | |
parent | remove cron.daily script wrt #257028 (diff) | |
download | gentoo-2-029f2fd6c4146c509538f19935f31d8e8077ac40.tar.gz gentoo-2-029f2fd6c4146c509538f19935f31d8e8077ac40.tar.bz2 gentoo-2-029f2fd6c4146c509538f19935f31d8e8077ac40.zip |
stable on amd64
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/porticron/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/porticron/porticron-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/porticron/ChangeLog b/app-portage/porticron/ChangeLog index cb1658d80ae1..1ecc7d4c33c6 100644 --- a/app-portage/porticron/ChangeLog +++ b/app-portage/porticron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/porticron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.10 2009/04/08 15:18:46 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.11 2009/04/08 15:20:45 hollow Exp $ + + 08 Apr 2009; Benedikt Böhm <hollow@gentoo.org> porticron-0.3.ebuild: + stable on amd64 08 Apr 2009; Benedikt Böhm <hollow@gentoo.org> -files/porticron, -porticron-0.2.3.ebuild, porticron-0.3.ebuild: diff --git a/app-portage/porticron/porticron-0.3.ebuild b/app-portage/porticron/porticron-0.3.ebuild index 314dae587a51..38aba0d1754c 100644 --- a/app-portage/porticron/porticron-0.3.ebuild +++ b/app-portage/porticron/porticron-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild,v 1.2 2009/04/08 15:18:46 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild,v 1.3 2009/04/08 15:20:45 hollow Exp $ DESCRIPTION="porticron is a cron script to sync portage and send update mails to root" HOMEPAGE="http://bb.xnull.de/projects/porticron/" @@ -8,7 +8,7 @@ SRC_URI="http://bb.xnull.de/projects/porticron/dist/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~x86" IUSE="" DEPEND="" |