mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
smudge: python & homepage fixes
This commit is contained in:
parent
4701bd84d2
commit
1533709022
2 changed files with 7 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
AUX smudge 44 RMD160 72b827eefddbd1819584b0659a33b87f8715f56d SHA1 9ceffbe81473317438120071146cd62b09cae89a SHA256 51cc2aad3d3f60e4134223f15a6900f338743c411e9051e0be478d796ea6f1e8
|
||||
DIST smudge.tar.gz 31350 RMD160 9be820d3b1c8ed4c4971b6a4ca8cfda8dcf0c16f SHA1 279ad1aad77b3639a6d0acdf616b5f1ce0bb788b SHA256 07ad91a612c6a33b614002efa14632bf44d0b6986448c22dfed97fb2102dc23b
|
||||
EBUILD smudge-0.8-r1.ebuild 1024 RMD160 04302ac8317bc24293c0ea36985b4b1febe24118 SHA1 9c8fe18bae60e1d2c590a587e114131276c2d463 SHA256 48b83610690b071600ef5303eb9cfa0b360dfa9ba65480d6a60b6358cf527ef2
|
||||
EBUILD smudge-0.8-r1.ebuild 1054 RMD160 0eeefe20ae5ac6509dff81a2294afc3fabf140e6 SHA1 564d39eef685744275eaaa3be8b214547c75c61f SHA256 071d97c58d39df8b45f194eeaf7a702ad40c81f25b8b3fa82dd20f852c42fa27
|
||||
MISC ChangeLog 346 RMD160 1954103c27368881cf85051ae7f25cc5b8aa8d27 SHA1 bf793993b17edd84b44e11f67dd9df0f54d0e62c SHA256 5b24584262f21d5e4dad07c524524c4af22e8aaf82768f5609e0b1cc4b10e343
|
||||
|
|
|
|||
|
|
@ -2,11 +2,15 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/app-fuzz/smudge/smudge-0.8.ebuild,v 1.1.1.1 2006/03/13 21:06:24 grimmlin Exp $
|
||||
|
||||
inherit distutils python
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Smudge is basically a port of SPIKE into python scripts"
|
||||
HOMEPAGE="http://www.pentoo.ch/"
|
||||
SRC_URI="http://www.pentoo.ch/distfiles/${PN}.tar.gz"
|
||||
SRC_URI="http://dev.pentoo.ch/~grimmlin/distfiles/${PN}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue