diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-11-24 10:45:53 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-11-24 10:45:53 +0000 |
commit | 88ff3cbe62ab3c22e56d9c5da8acd5f38eb6b74e (patch) | |
tree | 5d8dd2cf957835c816f0c6338c887a316e2b8285 /app-portage | |
parent | Additional USE=test dependency is not needed as the real failure from bug 232... (diff) | |
download | gentoo-2-88ff3cbe62ab3c22e56d9c5da8acd5f38eb6b74e.tar.gz gentoo-2-88ff3cbe62ab3c22e56d9c5da8acd5f38eb6b74e.tar.bz2 gentoo-2-88ff3cbe62ab3c22e56d9c5da8acd5f38eb6b74e.zip |
fix source path
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/porticron/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/porticron/porticron-0.2.1.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-portage/porticron/ChangeLog b/app-portage/porticron/ChangeLog index 05382a1c7f63..e5176d28c6cb 100644 --- a/app-portage/porticron/ChangeLog +++ b/app-portage/porticron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/porticron # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.3 2008/11/23 13:50:02 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.4 2008/11/24 10:45:53 hollow Exp $ + + 24 Nov 2008; Benedikt Böhm <hollow@gentoo.org> porticron-0.2.1.ebuild: + fix source path *porticron-0.2.1 (23 Nov 2008) diff --git a/app-portage/porticron/porticron-0.2.1.ebuild b/app-portage/porticron/porticron-0.2.1.ebuild index 0e837bb157fa..b1d84200d1f5 100644 --- a/app-portage/porticron/porticron-0.2.1.ebuild +++ b/app-portage/porticron/porticron-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild,v 1.1 2008/11/23 13:50:02 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.2.1.ebuild,v 1.2 2008/11/24 10:45:53 hollow Exp $ DESCRIPTION="porticron is a cron script to sync portage and send update mails to root" HOMEPAGE="http://git.xnull.de/gitweb/?p=porticron.git;a=summary" @@ -14,8 +14,6 @@ IUSE="" DEPEND="" RDEPEND="net-dns/bind-tools" -S="${WORKDIR}"/${PN} - src_install() { dosbin bin/porticron insinto /etc |