diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /www-client/qutebrowser | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'www-client/qutebrowser')
-rw-r--r-- | www-client/qutebrowser/Manifest | 2 | ||||
-rw-r--r-- | www-client/qutebrowser/files/qutebrowser-0.2.1-exclude-scripts.patch | 13 | ||||
-rw-r--r-- | www-client/qutebrowser/metadata.xml | 11 | ||||
-rw-r--r-- | www-client/qutebrowser/qutebrowser-0.2.1.ebuild | 70 | ||||
-rw-r--r-- | www-client/qutebrowser/qutebrowser-0.3.0.ebuild | 68 | ||||
-rw-r--r-- | www-client/qutebrowser/qutebrowser-9999.ebuild | 68 |
6 files changed, 232 insertions, 0 deletions
diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest new file mode 100644 index 000000000000..039da4ad9325 --- /dev/null +++ b/www-client/qutebrowser/Manifest @@ -0,0 +1,2 @@ +DIST qutebrowser-0.2.1.tar.gz 892955 SHA256 0738377c1069d7d9ce1ff61e7425a139b44d21493d3a5c6338d697eb54f26d31 SHA512 9c49779515e6d7a3c9b93d50b51138f20292712f08de6f682db4f452c893796d9c66af7cca9ab7c18a5b7ddc147d62b7649572c7cdd416cc67c81cdf462c4f01 WHIRLPOOL 5f2f42163b59490eda25bad390c71113c8e7725a7bd8fa47240516a336364c76a7f97c516996f1ffcbc11025785070a30a6bccdcd66a06459ffbb24f874ed960 +DIST qutebrowser-0.3.0.tar.gz 938380 SHA256 a0c02148bf76eb13691d9476e6ab8bc791993dfe7a408974ba31dd6eb6584461 SHA512 ee0e5808f7732c3c4cd577beb9c25227af0b6a3136bd20b80e18fef20a0d7ae34111f40db2bc0071e34a92c0b0dc94c8899f0953107b4926ff5ba2894fc818e0 WHIRLPOOL 95bd3e1a8c065a31d816ea8f7d85649d937aed6ddf85cb28ad309cab2d7ed0b9dc72672106321be9a2d0a085622114fc340122920c4c528750e70636d88930d3 diff --git a/www-client/qutebrowser/files/qutebrowser-0.2.1-exclude-scripts.patch b/www-client/qutebrowser/files/qutebrowser-0.2.1-exclude-scripts.patch new file mode 100644 index 000000000000..f9f949159ccb --- /dev/null +++ b/www-client/qutebrowser/files/qutebrowser-0.2.1-exclude-scripts.patch @@ -0,0 +1,13 @@ +Don't install development scripts. + +--- qutebrowser-0.2.1/setup.py ++++ qutebrowser-0.2.1/setup.py +@@ -38,7 +38,7 @@ + try: + common.write_git_file() + setuptools.setup( +- packages=setuptools.find_packages(exclude=['qutebrowser.test']), ++ packages=setuptools.find_packages(exclude=['qutebrowser.test', 'scripts']), + include_package_data=True, + entry_points={'gui_scripts': + ['qutebrowser = qutebrowser.qutebrowser:main']}, diff --git a/www-client/qutebrowser/metadata.xml b/www-client/qutebrowser/metadata.xml new file mode 100644 index 000000000000..1dff51eefa1f --- /dev/null +++ b/www-client/qutebrowser/metadata.xml @@ -0,0 +1,11 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>radhermit@gentoo.org</email> + <name>Tim Harder</name> + </maintainer> + <upstream> + <remote-id type="github">The-Compiler/qutebrowser</remote-id> + </upstream> +</pkgmetadata> diff --git a/www-client/qutebrowser/qutebrowser-0.2.1.ebuild b/www-client/qutebrowser/qutebrowser-0.2.1.ebuild new file mode 100644 index 000000000000..949e4d8a7a35 --- /dev/null +++ b/www-client/qutebrowser/qutebrowser-0.2.1.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python3_4 ) + +inherit distutils-r1 eutils fdo-mime + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/The-Compiler/qutebrowser.git" + inherit git-r3 +else + SRC_URI="https://github.com/The-Compiler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit" +HOMEPAGE="https://github.com/The-Compiler/qutebrowser" + +LICENSE="GPL-3" +SLOT="0" +IUSE="gstreamer test" + +COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${COMMON_DEPEND} + app-text/asciidoc + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RDEPEND="${COMMON_DEPEND} + >=dev-python/jinja-2.7.3[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0.2[${PYTHON_USEDEP}] + >=dev-python/pypeg2-2.15.1[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP},gui,network,printsupport,webkit,widgets] + >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}] + gstreamer? ( dev-qt/qtwebkit:5[gstreamer] ) +" + +RESTRICT="test" + +PATCHES=( "${FILESDIR}"/${P}-exclude-scripts.patch ) + +python_compile_all() { + if [[ ${PV} == "9999" ]]; then + "${PYTHON}" scripts/asciidoc2html.py || die "Failed generating docs" + fi + + a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page" +} + +python_test() { + py.test tests || die "Tests failed with ${EPYTHON}" +} + +python_install_all() { + doman doc/${PN}.1 + dodoc {CHANGELOG,CONTRIBUTING,FAQ,README}.asciidoc + + domenu ${PN}.desktop + doicon icons/${PN}.svg + + distutils-r1_python_install_all +} + +pkg_postinst() { + fdo-mime_desktop_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update +} diff --git a/www-client/qutebrowser/qutebrowser-0.3.0.ebuild b/www-client/qutebrowser/qutebrowser-0.3.0.ebuild new file mode 100644 index 000000000000..b63da5740940 --- /dev/null +++ b/www-client/qutebrowser/qutebrowser-0.3.0.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python3_4 ) + +inherit distutils-r1 eutils fdo-mime + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/The-Compiler/qutebrowser.git" + inherit git-r3 +else + SRC_URI="https://github.com/The-Compiler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit" +HOMEPAGE="https://github.com/The-Compiler/qutebrowser" + +LICENSE="GPL-3" +SLOT="0" +IUSE="gstreamer test" + +COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${COMMON_DEPEND} + app-text/asciidoc + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RDEPEND="${COMMON_DEPEND} + >=dev-python/jinja-2.7.3[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0.2[${PYTHON_USEDEP}] + >=dev-python/pypeg2-2.15.1[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP},gui,network,printsupport,webkit,widgets] + >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}] + gstreamer? ( dev-qt/qtwebkit:5[gstreamer] ) +" + +RESTRICT="test" + +python_compile_all() { + if [[ ${PV} == "9999" ]]; then + "${PYTHON}" scripts/asciidoc2html.py || die "Failed generating docs" + fi + + a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page" +} + +python_test() { + py.test tests || die "Tests failed with ${EPYTHON}" +} + +python_install_all() { + doman doc/${PN}.1 + dodoc {CHANGELOG,CONTRIBUTING,FAQ,README}.asciidoc + + domenu ${PN}.desktop + doicon icons/${PN}.svg + + distutils-r1_python_install_all +} + +pkg_postinst() { + fdo-mime_desktop_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update +} diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild new file mode 100644 index 000000000000..b63da5740940 --- /dev/null +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python3_4 ) + +inherit distutils-r1 eutils fdo-mime + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/The-Compiler/qutebrowser.git" + inherit git-r3 +else + SRC_URI="https://github.com/The-Compiler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit" +HOMEPAGE="https://github.com/The-Compiler/qutebrowser" + +LICENSE="GPL-3" +SLOT="0" +IUSE="gstreamer test" + +COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${COMMON_DEPEND} + app-text/asciidoc + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RDEPEND="${COMMON_DEPEND} + >=dev-python/jinja-2.7.3[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0.2[${PYTHON_USEDEP}] + >=dev-python/pypeg2-2.15.1[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP},gui,network,printsupport,webkit,widgets] + >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}] + gstreamer? ( dev-qt/qtwebkit:5[gstreamer] ) +" + +RESTRICT="test" + +python_compile_all() { + if [[ ${PV} == "9999" ]]; then + "${PYTHON}" scripts/asciidoc2html.py || die "Failed generating docs" + fi + + a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page" +} + +python_test() { + py.test tests || die "Tests failed with ${EPYTHON}" +} + +python_install_all() { + doman doc/${PN}.1 + dodoc {CHANGELOG,CONTRIBUTING,FAQ,README}.asciidoc + + domenu ${PN}.desktop + doicon icons/${PN}.svg + + distutils-r1_python_install_all +} + +pkg_postinst() { + fdo-mime_desktop_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update +} |