summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /www-client/jumanji
downloadgentoo-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/jumanji')
-rw-r--r--www-client/jumanji/Manifest3
-rw-r--r--www-client/jumanji/files/jumanji-0.0.0_p20111209-buildsystem.patch94
-rw-r--r--www-client/jumanji/jumanji-0.0.0_p20111209.ebuild43
-rw-r--r--www-client/jumanji/jumanji-0.0.0_p20130103-r1.ebuild41
-rw-r--r--www-client/jumanji/jumanji-0.0.0_p20150527.ebuild41
-rw-r--r--www-client/jumanji/jumanji-9999.ebuild42
-rw-r--r--www-client/jumanji/metadata.xml14
7 files changed, 278 insertions, 0 deletions
diff --git a/www-client/jumanji/Manifest b/www-client/jumanji/Manifest
new file mode 100644
index 000000000000..e28e1132fdc2
--- /dev/null
+++ b/www-client/jumanji/Manifest
@@ -0,0 +1,3 @@
+DIST jumanji-0.0.0_p20111209.tar.gz 33002 SHA256 0c3631bc213c8c7c8c208a557b12b6a1f99b2d3c2558b7d9ac433f802aa36781 SHA512 92f84a4d30261f5a1aaeb583be5b2bb28c9f3dd9c1c31176711e809a40cb406160fd563afc7e25cbf6e2e3b3822c2932915cec234e389bd6e85308bbe772ef0e WHIRLPOOL b291e1a4db44c43139695dc07da548f1633ce38e1e62a4299fbdb72a7266ef160e939ce1ebed28f0cd89a8d5af9522f64bb8fa421b6afd568b45a8d9f7726fe2
+DIST jumanji-0.0.0_p20130103.tar.gz 41811 SHA256 40622e73f2725f731a673aa8a1f010ba31e1b9044da26bd7738709884a9eacca SHA512 18de040acbacd8a285c6b959ad3a8857ba6265e6c1541ed05e4f35ce33b9ebd0c85e0d37ec1a71f725ca5621a0f913f207ea77e56e94d8689137963f42ce776f WHIRLPOOL 529ecc4a2762fd6f561480da7113ec689e79cc0b75a74a7ab1da8a69f4e5ffad0a7f5d946c90eb34b16105e47a5aada4044d09010bab5218454acec9832efebc
+DIST jumanji-0.0.0_p20150527.tar.gz 42011 SHA256 bb242cb5cffc8feacc2ef14deda7f8da35edcccc3218f30cb3a21ffe8b79bede SHA512 2779d0a4ac408636c40d81daa5bc7d9c952a1002a46b3bb6944dae6ac3880f922a3cb3229f7276b9c3a645ff9d6ce87f9bad4dc6494fcec10b2d78240ae4e8c4 WHIRLPOOL 383ffacf17146afe6712f486b8a1abd72a2980012dc75bbed2da2113ac793b07f9c5125a2660447f7645fe8e46796d9da6b329738a17e21d6e88031a379aed2f
diff --git a/www-client/jumanji/files/jumanji-0.0.0_p20111209-buildsystem.patch b/www-client/jumanji/files/jumanji-0.0.0_p20111209-buildsystem.patch
new file mode 100644
index 000000000000..f2a8aa43d42b
--- /dev/null
+++ b/www-client/jumanji/files/jumanji-0.0.0_p20111209-buildsystem.patch
@@ -0,0 +1,94 @@
+--- jumanji-0_p20111209/config.mk
++++ jumanji-0_p20111209/config.mk
+@@ -3,6 +3,12 @@
+
+ VERSION = 0.0.0
+
++ifeq ($(V),)
++ Q := @
++else
++ Q :=
++endif
++
+ # paths
+ PREFIX ?= /usr
+ MANPREFIX ?= ${PREFIX}/share/man
+--- jumanji-0_p20111209/Makefile
++++ jumanji-0_p20111209/Makefile
+@@ -19,11 +19,11 @@
+
+ %.o: %.c
+ @echo CC $<
+- @${CC} -c ${CFLAGS} -o $@ $<
++ $(Q)${CC} -c ${CFLAGS} -o $@ $<
+
+ %.do: %.c
+ @echo CC $<
+- @${CC} -c ${CFLAGS} ${DFLAGS} -o $@ $<
++ $(Q)${CC} -c ${CFLAGS} ${DFLAGS} -o $@ $<
+
+ ${OBJECTS}: config.h config.mk
+ ${DOBJECTS}: config.h config.mk
+@@ -38,18 +38,18 @@
+
+ ${PROJECT}: ${OBJECTS}
+ @echo CC -o $@
+- @${CC} ${SFLAGS} ${LDFLAGS} -o $@ ${OBJECTS} ${LIBS}
++ $(Q)${CC} ${SFLAGS} ${LDFLAGS} -o $@ ${OBJECTS} ${LIBS}
+
+ clean:
+- @rm -rf ${PROJECT} ${OBJECTS} ${PROJECT}-${VERSION}.tar.gz \
++ $(Q)rm -rf ${PROJECT} ${OBJECTS} ${PROJECT}-${VERSION}.tar.gz \
+ ${DOBJECTS} ${PROJECT}-debug
+
+ distclean: clean
+- @rm -rf config.h
++ $(Q)rm -rf config.h
+
+ ${PROJECT}-debug: ${DOBJECTS}
+ @echo CC -o ${PROJECT}-debug
+- @${CC} ${LDFLAGS} -o ${PROJECT}-debug ${DOBJECTS} ${LIBS}
++ $(Q)${CC} ${LDFLAGS} -o ${PROJECT}-debug ${DOBJECTS} ${LIBS}
+
+ debug: ${PROJECT}-debug
+
+@@ -61,25 +61,25 @@
+ cgdb ${PROJECT}-debug
+
+ dist: clean
+- @mkdir -p ${PROJECT}-${VERSION}
+- @cp -R LICENSE Makefile config.mk config.def.h README \
++ $(Q)mkdir -p ${PROJECT}-${VERSION}
++ $(Q)cp -R LICENSE Makefile config.mk config.def.h README \
+ ${PROJECT}.1 ${SOURCE} ${PROJECT}-${VERSION}
+- @tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}
+- @gzip ${PROJECT}-${VERSION}.tar
+- @rm -rf ${PROJECT}-${VERSION}
++ $(Q)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}
++ $(Q)gzip ${PROJECT}-${VERSION}.tar
++ $(Q)rm -rf ${PROJECT}-${VERSION}
+
+ install: all
+ @echo installing executable file
+- @mkdir -p ${DESTDIR}${PREFIX}/bin
+- @cp -f ${PROJECT} ${DESTDIR}${PREFIX}/bin
+- @chmod 755 ${PROJECT} ${DESTDIR}${PREFIX}/bin/${PROJECT}
+- @echo installing manual page
+- @mkdir -p ${DESTDIR}${MANPREFIX}/man1
+- @sed "s/VERSION/${VERSION}/g" < ${PROJECT}.1 > ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
+- @chmod 644 ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
++ $(Q)mkdir -p ${DESTDIR}${PREFIX}/bin
++ $(Q)cp -f ${PROJECT} ${DESTDIR}${PREFIX}/bin
++ $(Q)chmod 755 ${PROJECT} ${DESTDIR}${PREFIX}/bin/${PROJECT}
++ $(Q)echo installing manual page
++ $(Q)mkdir -p ${DESTDIR}${MANPREFIX}/man1
++ $(Q)sed "s/VERSION/${VERSION}/g" < ${PROJECT}.1 > ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
++ $(Q)chmod 644 ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
+
+ uninstall:
+ @echo removing executable file
+- @rm -f ${DESTDIR}${PREFIX}/bin/${PROJECT}
++ $(Q)rm -f ${DESTDIR}${PREFIX}/bin/${PROJECT}
+ @echo removing manual page
+- @rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
++ $(Q)rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
diff --git a/www-client/jumanji/jumanji-0.0.0_p20111209.ebuild b/www-client/jumanji/jumanji-0.0.0_p20111209.ebuild
new file mode 100644
index 000000000000..3c9ed9bcfbaf
--- /dev/null
+++ b/www-client/jumanji/jumanji-0.0.0_p20111209.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils savedconfig toolchain-funcs vcs-snapshot
+
+DESCRIPTION="highly customizable and functional web browser with minimalistic and space saving interface"
+HOMEPAGE="http://pwmt.org/projects/jumanji"
+SRC_URI="https://git.pwmt.org/?p=jumanji.git;a=snapshot;h=614511550b5e4633397f3c26297d5995a5236766;sf=tgz -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+ dev-libs/libunique:1
+ net-libs/libsoup:2.4
+ net-libs/webkit-gtk:2
+ x11-libs/gtk+:2
+ !${CATEGORY}/${PN}:develop"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-buildsystem.patch
+
+ restore_config config.h
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" SFLAGS="" V=1 || \
+ die "emake failed$(usex savedconfig ",please check the configfile" "")"
+}
+
+src_install() {
+ default
+ make_desktop_entry ${PN}
+
+ save_config config.h
+}
diff --git a/www-client/jumanji/jumanji-0.0.0_p20130103-r1.ebuild b/www-client/jumanji/jumanji-0.0.0_p20130103-r1.ebuild
new file mode 100644
index 000000000000..2dd217c87842
--- /dev/null
+++ b/www-client/jumanji/jumanji-0.0.0_p20130103-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils savedconfig toolchain-funcs vcs-snapshot
+
+DESCRIPTION="highly customizable and functional web browser with minimalistic and space saving interface"
+HOMEPAGE="http://pwmt.org/projects/jumanji"
+SRC_URI="https://git.pwmt.org/?p=jumanji.git;a=snapshot;h=963b309e9f91c6214f36c729514d5a08e7293310;sf=tgz -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="develop"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-db/sqlite:3
+ dev-libs/glib:2
+ <dev-libs/girara-0.2.4:3
+ net-libs/webkit-gtk:3
+ x11-libs/gtk+:3
+ !${CATEGORY}/${PN}:0"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ restore_config config.h
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" SFLAGS="" VERBOSE=1 || \
+ die "emake failed$(usex savedconfig ",please check the configfile" "")"
+}
+
+src_install() {
+ default
+ make_desktop_entry ${PN}
+
+ save_config config.h
+}
diff --git a/www-client/jumanji/jumanji-0.0.0_p20150527.ebuild b/www-client/jumanji/jumanji-0.0.0_p20150527.ebuild
new file mode 100644
index 000000000000..9abe7ba15685
--- /dev/null
+++ b/www-client/jumanji/jumanji-0.0.0_p20150527.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils savedconfig toolchain-funcs vcs-snapshot
+
+DESCRIPTION="highly customizable and functional web browser with minimalistic and space saving interface"
+HOMEPAGE="http://pwmt.org/projects/jumanji"
+SRC_URI="https://git.pwmt.org/?p=jumanji.git;a=snapshot;h=618488c960aa4613e1b5bed4f864d0438f669b98;sf=tgz -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="develop"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-db/sqlite:3
+ dev-libs/glib:2
+ >=dev-libs/girara-0.2.4:3
+ net-libs/webkit-gtk:3
+ x11-libs/gtk+:3
+ !${CATEGORY}/${PN}:0"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ restore_config config.h
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" SFLAGS="" VERBOSE=1 || \
+ die "emake failed$(usex savedconfig ",please check the configfile" "")"
+}
+
+src_install() {
+ default
+ make_desktop_entry ${PN}
+
+ save_config config.h
+}
diff --git a/www-client/jumanji/jumanji-9999.ebuild b/www-client/jumanji/jumanji-9999.ebuild
new file mode 100644
index 000000000000..b866af14f4ca
--- /dev/null
+++ b/www-client/jumanji/jumanji-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils savedconfig git-2 toolchain-funcs
+
+DESCRIPTION="highly customizable and functional web browser with minimalistic and space saving interface"
+HOMEPAGE="http://pwmt.org/projects/jumanji"
+EGIT_REPO_URI="git://pwmt.org/jumanji.git"
+EGIT_BRANCH=develop
+
+LICENSE="ZLIB"
+SLOT="develop"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="dev-db/sqlite:3
+ dev-libs/glib:2
+ dev-libs/girara:3
+ net-libs/webkit-gtk:3
+ x11-libs/gtk+:3
+ !${CATEGORY}/${PN}:0"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ restore_config config.h
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" SFLAGS="" VERBOSE=1 || \
+ die "emake failed$(usex savedconfig ",please check the configfile" "")"
+}
+
+src_install() {
+ default
+ make_desktop_entry ${PN}
+
+ save_config config.h
+}
diff --git a/www-client/jumanji/metadata.xml b/www-client/jumanji/metadata.xml
new file mode 100644
index 000000000000..ea66a4b19921
--- /dev/null
+++ b/www-client/jumanji/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>xmw@gentoo.org</email>
+ <name>Michael Weber</name>
+</maintainer>
+<upstream>
+ <bugs-to>http://bugs.pwmt.org/</bugs-to>
+</upstream>
+<longdescription>
+jumanji is a highly customizable and functional web browser based on the libwebkit web content engine and the gtk+ toolkit. The idea behind jumanji is a web browser that provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction like vimperator does.
+</longdescription>
+</pkgmetadata>