1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-18 20:10:22 +01:00

Removed old packages, added slashed zero to fonts misc-misc

This commit is contained in:
root
2011-11-11 11:11:50 +01:00
parent 129c0f2bf0
commit 36c9083c56
11 changed files with 901 additions and 114 deletions

View File

@@ -1,11 +0,0 @@
# ChangeLog for dev-python/pywebkitgtk
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.1 2008/12/07 15:54:20 neurogeek Exp $
*pywebkitgtk-1.0.2 (07 Dec 2008)
07 Dec 2008; Jesus Rivero <neurogeek@gentoo.org> +metadata.xml,
+pywebkitgtk-1.0.2.ebuild:
Initial commit. Proxy mantained by me for Sergio Rodriguez
<srinclan@gmail.com>

View File

@@ -1,4 +0,0 @@
DIST pywebkitgtk-1.1.4.tar.gz 323923 RMD160 0c7026f75565de17006a87024b99c507a56e774c SHA1 16f54c225bf6f8479d2e11781f565faee2cfe417 SHA256 e315edc9d7c93f47d1dfa7d72b76f714bd8c264f05632ee65c8823922ca43258
EBUILD pywebkitgtk-1.1.4-r10.ebuild 894 RMD160 aef3583fca78ce7844dace3bb2628b980e565593 SHA1 6536beaff791470af0228250af2b17460aafa728 SHA256 c8f7207ae610e01d7dcfe56cfe0c9f0a6fbdf782dabfc924693e225946d68d19
MISC ChangeLog 434 RMD160 369949d5f1c0de96ddc71076916b5caa9ffc0b8a SHA1 974303f52d1d5d92dfdbd0c67e2a17e7036b3948 SHA256 553426e0239c58e10072612ccd902d4802b6ee91aaa28aaa2c952f3322268f8d
MISC metadata.xml 352 RMD160 a2b3691bbce440da71d395e06fb564c98cefab71 SHA1 d6b129ddda9c52558a4b7f62ebbabb25f9bfe1d0 SHA256 4cc944f66dc9e5b9ccd3e6573681b2812a5d91d949180f90d4a74ae8bd88e49a

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
<email>srinclan@gmail.com</email>
<name>Sergio Rodriguez</name>
</maintainer>
<maintainer>
<email>neurogeek@gentoo.org</email>
<name>Jesus Rivero</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.0.2.ebuild,v 1.1 2008/12/07 15:54:20 neurogeek Exp $
inherit python
DESCRIPTION="Python bindings for the WebKit GTK+ port."
HOMEPAGE="http://code.google.com/p/pywebkitgtk/"
SRC_URI="http://pywebkitgtk.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/pygtk-2.12.1-r2
>=dev-python/sexy-python-0.1.9
>=x11-libs/libsexy-0.1.11
>=dev-libs/libxslt-1.1.24-r1
>=dev-python/pygobject-2.14.2
>=net-libs/webkit-gtk-0_p37894"
DEPEND="${RDEPEND}
virtual/python
>=dev-util/pkgconfig-0.23"
src_install() {
python_need_rebuild
emake DESTDIR="${D}" install || die "Install failed"
dodoc AUTHORS MAINTAINERS NEWS README || die "Installing docs failed"
}