diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-misc/pmsvn | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-misc/pmsvn')
-rw-r--r-- | net-misc/pmsvn/Manifest | 3 | ||||
-rw-r--r-- | net-misc/pmsvn/metadata.xml | 11 | ||||
-rw-r--r-- | net-misc/pmsvn/pmsvn-1.0.5.ebuild | 41 | ||||
-rw-r--r-- | net-misc/pmsvn/pmsvn-1.0.6.ebuild | 36 | ||||
-rw-r--r-- | net-misc/pmsvn/pmsvn-1.0.7.ebuild | 35 |
5 files changed, 126 insertions, 0 deletions
diff --git a/net-misc/pmsvn/Manifest b/net-misc/pmsvn/Manifest new file mode 100644 index 000000000000..20495dec3a2e --- /dev/null +++ b/net-misc/pmsvn/Manifest @@ -0,0 +1,3 @@ +DIST pmsvn-1.0.5.tgz 5867 SHA256 f97b2c43eded8948fabf203a8e91dd6b70c52fc9875bc211804b32ee023c6b8c SHA512 0fc9d06a2911d361d004e7f809bce7292f4fb1ba79152defcede426a15a7792d70c05d527d7b1627c4094bcb3e180d77684e9c55aea7df5e4e1e821d943d0221 WHIRLPOOL 10d8466046aff0e6f8af9353d6f43ba1e091296b30db747df6a0e23efa6c536449b4c08baee735bf72c7849d38ac7f00f35040040c4ee2ca5b8556b7ba564228 +DIST pmsvn-1.0.6.tgz 22021 SHA256 6cd8498b6d80e1b2d6aa10adb3e765fde03d219e9e1149898393b542fee95c89 SHA512 e06ee3f43468a0fd71799b08ba3f1dc8dd26cfb1ea8d1409674418bfa27db0f095edb2b60f61ad6aeb68a9a3f76e987b52fb9b0c3d9d54d82c790668af68b541 WHIRLPOOL e2fc1ad5756a0b8f98bb8e0fc87fc4d8fb6ad79a812ce6835b92c21cfbad7521bd0e0dbc9f1294f7e1d16c003fba27ee33018e6b15294a1af3971c743453e324 +DIST pmsvn-1.0.7.tgz 7565 SHA256 945dc86b1276719af5e009fd9d38ac3a555fc9e466f98b189a16f20b0d954028 SHA512 1bf205ec142c6ea018b9f606a67fb97c87aaefa56e0dbd848db6c09f6ce6115856b94c2b75cc4e923be8d66b322ffd8adeca88bfe1d3cdcc72377adfed3976d4 WHIRLPOOL a4f295e63d9ae0932514b932e19bacc58c34ced52e0019bb82e58be27b95b32f57033a0fecdf5ce2b64f06ffb108731c638d99aee8e1d2093c3a124010795964 diff --git a/net-misc/pmsvn/metadata.xml b/net-misc/pmsvn/metadata.xml new file mode 100644 index 000000000000..b85ed6c47c45 --- /dev/null +++ b/net-misc/pmsvn/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>hwoarang@gentoo.org</email> + <name>Markos Chandras</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">pmsvn</remote-id> + </upstream> +</pkgmetadata> diff --git a/net-misc/pmsvn/pmsvn-1.0.5.ebuild b/net-misc/pmsvn/pmsvn-1.0.5.ebuild new file mode 100644 index 000000000000..4f1c3317adfd --- /dev/null +++ b/net-misc/pmsvn/pmsvn-1.0.5.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +DESCRIPTION="Server's configuration management and monitoring tool" +HOMEPAGE="http://sourceforge.net/projects/pmsvn/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="net-analyzer/nrpe + >=app-shells/bash-4.0_p37 + >=sys-apps/sed-4.2 + >=dev-vcs/subversion-1.6.9" + +S="${WORKDIR}" + +src_prepare() { + # move configuration file from /etc/${PN}.conf to /etc/${PN}/${PN}.conf + sed -i "/etc\/${PN}.conf/s:etc/${PN}.conf:etc/${PN}/${PN}.conf:" ${PN} \ + || die "failed to fix path for configuration file" +} + +src_install() { + dosbin "${PN}" + dodoc README + insinto /etc/${PN}/ + doins pmsvn.conf.sample +} + +pkg_postinst(){ + elog + elog "A configuration file sample is located at /etc/pmsvn/pmsvn.conf.sample." + elog +} diff --git a/net-misc/pmsvn/pmsvn-1.0.6.ebuild b/net-misc/pmsvn/pmsvn-1.0.6.ebuild new file mode 100644 index 000000000000..5c83f62dac10 --- /dev/null +++ b/net-misc/pmsvn/pmsvn-1.0.6.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Server's configuration management and monitoring tool" +HOMEPAGE="http://sourceforge.net/projects/pmsvn/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="net-analyzer/nrpe + >=app-shells/bash-4.0_p37 + >=sys-apps/sed-4.2 + >=dev-vcs/subversion-1.6.9" + +S="${WORKDIR}" + +src_prepare() { + # move configuration file from /etc/${PN}.conf to /etc/${PN}/${PN}.conf + sed -i "/etc\/${PN}.conf/s:etc/${PN}.conf:etc/${PN}/${PN}.conf:" ${PN} \ + || die "failed to fix path for configuration file" +} + +src_install() { + dosbin "${PN}" + dodoc README + # No sample file anymore. Autogenerated on first execution + # insinto /etc/${PN}/ + # doins pmsvn.conf.sample +} diff --git a/net-misc/pmsvn/pmsvn-1.0.7.ebuild b/net-misc/pmsvn/pmsvn-1.0.7.ebuild new file mode 100644 index 000000000000..6f308319eaa7 --- /dev/null +++ b/net-misc/pmsvn/pmsvn-1.0.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Server's configuration management and monitoring tool" +HOMEPAGE="http://sourceforge.net/projects/pmsvn/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="net-analyzer/nrpe + >=app-shells/bash-4.0_p37 + >=sys-apps/sed-4.2 + >=dev-vcs/subversion-1.6.9" + +S="${WORKDIR}" + +src_prepare() { + # move configuration file from /etc/${PN}.conf to /etc/${PN}/${PN}.conf + sed -i "/etc\/${PN}.conf/s:etc/${PN}.conf:etc/${PN}/${PN}.conf:" ${PN} \ + || die "failed to fix path for configuration file" +} + +src_install() { + dosbin "${PN}" + dodoc README + insinto /etc/${PN}/ + doins pmsvn.conf.sample +} |