app-admin/pulse2-inventory-server: initial checkin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@934 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-04-07 14:39:25 +00:00
parent fb5342dcea
commit 0429b4eb0c
4 changed files with 47 additions and 3 deletions

View File

@ -0,0 +1,8 @@
# ChangeLog for app-admin/pulse2-inventory-server
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
07 Apr 2009; Mario Fetka <mario.fetka@gmail.com> +metadata.xml,
pulse2-inventory-server-1.2.0.ebuild:
initial checkin

View File

@ -1,3 +1,5 @@
AUX pulse2-inventory-server.initd 512 RMD160 5b606759f56264ae61d9bf151c815aa1c67c13db SHA1 2ca136a346b2cf68620ac663aac2d36ae86d2541 SHA256 dd52665b29cf60d100a8909455ecd7edb2d047c96e5654be343b8a4e97856c94
DIST pulse2-inventory-server-1.2.0.tar.gz 25833 RMD160 30f9395e9160d6872bee225d421bb28243cc2e7f SHA1 2f71b783e357c62fe415e853baaa4666c4702ed3 SHA256 fc4b9599ff8be7b63e1c4019a97b8a6cf4a245b8a5c8f9dbaa758f59b1658b37
EBUILD pulse2-inventory-server-1.2.0.ebuild 1183 RMD160 67a333a6e12089a2e4aa7607386fe7942d044fd0 SHA1 bc0acced19ed1385937ff48de8223cf23e2587a6 SHA256 bfd2f651659888a1b74a0ee8c75da0f830468545ef74d8c2e888a7b6069a42f1
EBUILD pulse2-inventory-server-1.2.0.ebuild 1184 RMD160 45a973f3e8ab3b1adfc6cd6d9c02943bab7930e0 SHA1 27d970a09654b8cef600b6e2f3d36f6a7adc0059 SHA256 e81c46325b85d9c38f93a5b00e0daf82e5365846ac1805cdd5282bcc1e024203
MISC ChangeLog 259 RMD160 66de7ea175ed19fae0dce6643ab827e31fe6f198 SHA1 1abf59bf25e520c7adcc0956653eb6759ada547a SHA256 ac1e933ee32043fed271db6dd2bbf4a6fa7783fb7497f47662569dd5c785da91
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!--
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
This is the example metadata file.
The root element of this file is <pkgmetadata>. Within this element a
number of subelements are allowed: herd, maintainer, and
longdescription. herd is a required subelement.
For a full description look at:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
Before committing, please remove the comments from this file. They are
not relevant for general metadata.xml files.
-->
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>@gentoo.org</email>
<!-- <description>Description of the maintainership</description> -->
</maintainer>
<!-- <longdescription>Long description of the package</longdescription> -->
<!--
<use>
<flag name='flag'>Description of how USE='flag' affects this package</flag>
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
package</flag>
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
Requires an installed dictionary from <cat>app-dicts</cat></flag>
</use>
-->
</pkgmetadata>

View File

@ -5,8 +5,8 @@
inherit distutils
# ESVN_REPO_URI="http://mds.mandriva.org/svn/mmc-agent"
DESCRIPTION="The MMC Agent and its Python plugins."
HOMEPAGE="http://mds.mandriva.org/"
DESCRIPTION="The pulse2 inventory server and its Python plugins."
HOMEPAGE="http://pulse2.mandriva.org/"
SRC_URI="http://mds.mandriva.org/pub/pulse2/sources/${PV}/${P}.tar.gz"
LICENSE="GPL-2"