* [gentoo-commits] gentoo-x86 commit in www-client/weboob: metadata.xml weboob-9998.ebuild weboob-9999.ebuild weboob-0d.ebuild Manifest ChangeLog
@ 2013-01-25 8:31 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-01-25 8:31 UTC (permalink / raw
To: gentoo-commits
patrick 13/01/25 08:31:16
Added: metadata.xml weboob-9998.ebuild weboob-9999.ebuild
weboob-0d.ebuild Manifest ChangeLog
Log:
Initial import from laurentb overlay
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.1 www-client/weboob/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/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>
<maintainer>
<email>patrick@gentoo.org</email>
<name>Patrick Lauer</name>
</maintainer>
<use>
<flag name="secure-updates">Enable secure updates</flag>
<flag name="fast-libs">Enable fast libs</flag>
</use>
</pkgmetadata>
1.1 www-client/weboob/weboob-9998.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/weboob-9998.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/weboob-9998.ebuild?rev=1.1&content-type=text/plain
Index: weboob-9998.ebuild
===================================================================
# Copyright 2010-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/weboob/weboob-9998.ebuild,v 1.1 2013/01/25 08:31:16 patrick Exp $
EAPI=5
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit base distutils
if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://git.symlink.me/pub/romain/${PN}.git"
inherit git-2
KEYWORDS=""
SRC_URI=""
elif [ "$PV" == "9998" ]; then
EGIT_REPO_URI="git://git.symlink.me/pub/romain/${PN}-stable.git"
inherit git-2
KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~x86 ~amd64"
SRC_URI="http://symlink.me/attachments/download/199/${PN}-0.d.tar.gz"
S="${WORKDIR}/${PN}-0.d"
fi
DESCRIPTION="Weboob (Web Out of Browsers) provides several applications to interact with a lot of websites."
HOMEPAGE="http://weboob.org/"
LICENSE="AGPL-3"
SLOT="0"
IUSE="X +secure-updates fast-libs"
DEPEND="X? ( >=dev-python/PyQt4-4.9.4-r1[X] dev-python/pyxdg )"
RDEPEND="${DEPEND}
dev-python/prettytable
dev-python/html2text
dev-python/mechanize
dev-python/python-dateutil
dev-python/pyyaml
dev-python/imaging
dev-python/gdata
dev-python/feedparser
secure-updates? ( app-crypt/gnupg )
fast-libs? ( dev-python/simplejson dev-python/pyyaml[libyaml] )
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
|| ( ( <dev-python/lxml-3.0 ) ( >=dev-python/lxml-3.0 dev-python/cssselect ) )"
DOCS="AUTHORS COPYING ChangeLog README INSTALL"
set_global_options() {
DISTUTILS_GLOBAL_OPTIONS=("* --$(usex X '' 'no-')qt" "* --$(usex X '' 'no-')xdg")
}
distutils_src_install_pre_hook() {
set_global_options
}
distutils_src_install_post_hook() {
exeinto "/usr/share/${PN}"
doexe contrib/*-munin
}
distutils_src_compile_pre_hook() {
set_global_options
}
pkg_postinst() {
elog "You should now run \"weboob-config update\" (as your login user)."
}
1.1 www-client/weboob/weboob-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/weboob-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/weboob-9999.ebuild?rev=1.1&content-type=text/plain
Index: weboob-9999.ebuild
===================================================================
# Copyright 2010-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/weboob/weboob-9999.ebuild,v 1.1 2013/01/25 08:31:16 patrick Exp $
EAPI=5
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit base distutils
if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://git.symlink.me/pub/romain/${PN}.git"
inherit git-2
KEYWORDS=""
SRC_URI=""
elif [ "$PV" == "9998" ]; then
EGIT_REPO_URI="git://git.symlink.me/pub/romain/${PN}-stable.git"
inherit git-2
KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~x86 ~amd64"
SRC_URI="http://symlink.me/attachments/download/199/${PN}-0.d.tar.gz"
S="${WORKDIR}/${PN}-0.d"
fi
DESCRIPTION="Weboob (Web Out of Browsers) provides several applications to interact with a lot of websites."
HOMEPAGE="http://weboob.org/"
LICENSE="AGPL-3"
SLOT="0"
IUSE="X +secure-updates fast-libs"
DEPEND="X? ( >=dev-python/PyQt4-4.9.4-r1[X] dev-python/pyxdg )"
RDEPEND="${DEPEND}
dev-python/prettytable
dev-python/html2text
dev-python/mechanize
dev-python/python-dateutil
dev-python/pyyaml
dev-python/imaging
dev-python/gdata
dev-python/feedparser
secure-updates? ( app-crypt/gnupg )
fast-libs? ( dev-python/simplejson dev-python/pyyaml[libyaml] )
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
|| ( ( <dev-python/lxml-3.0 ) ( >=dev-python/lxml-3.0 dev-python/cssselect ) )"
DOCS="AUTHORS COPYING ChangeLog README INSTALL"
set_global_options() {
DISTUTILS_GLOBAL_OPTIONS=("* --$(usex X '' 'no-')qt" "* --$(usex X '' 'no-')xdg")
}
distutils_src_install_pre_hook() {
set_global_options
}
distutils_src_install_post_hook() {
exeinto "/usr/share/${PN}"
doexe contrib/*-munin
}
distutils_src_compile_pre_hook() {
set_global_options
}
pkg_postinst() {
elog "You should now run \"weboob-config update\" (as your login user)."
}
1.1 www-client/weboob/weboob-0d.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/weboob-0d.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/weboob-0d.ebuild?rev=1.1&content-type=text/plain
Index: weboob-0d.ebuild
===================================================================
# Copyright 2010-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/weboob/weboob-0d.ebuild,v 1.1 2013/01/25 08:31:16 patrick Exp $
EAPI=5
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit base distutils
if [ "$PV" == "9999" ]; then
EGIT_REPO_URI="git://git.symlink.me/pub/romain/${PN}.git"
inherit git-2
KEYWORDS=""
SRC_URI=""
elif [ "$PV" == "9998" ]; then
EGIT_REPO_URI="git://git.symlink.me/pub/romain/${PN}-stable.git"
inherit git-2
KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~x86 ~amd64"
SRC_URI="http://symlink.me/attachments/download/199/${PN}-0.d.tar.gz"
S="${WORKDIR}/${PN}-0.d"
fi
DESCRIPTION="Weboob (Web Out of Browsers) provides several applications to interact with a lot of websites."
HOMEPAGE="http://weboob.org/"
LICENSE="AGPL-3"
SLOT="0"
IUSE="X +secure-updates fast-libs"
DEPEND="X? ( >=dev-python/PyQt4-4.9.4-r1[X] dev-python/pyxdg )"
RDEPEND="${DEPEND}
dev-python/prettytable
dev-python/html2text
dev-python/mechanize
dev-python/python-dateutil
dev-python/pyyaml
dev-python/imaging
dev-python/gdata
dev-python/feedparser
secure-updates? ( app-crypt/gnupg )
fast-libs? ( dev-python/simplejson dev-python/pyyaml[libyaml] )
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
|| ( ( <dev-python/lxml-3.0 ) ( >=dev-python/lxml-3.0 dev-python/cssselect ) )"
DOCS="AUTHORS COPYING ChangeLog README INSTALL"
set_global_options() {
DISTUTILS_GLOBAL_OPTIONS=("* --$(usex X '' 'no-')qt" "* --$(usex X '' 'no-')xdg")
}
distutils_src_install_pre_hook() {
set_global_options
}
distutils_src_install_post_hook() {
exeinto "/usr/share/${PN}"
doexe contrib/*-munin
}
distutils_src_compile_pre_hook() {
set_global_options
}
pkg_postinst() {
elog "You should now run \"weboob-config update\" (as your login user)."
}
1.1 www-client/weboob/Manifest
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST weboob-0.d.tar.gz 1026273 SHA256 faefbd90611bd64386b43073d2eea2bf2506f38448c971430448fdcbbd0a304e SHA512 f1141f0ecf56982686a9b2f622048f6b1210c499dabe75eef7f19e89901a2fc6b0664f62d5d786c492984c2c1f13ef6c4b9b7b935bc15169fc47dcb89e932377 WHIRLPOOL 2c5f759fee5e9b49c812a135f4d4033bfaf26a063592ce145da4ef897eba51952ddd2e6de19767e171a671164539201f7ed538fcfb4e9d55cddf43afbe5d7d86
EBUILD weboob-0d.ebuild 1792 SHA256 75aa15432a5e2535e644a8f3e39b92604a3a83a5fa09d3a5d5bfd381d5af3bd0 SHA512 8b9ccbbf6e08ebb683537be2d955062de070600439b0d37ba6fa0f5eca9e232143e399aed08d24ed19ff3ee98ff854ee6b6d54eb49ae5f005531536ca3abc756 WHIRLPOOL 2fb342330ee7d40c6f02670594fc84e29f6d997ad2e4599f3696e8c48f568057a3da252dbdc81ed789b040f754ccb4c12de0b9d6b270fcec60c0f5a43fdc5497
EBUILD weboob-9998.ebuild 1792 SHA256 75aa15432a5e2535e644a8f3e39b92604a3a83a5fa09d3a5d5bfd381d5af3bd0 SHA512 8b9ccbbf6e08ebb683537be2d955062de070600439b0d37ba6fa0f5eca9e232143e399aed08d24ed19ff3ee98ff854ee6b6d54eb49ae5f005531536ca3abc756 WHIRLPOOL 2fb342330ee7d40c6f02670594fc84e29f6d997ad2e4599f3696e8c48f568057a3da252dbdc81ed789b040f754ccb4c12de0b9d6b270fcec60c0f5a43fdc5497
EBUILD weboob-9999.ebuild 1792 SHA256 75aa15432a5e2535e644a8f3e39b92604a3a83a5fa09d3a5d5bfd381d5af3bd0 SHA512 8b9ccbbf6e08ebb683537be2d955062de070600439b0d37ba6fa0f5eca9e232143e399aed08d24ed19ff3ee98ff854ee6b6d54eb49ae5f005531536ca3abc756 WHIRLPOOL 2fb342330ee7d40c6f02670594fc84e29f6d997ad2e4599f3696e8c48f568057a3da252dbdc81ed789b040f754ccb4c12de0b9d6b270fcec60c0f5a43fdc5497
MISC metadata.xml 356 SHA256 c227d5a74ebdbb1b95696940be97d3f09e6ee91d3d43d3bfbbee623d497d682f SHA512 0f3fd3f8ee70e664c8bacce5cab76ad36adab526f77accb5564722ea20d9fb354bcecab97cebe1758d011aa0f9dec8045bbe60cb6257778a0a017bb5dcf871b3 WHIRLPOOL fbcf7fcc6a635aa9a2cde4056f8d780418a11ee93ec04f81306f2c1fe73713662351dbb0ada6a807ddce36ebe1ab53e2058b56a87a2635ddabcf7174b4109025
1.1 www-client/weboob/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/weboob/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for www-client/weboob
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-client/weboob/ChangeLog,v 1.1 2013/01/25 08:31:16 patrick Exp $
*weboob-0d (25 Jan 2013)
*weboob-9999 (25 Jan 2013)
*weboob-9998 (25 Jan 2013)
25 Jan 2013; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
+weboob-0d.ebuild, +weboob-9998.ebuild, +weboob-9999.ebuild:
Initial import from laurentb overlay
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-25 8:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 8:31 [gentoo-commits] gentoo-x86 commit in www-client/weboob: metadata.xml weboob-9998.ebuild weboob-9999.ebuild weboob-0d.ebuild Manifest ChangeLog Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox