initial import of dev-python/yapsi ebuild from paddymac overlay with small cosmetic changes. Still need to be reworked
This commit is contained in:
parent
257cfdbe08
commit
64afc39219
2
dev-python/yapsy/Manifest
Normal file
2
dev-python/yapsy/Manifest
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DIST Yapsy-1.9.tar.gz 22547 RMD160 8b165f4b4da417de0d7fa65f61f7b8af82dba696 SHA1 56af12da56cc7871995ddb189f08cd556a5a7c4a SHA256 3d4c802db72fe84669cb56df2ccf5957eebb1e98fd6f74e136ff9adba2d95740
|
||||||
|
EBUILD yapsy-1.9.ebuild 613 RMD160 9202a7c75a42d19638110ae3d7e3a43126a1da4d SHA1 733638bc993be9cc20f34f91481c803177142108 SHA256 55ece0845c80b1399b389bac471279d36fdfbcb07d0b37c91f90764114c4fda9
|
29
dev-python/yapsy/yapsy-1.9.ebuild
Normal file
29
dev-python/yapsy/yapsy-1.9.ebuild
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 1999-2012 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI="3"
|
||||||
|
|
||||||
|
inherit distutils
|
||||||
|
|
||||||
|
DESCRIPTION="Yapsy is a small library implementing the core mechanisms needed to build a plugin system into a wider application."
|
||||||
|
HOMEPAGE="http://yapsy.sourceforge.net/"
|
||||||
|
SRC_URI="mirror://sourceforge/yapsy/Yapsy-${PV}/Yapsy-${PV}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
S="${WORKDIR}/Yapsy-${PV}"
|
||||||
|
|
||||||
|
DOCS="PKG-INFO README.txt"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
distutils_src_compile
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
distutils_src_install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user