net-misc/opsipxeconfd: Initial Commit
(Portage version: 2.2.0_alpha84/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
This commit is contained in:
parent
5987584f19
commit
b2cbb4f2c6
16
net-misc/opsipxeconfd/ChangeLog
Normal file
16
net-misc/opsipxeconfd/ChangeLog
Normal file
@ -0,0 +1,16 @@
|
||||
# ChangeLog for net-misc/opsipxeconfd
|
||||
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
*opsipxeconfd-4.0.1.5 (04 Feb 2012)
|
||||
|
||||
04 Feb 2012; Mario Fetka <mario.fetka@gmail.com>
|
||||
+opsipxeconfd-4.0.1.5.ebuild, +metadata.xml:
|
||||
Initial Commit
|
||||
|
||||
*opsiconfd-4.0.1.5 (04 Feb 2012)
|
||||
|
||||
04 Feb 2012; Mario Fetka <mario.fetka@gmail.com> +opsiconfd-4.0.1.5.ebuild,
|
||||
+metadata.xml:
|
||||
Initial Commit
|
||||
|
4
net-misc/opsipxeconfd/Manifest
Normal file
4
net-misc/opsipxeconfd/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST opsipxeconfd-4.0.1.5-1.1.src.rpm 15597 RMD160 e0b7625bb20550a9a30ba59573273391b3d24086 SHA1 1b462a80895e130f6af8b2cf7fe733bcfdae4e63 SHA256 48903b3e9dbdabf7b28d3ab1be96d1880c60ac4c689748ac68e7e194585ee7d7
|
||||
EBUILD opsipxeconfd-4.0.1.5.ebuild 1377 RMD160 da3c93f50e8e05a883b5a0e2cd5cfb3e8e3d538d SHA1 2238e38e4de97139246fdd2917d9b5aaafed57ee SHA256 2e9bdac9fbce8b21b00522ab337d41d1522f231744ab279672ee713977eb0efc
|
||||
MISC ChangeLog 422 RMD160 683bc34c48b761e568db617fe6de57f378137991 SHA1 abec3826eff5c559e895004f852e1b71068614da SHA256 a9fba3ecdc28b7cc6af1d92ad5bc7f560026a5098a4955c27b0284bd6060aafe
|
||||
MISC metadata.xml 226 RMD160 bebcbe7a5e3d2be83c25e006192f71ebf45abb14 SHA1 ec2b713fc2363b8c51e9c164d0802eeb59d9d296 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2
|
8
net-misc/opsipxeconfd/metadata.xml
Normal file
8
net-misc/opsipxeconfd/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>no-herd</herd>
|
||||
<maintainer>
|
||||
<email>mario.fetka@gmail.com</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
60
net-misc/opsipxeconfd/opsipxeconfd-4.0.1.5.ebuild
Normal file
60
net-misc/opsipxeconfd/opsipxeconfd-4.0.1.5.ebuild
Normal file
@ -0,0 +1,60 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-0.12.2-r1.ebuild,v 1.1 2011/12/31 20:17:50 idl0r Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RPM_VER="1.1"
|
||||
|
||||
inherit distutils eutils rpm
|
||||
|
||||
DESCRIPTION="opsi pxe configuration service"
|
||||
HOMEPAGE="http://opsi.org"
|
||||
LICENSE="GPL-2"
|
||||
SRC_URI="http://download.opensuse.org/repositories/home:/uibmz:/opsi:/opsi40-testing/openSUSE_12.1/src/${P}-${RPM_VER}.src.rpm"
|
||||
|
||||
IUSE=""
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
# doing so because tools, python packages... overlap
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="dev-python/python-opsi"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools"
|
||||
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
|
||||
# the default src_compile just calls setup.py build
|
||||
# currently, this switches i18n catalog compilation based on presence of Babel
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
# project environments might go in here
|
||||
# keepdir /var/lib/trac
|
||||
|
||||
# Use this as the egg-cache for tracd
|
||||
# dodir /var/lib/trac/egg-cache
|
||||
# keepdir /var/lib/trac/egg-cache
|
||||
# fowners tracd:tracd /var/lib/trac/egg-cache
|
||||
|
||||
# documentation
|
||||
# cp -r contrib "${D}"/usr/share/doc/${P}/
|
||||
|
||||
# tracd init script
|
||||
# newconfd "${FILESDIR}"/tracd.confd tracd
|
||||
# newinitd "${FILESDIR}"/tracd.initd tracd
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
}
|
Loading…
Reference in New Issue
Block a user