diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2004-09-30 15:58:56 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2004-09-30 15:58:56 +0000 |
commit | 82a981f96b8e4756add7d7ab4e4656c902f9043d (patch) | |
tree | 0a89b1a35e931255c3a1db32ebb1b613386d5578 /app-portage | |
parent | Fixed the unstable tag (diff) | |
download | overlay-82a981f96b8e4756add7d7ab4e4656c902f9043d.tar.gz overlay-82a981f96b8e4756add7d7ab4e4656c902f9043d.tar.bz2 overlay-82a981f96b8e4756add7d7ab4e4656c902f9043d.zip |
The gbd stats project
svn path=/; revision=61
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/cookies.txt | 5 | ||||
-rw-r--r-- | app-portage/gbd/Manifest | 2 | ||||
-rw-r--r-- | app-portage/gbd/files/digest-gbd-1.3.3 | 1 | ||||
-rw-r--r-- | app-portage/gbd/gbd-1.3.3.ebuild | 48 | ||||
-rw-r--r-- | app-portage/uhinv/Manifest | 2 | ||||
-rw-r--r-- | app-portage/uhinv/files/digest-uhinv-0.4 | 1 | ||||
-rw-r--r-- | app-portage/uhinv/uhinv-0.4.ebuild | 18 |
7 files changed, 77 insertions, 0 deletions
diff --git a/app-portage/cookies.txt b/app-portage/cookies.txt new file mode 100644 index 0000000..28a3a0f --- /dev/null +++ b/app-portage/cookies.txt @@ -0,0 +1,5 @@ +# HTTP cookie file. +# Generated by Wget on 2004-09-30 13:11:27. +# Edit at your own risk. + +.www.gentoo-stats.org:80 TRUE userport.php FALSE 1096543307 gbdui OqYzfr2u640CmjMeu5ksdx5fq2zx8XLS diff --git a/app-portage/gbd/Manifest b/app-portage/gbd/Manifest new file mode 100644 index 0000000..a39d661 --- /dev/null +++ b/app-portage/gbd/Manifest @@ -0,0 +1,2 @@ +MD5 bd38045aee37153bdf268719ac500436 gbd-1.3.3.ebuild 1361 +MD5 1014ef51f4899ff5ccdb0bb7029f04e6 files/digest-gbd-1.3.3 60 diff --git a/app-portage/gbd/files/digest-gbd-1.3.3 b/app-portage/gbd/files/digest-gbd-1.3.3 new file mode 100644 index 0000000..e22bcf8 --- /dev/null +++ b/app-portage/gbd/files/digest-gbd-1.3.3 @@ -0,0 +1 @@ +MD5 c5c8ee0172c9047daa33208cb9601a89 gbd-1.3.3.tar.gz 11916 diff --git a/app-portage/gbd/gbd-1.3.3.ebuild b/app-portage/gbd/gbd-1.3.3.ebuild new file mode 100644 index 0000000..5aa6541 --- /dev/null +++ b/app-portage/gbd/gbd-1.3.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc.; acid.punk@gmx.net +# Distributed under the terms of the GNU General Public License v2 +# $Header: /usr/local/cvs/gbd/ebuild/gbd-1.3.2.ebuild,v 1.2 2004/09/06 10:04:39 dma147 Exp $ + +DESCRIPTION="Gentoo buildtime database client" +HOMEPAGE="http://www.gentoo-stats.org" +SRC_URI="http://www.gentoo-stats.org/download/${P}.tar.gz" + +KEYWORDS="x86 sparc mips ~hppa ~ppc amd64 ~arm ~obsd" +SLOT="0" +LICENSE="GPL-2" + +IUSE="" +RESTRICT="nomirror" + +RDEPEND="app-portage/gentoolkit + dev-lang/perl + dev-perl/DateManip + net-misc/wget + sys-devel/gcc + sys-apps/sed + sys-apps/grep + >=app-portage/uhinv-0.4" + +src_compile() { + sed -i "s:/usr/local:/usr:g" client/gbd + sed -i "s:/usr/local:/usr:g" client/hgenlop +} + +src_install() { + exeinto /usr/bin + doexe client/gbd client/ce.sh client/hgenlop +} + +pkg_postinst() { + einfo + einfo + einfo "You should start now the gbd-client by typing \"gbd -u\" in your console." + einfo "If you've already installed an older version, that does not matter." + einfo "You will keep your UNIQUE_KEY." + einfo + einfo "If you want to automatically start the client every 24h, you must" + einfo "set up a cronjob as root. For example:" + einfo "0 0 * * * /usr/bin/gbd -q >/dev/null 2>&1" + einfo "This will start the client every day at 00:00am" + einfo + einfo +} diff --git a/app-portage/uhinv/Manifest b/app-portage/uhinv/Manifest new file mode 100644 index 0000000..fc0c286 --- /dev/null +++ b/app-portage/uhinv/Manifest @@ -0,0 +1,2 @@ +MD5 60ba6e6300a2ccf087b7e34541f8a028 uhinv-0.4.ebuild 583 +MD5 0ca11047f074725880969bed9ca68f40 files/digest-uhinv-0.4 61 diff --git a/app-portage/uhinv/files/digest-uhinv-0.4 b/app-portage/uhinv/files/digest-uhinv-0.4 new file mode 100644 index 0000000..4566503 --- /dev/null +++ b/app-portage/uhinv/files/digest-uhinv-0.4 @@ -0,0 +1 @@ +MD5 20445d7252de9606e4471207cb908d02 uhinv-0.4.tar.gz 217209 diff --git a/app-portage/uhinv/uhinv-0.4.ebuild b/app-portage/uhinv/uhinv-0.4.ebuild new file mode 100644 index 0000000..98e862a --- /dev/null +++ b/app-portage/uhinv/uhinv-0.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc.; acid.punk@gmx.net +# Distributed under the terms of the GNU General Public License v2 +# $Header: /usr/local/cvs/gbd/ebuild/uhinv-0.4.ebuild,v 1.1 2004/08/17 19:37:16 dma147 Exp $ + +DESCRIPTION="Universal Hardware Inventory Tool, uhinv displays operating system and hardware info" +HOMEPAGE="http://developer.berlios.de/projects/uhinv/" +SRC_URI="http://download.berlios.de/uhinv/${P}.tar.gz" + +KEYWORDS="~x86 ~sparc ~mips ~hppa ~ppc ~amd64 ~arm" +SLOT="0" +LICENSE="GPL-2" + +IUSE="" +RESTRICT="nomirror" + +src_install() { + einstall || die +} |