app-admin/pulse2-common: initial checkin

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

View File

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

View File

@ -1,2 +1,4 @@
DIST pulse2-common-1.2.0.tar.gz 26285 RMD160 b48734df580c1c3003a9df2c4346c968d612adf3 SHA1 f58aaab14040f61a620998797b382591ce6aa447 SHA256 95981580e35437bbf96d3debd782c67bbc51cc24882993a5de428b811dcb6934
EBUILD pulse2-common-1.2.0.ebuild 711 RMD160 90d1a71c60a63d7e8faf4308f9b6a5c31be9e209 SHA1 c97c89130e584d9bd7417865e1c2145041a6c6a1 SHA256 8da64cc7ff60454a7e28da68e33d495eca0692116a848660e7ebefdb97f9e0a5
EBUILD pulse2-common-1.2.0.ebuild 710 RMD160 d28400023a65bac8771b429c700579550e432eec SHA1 168a1c861e8b0b284346289bce1e03e421e0310f SHA256 bb413e6575254992251fafb0590a151d60d3e36191f3cac1ae94c86b8a1110e4
MISC ChangeLog 239 RMD160 3dfe25ef31e3fbd5941146869f12591e635dcc5b SHA1 dd30cead1a0c4a571f9848e6750864a529f96bd2 SHA256 1e59010f3ec72e4cac7b12c56c86ea7c8f525205174a91c0b2cef761c3d646c4
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 common pulse2 Python plugins."
HOMEPAGE="http://pulse2.mandriva.org/"
SRC_URI="http://mds.mandriva.org/pub/pulse2/sources/${PV}/${P}.tar.gz"
LICENSE="GPL-2"