summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2005-06-26 17:57:10 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2005-06-26 17:57:10 +0000
commit22e199c1443154939adbcf4d9de34f5c9eab99f1 (patch)
treea22308a641d3f5f210741c9d39d310b7b605b94b /sys-devel
parentmarked stable (diff)
downloadhistorical-22e199c1443154939adbcf4d9de34f5c9eab99f1.tar.gz
historical-22e199c1443154939adbcf4d9de34f5c9eab99f1.tar.bz2
historical-22e199c1443154939adbcf4d9de34f5c9eab99f1.zip
Outsourced distcc-config. Initial import.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc-config/ChangeLog9
-rw-r--r--sys-devel/distcc-config/Manifest14
-rw-r--r--sys-devel/distcc-config/distcc-config-1.3.ebuild18
-rw-r--r--sys-devel/distcc-config/files/digest-distcc-config-1.31
-rw-r--r--sys-devel/distcc-config/metadata.xml13
5 files changed, 55 insertions, 0 deletions
diff --git a/sys-devel/distcc-config/ChangeLog b/sys-devel/distcc-config/ChangeLog
new file mode 100644
index 000000000000..c392c54f720a
--- /dev/null
+++ b/sys-devel/distcc-config/ChangeLog
@@ -0,0 +1,9 @@
+# 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.1 2005/06/26 17:57:10 pyrania Exp $
+
+*distcc-config-1.3 (26 Jun 2005)
+
+ 26 Jun 2005; Markus Nigbur <pyrania@gentoo.org> +distcc-config-1.3.ebuild:
+ Outsourced distcc-config. Initial import.
+
diff --git a/sys-devel/distcc-config/Manifest b/sys-devel/distcc-config/Manifest
new file mode 100644
index 000000000000..f788e2476a1a
--- /dev/null
+++ b/sys-devel/distcc-config/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 4cfd180b3d2c0f2bc72b47f4d2f86408 ChangeLog 376
+MD5 a3f375c273e29aca9b2be7ec19299513 distcc-config-1.3.ebuild 575
+MD5 44987cf1d44728c26f1890ecfc26c3c1 metadata.xml 340
+MD5 c68a7deb09ddd39c470cebaeb8863b83 files/digest-distcc-config-1.3 68
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCvuyfI7fK2cqeyXkRAuhHAJ4vk9SR9mK5P37xAaf1IjcpRnECRwCgy21s
+290LKSVvfAJI3wlwagft7ss=
+=CaVH
+-----END PGP SIGNATURE-----
diff --git a/sys-devel/distcc-config/distcc-config-1.3.ebuild b/sys-devel/distcc-config/distcc-config-1.3.ebuild
new file mode 100644
index 000000000000..1ca0b960e407
--- /dev/null
+++ b/sys-devel/distcc-config/distcc-config-1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 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.ebuild,v 1.1 2005/06/26 17:57:10 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 b/sys-devel/distcc-config/files/digest-distcc-config-1.3
new file mode 100644
index 000000000000..847f3d522f80
--- /dev/null
+++ b/sys-devel/distcc-config/files/digest-distcc-config-1.3
@@ -0,0 +1 @@
+MD5 011ee8e60516706b77588afc04007e7d distcc-config-1.3.tar.bz2 2328
diff --git a/sys-devel/distcc-config/metadata.xml b/sys-devel/distcc-config/metadata.xml
new file mode 100644
index 000000000000..559b0cd3b9c1
--- /dev/null
+++ b/sys-devel/distcc-config/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sys-cluster</herd>
+<maintainer>
+ <email>pYrania@gentoo.org</email>
+ <name>Markus Nigbur</name>
+</maintainer>
+<longdescription lang="en">
+ Utility to change distcc's behavior.
+</longdescription>
+</pkgmetadata>
+