mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-03 12:24:17 +01:00
Added pep8 and ipdb ebuilds, removed outdated kydpdict (stardict rules)
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
DIST kydpdict-0.9.5.tar.bz2 616587 RMD160 a987822ca2b1bc44c1eec99f1045e6cc9c0c9dcb SHA1 a5fefae7d7b879d13c7eea09fe6e5fcdc36aa443 SHA256 8ab15b97236e2b012dcef7545a37f5115d695b9f4b4875bc60d3b489432ef999
|
|
||||||
EBUILD kydpdict-0.9.5.ebuild 897 RMD160 14c05c715407cf253438a7f17b3409fc168e2c3a SHA1 92aeb6d953c6622bbf613d4eed3a6fb2b7c204bd SHA256 ce036e95d88b41306de1fe2566b2960f93ea4a00a728d87fc1b7cf4dfa2b1f71
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
# Copyright 1999-2003 Gentoo Technologies, Inc.
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
RESTRICT="nomirror"
|
|
||||||
|
|
||||||
S=${WORKDIR}/${P}
|
|
||||||
DESCRIPTION="Kydpdict is a graphical frontend to Collins', PWN Oxford & SAP dictionaries."
|
|
||||||
SRC_URI="http://members.elysium.pl/ytm/src/$P.tar.bz2"
|
|
||||||
HOMEPAGE="http://members.elysium.pl/ytm/html/kydpdict.html"
|
|
||||||
KEYWORDS="x86"
|
|
||||||
SLOT="0"
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
|
|
||||||
src_compile(){
|
|
||||||
local myconf
|
|
||||||
myconf="$myconf --with-x --datadir=/usr/share"
|
|
||||||
econf ${myconf} || die "econf failed"
|
|
||||||
emake || die "make failed"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
emake DESTDIR="${D}" install || die "emake install failed"
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst(){
|
|
||||||
echo
|
|
||||||
elog "This is only a front-end to dictionaries."
|
|
||||||
elog "You need to have windows version installed. In fact you need only four files:"
|
|
||||||
elog "dict100.dat, dict101.dat, dict100.idx, dict101.idx"
|
|
||||||
elog "angpol.win polang.win"
|
|
||||||
echo
|
|
||||||
}
|
|
||||||
2
dev-python/ipdb/Manifest
Normal file
2
dev-python/ipdb/Manifest
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
DIST ipdb-0.3.tar.gz 1766 RMD160 4e55f25f887e9ec723cb190f2ebfd809224310b1 SHA1 bec3f2312a9c5aeffceb48b9dfc9635aa1e28299 SHA256 ac5942b03e61a34be920f07c1728cf53d2755c2786145d7783e8a327bcd768ec
|
||||||
|
EBUILD ipdb-0.3.ebuild 595 RMD160 f408c8d782625a64fee63ad818c84345cf8dee21 SHA1 43f61a4386b18bd77e34034add4ac0ecf17bfc8b SHA256 6e97b3b1aa5e2b7dd93f7f02938528291a3ba4d5aa7d03a575974fdb5697b98d
|
||||||
31
dev-python/ipdb/ipdb-0.3.ebuild
Normal file
31
dev-python/ipdb/ipdb-0.3.ebuild
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header:
|
||||||
|
|
||||||
|
EAPI="3"
|
||||||
|
PYTHON_DEPEND="2"
|
||||||
|
SUPPORT_PYTHON_ABIS="1"
|
||||||
|
RESTRICT_PYTHON_ABIS="3.*"
|
||||||
|
|
||||||
|
inherit distutils
|
||||||
|
|
||||||
|
MY_PN="ipdb"
|
||||||
|
MY_P="${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
DESCRIPTION="Simple wrapper for ipython debugger set_trace()"
|
||||||
|
HOMEPAGE="http://pypi.python.org/pypi/ipdb"
|
||||||
|
SRC_URI="mirror://pypi/i/${MY_PN}/${MY_P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="dev-python/setuptools dev-python/ipython"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
distutils_src_compile
|
||||||
|
}
|
||||||
2
dev-python/pep8/Manifest
Normal file
2
dev-python/pep8/Manifest
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
DIST pep8-0.6.1.tar.gz 21499 RMD160 9234bd7776ef09cc06c6f33350f1752d49ec2135 SHA1 206c9942ed79a527db1389052ac9dc272183e85d SHA256 c0654b683bd0c20987e3e767bb0241daf014d854cb89ec84fbed623e349faeec
|
||||||
|
EBUILD pep8-0.6.1.ebuild 570 RMD160 cc80b607ea1879b5e724fba53b620dcefe891294 SHA1 0566999d4b5724a29f4361f1c8b5ac795662224a SHA256 3b1a6898687844a9a7a7c16fa40f84d1e25f233e998d7f2462f15e0cd899cfc7
|
||||||
31
dev-python/pep8/pep8-0.6.1.ebuild
Normal file
31
dev-python/pep8/pep8-0.6.1.ebuild
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header:
|
||||||
|
|
||||||
|
EAPI="3"
|
||||||
|
PYTHON_DEPEND="2"
|
||||||
|
SUPPORT_PYTHON_ABIS="1"
|
||||||
|
RESTRICT_PYTHON_ABIS="3.*"
|
||||||
|
|
||||||
|
inherit distutils
|
||||||
|
|
||||||
|
MY_PN="pep8"
|
||||||
|
MY_P="${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
DESCRIPTION="High-level Python web framework"
|
||||||
|
HOMEPAGE="http://pypi.python.org/pypi/pep8"
|
||||||
|
SRC_URI="mirror://pypi/p/${MY_PN}/${MY_P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="Expat license"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="dev-python/setuptools"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
distutils_src_compile
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user