diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2006-04-09 15:51:06 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2006-04-09 15:51:06 +0000 |
commit | 5970a40c20164fe61ba10d4e6a580599be9ea9cb (patch) | |
tree | 1e1a9453f964a1b8c51f8a91bc9f7b6bda315547 /sys-devel/distcc-config | |
parent | Don't apply oprofile-0.8.2.patch -- should fix bug #128781. (diff) | |
download | historical-5970a40c20164fe61ba10d4e6a580599be9ea9cb.tar.gz historical-5970a40c20164fe61ba10d4e6a580599be9ea9cb.tar.bz2 historical-5970a40c20164fe61ba10d4e6a580599be9ea9cb.zip |
Fixed bug #104085.
Package-Manager: portage-2.0.54
Diffstat (limited to 'sys-devel/distcc-config')
-rw-r--r-- | sys-devel/distcc-config/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/distcc-config/Manifest | 6 | ||||
-rw-r--r-- | sys-devel/distcc-config/distcc-config-1.3-r1.ebuild | 18 | ||||
-rw-r--r-- | sys-devel/distcc-config/files/digest-distcc-config-1.3-r1 | 1 |
4 files changed, 30 insertions, 4 deletions
diff --git a/sys-devel/distcc-config/ChangeLog b/sys-devel/distcc-config/ChangeLog index 279f0bd895a8..ea7ba849de3a 100644 --- a/sys-devel/distcc-config/ChangeLog +++ b/sys-devel/distcc-config/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/distcc-config -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc-config/ChangeLog,v 1.2 2005/09/16 11:18:57 agriffis Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc-config/ChangeLog,v 1.3 2006/04/09 15:51:06 pyrania Exp $ + +*distcc-config-1.3-r1 (09 Apr 2006) + + 09 Apr 2006; <pyrania@gentoo.org> +distcc-config-1.3-r1.ebuild: + Fixed bug #104085. 16 Sep 2005; Aron Griffis <agriffis@gentoo.org> distcc-config-1.3.ebuild: Mark 1.3 stable on alpha diff --git a/sys-devel/distcc-config/Manifest b/sys-devel/distcc-config/Manifest index e1734e0fc2cd..82ca8f0aa9d9 100644 --- a/sys-devel/distcc-config/Manifest +++ b/sys-devel/distcc-config/Manifest @@ -1,4 +1,6 @@ -MD5 75efaf772a6c78df9ec1441cb98f34a1 metadata.xml 335 -MD5 f7c5040d6c92ed2e6871b59e2bb88196 ChangeLog 481 +MD5 baf5d0511667e4cfc17801d7e7650c4a ChangeLog 605 +MD5 97b4b9fedc24a2ed4a24c8c3eedf1d38 distcc-config-1.3-r1.ebuild 577 MD5 7c73215e64602b560c4cdd1d54eaab8b distcc-config-1.3.ebuild 575 MD5 c68a7deb09ddd39c470cebaeb8863b83 files/digest-distcc-config-1.3 68 +MD5 c68a7deb09ddd39c470cebaeb8863b83 files/digest-distcc-config-1.3-r1 68 +MD5 75efaf772a6c78df9ec1441cb98f34a1 metadata.xml 335 diff --git a/sys-devel/distcc-config/distcc-config-1.3-r1.ebuild b/sys-devel/distcc-config/distcc-config-1.3-r1.ebuild new file mode 100644 index 000000000000..ade7325b972f --- /dev/null +++ b/sys-devel/distcc-config/distcc-config-1.3-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc-config/distcc-config-1.3-r1.ebuild,v 1.1 2006/04/09 15:51:06 pyrania Exp $ + +DESCRIPTION="Utility to change distcc's behavior" +HOMEPAGE="http://dev.gentoo.org/~pyrania/distcc-config" +SRC_URI="http://dev.gentoo.org/~pyrania/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +RDEPEND="sys-apps/shadow" + +src_install() { + dobin distcc-config +} diff --git a/sys-devel/distcc-config/files/digest-distcc-config-1.3-r1 b/sys-devel/distcc-config/files/digest-distcc-config-1.3-r1 new file mode 100644 index 000000000000..847f3d522f80 --- /dev/null +++ b/sys-devel/distcc-config/files/digest-distcc-config-1.3-r1 @@ -0,0 +1 @@ +MD5 011ee8e60516706b77588afc04007e7d distcc-config-1.3.tar.bz2 2328 |