diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2009-04-08 15:18:47 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2009-04-08 15:18:47 +0000 |
commit | 04b9876bf5d9ab2bf1942d1e3cf8c070271d5aaa (patch) | |
tree | 30c3d4f766c5c46e3aa4b2ce4786c14c49e226a3 /app-portage | |
parent | Stable for HPPA (bug #264537). (diff) | |
download | gentoo-2-04b9876bf5d9ab2bf1942d1e3cf8c070271d5aaa.tar.gz gentoo-2-04b9876bf5d9ab2bf1942d1e3cf8c070271d5aaa.tar.bz2 gentoo-2-04b9876bf5d9ab2bf1942d1e3cf8c070271d5aaa.zip |
remove cron.daily script wrt #257028
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/porticron/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/porticron/files/porticron | 2 | ||||
-rw-r--r-- | app-portage/porticron/porticron-0.2.3.ebuild | 23 | ||||
-rw-r--r-- | app-portage/porticron/porticron-0.3.ebuild | 4 |
4 files changed, 6 insertions, 29 deletions
diff --git a/app-portage/porticron/ChangeLog b/app-portage/porticron/ChangeLog index cca30e375ed7..cb1658d80ae1 100644 --- a/app-portage/porticron/ChangeLog +++ b/app-portage/porticron/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2009/01/25 10:31:17 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.10 2009/04/08 15:18:46 hollow Exp $ + + 08 Apr 2009; Benedikt Böhm <hollow@gentoo.org> -files/porticron, + -porticron-0.2.3.ebuild, porticron-0.3.ebuild: + remove cron.daily script wrt #257028 *porticron-0.3 (25 Jan 2009) diff --git a/app-portage/porticron/files/porticron b/app-portage/porticron/files/porticron deleted file mode 100644 index a523ddbe9780..000000000000 --- a/app-portage/porticron/files/porticron +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -exec /usr/sbin/porticron diff --git a/app-portage/porticron/porticron-0.2.3.ebuild b/app-portage/porticron/porticron-0.2.3.ebuild deleted file mode 100644 index dac273cf952c..000000000000 --- a/app-portage/porticron/porticron-0.2.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.2.3.ebuild,v 1.1 2009/01/15 16:30:40 hollow Exp $ - -DESCRIPTION="porticron is a cron script to sync portage and send update mails to root" -HOMEPAGE="http://bb.xnull.de/projects/porticron/" -SRC_URI="http://bb.xnull.de/projects/porticron/dist/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="net-dns/bind-tools" - -src_install() { - dosbin bin/porticron - insinto /etc - doins etc/porticron.conf - insinto /etc/cron.daily - doins "${FILESDIR}"/porticron -} diff --git a/app-portage/porticron/porticron-0.3.ebuild b/app-portage/porticron/porticron-0.3.ebuild index dcbb4a99035f..314dae587a51 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.1 2009/01/25 10:31:17 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.3.ebuild,v 1.2 2009/04/08 15:18:46 hollow Exp $ DESCRIPTION="porticron is a cron script to sync portage and send update mails to root" HOMEPAGE="http://bb.xnull.de/projects/porticron/" @@ -18,6 +18,4 @@ src_install() { dosbin bin/porticron insinto /etc doins etc/porticron.conf - insinto /etc/cron.daily - doins "${FILESDIR}"/porticron } |