* [gentoo-commits] gentoo-x86 commit in dev-python/gtkspell-python: gtkspell-python-2.19.1.ebuild metadata.xml Manifest ChangeLog
@ 2008-10-16 22:52 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2008-10-16 22:52 UTC (permalink / raw
To: gentoo-commits
eva 08/10/16 22:52:35
Added: gtkspell-python-2.19.1.ebuild metadata.xml Manifest
ChangeLog
Log:
Initial import of gnome-python-extras split ebuilds. This package installs bindings for the gtkspell library.
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Revision Changes Path
1.1 dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild?rev=1.1&content-type=text/plain
Index: gtkspell-python-2.19.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild,v 1.1 2008/10/16 22:52:35 eva Exp $
G_PY_PN="gnome-python-extras"
inherit gnome-python-common
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2
mirror://gentoo/${G_PY_PN}-${PV}-split.patch.gz"
# The LICENSE with gtkspell-3 is LGPL and there is no way to express this in
# an ebuild, currently. Punt till we actually have to face the issue.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples"
RDEPEND="=app-text/gtkspell-2*"
DEPEND="${RDEPEND}"
EXAMPLES="examples/gtkspell/*"
src_unpack() {
gnome-python-common_src_unpack
epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
eautoreconf
}
1.1 dev-python/gtkspell-python/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtkspell-python/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtkspell-python/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>gnome</herd>
<herd>python</herd>
</pkgmetadata>
1.1 dev-python/gtkspell-python/Manifest
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtkspell-python/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtkspell-python/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST gnome-python-extras-2.19.1-split.patch.gz 2372 RMD160 b8585c0ae6b2e5308c397a596089204e14a6d4f7 SHA1 6235ea983e30cccf28d7ca6ee35e46708c68a511 SHA256 749de35005b788e9f49e463ded51fbcda3f39900014f92eef77b305bf729ddd1
DIST gnome-python-extras-2.19.1.tar.bz2 361721 RMD160 1dd556def13b6cd10ef9a3a747e73ea38ee70e62 SHA1 f97303aa92c300050818ac8a01d0bc0657b2a9e3 SHA256 c5f74f4c46dbb379d119d6f74ca4a47653af251bea176dc7a0ecacccb88339f0
EBUILD gtkspell-python-2.19.1.ebuild 800 RMD160 357429fc3a8cad51b604638d36def12dcd7e41b2 SHA1 5c3428e14aea1660284bb528aead5eb646673776 SHA256 4e28cdcefd33a307919aa3acbb4799fb006e8d372931981be3d5652022e653c0
MISC ChangeLog 384 RMD160 43fa7e56ecd94e1a232cb7733e886c5bb269c8aa SHA1 7c0a59e7c67580c415bbacc7b41a5e0e7798c64e SHA256 f7b790dd20cc2349a931e68749604fc0fd965da8ac101adcff3d2cd6fb8df2d3
MISC metadata.xml 178 RMD160 52828e1ca616ad731f2ab1ed2890d6d3a7cc8043 SHA1 a42d68a6c263ea8d8cbb678548e209aa9642a74e SHA256 aeea09173ed30175422e4f951e369e1882919be3d56e655468e5d4bffea0fc3c
1.1 dev-python/gtkspell-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtkspell-python/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gtkspell-python/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-python/gtkspell-python
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v 1.1 2008/10/16 22:52:35 eva Exp $
*gtkspell-python-2.19.1 (16 Oct 2008)
16 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org> +metadata.xml,
+gtkspell-python-2.19.1.ebuild:
Initial import of gnome-python-extras split ebuilds. This package installs
bindings for the gtkspell library.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-16 22:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 22:52 [gentoo-commits] gentoo-x86 commit in dev-python/gtkspell-python: gtkspell-python-2.19.1.ebuild metadata.xml Manifest ChangeLog Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox