summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-09-21 21:08:48 +0200
committerPacho Ramos <pacho@gentoo.org>2016-09-21 21:09:25 +0200
commite310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0 (patch)
tree46448bef0f729194c1a7554ed8bbf59468685fd6 /www-client
parentdev-ruby/bundler-1.12.5-r0: add alpha keyword (diff)
downloadgentoo-e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0.tar.gz
gentoo-e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0.tar.bz2
gentoo-e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0.zip
Remove some masked for removal packages
Diffstat (limited to 'www-client')
-rw-r--r--www-client/dwb/Manifest1
-rw-r--r--www-client/dwb/dwb-2014.03.07-r1.ebuild50
-rw-r--r--www-client/dwb/dwb-9999.ebuild55
-rw-r--r--www-client/dwb/files/dwb-2013.03.30-json-c.patch33
-rw-r--r--www-client/dwb/files/dwb-2013.03.30-verbose-build.patch99
-rw-r--r--www-client/dwb/files/dwb-2014.03.07-makefile.patch200
-rw-r--r--www-client/dwb/files/dwb-2014.03.07-verbose-build.patch159
-rw-r--r--www-client/dwb/metadata.xml10
-rw-r--r--www-client/vimprobable2/Manifest2
-rw-r--r--www-client/vimprobable2/metadata.xml8
-rw-r--r--www-client/vimprobable2/vimprobable2-1.4.0.ebuild35
-rw-r--r--www-client/vimprobable2/vimprobable2-1.4.2-r1.ebuild42
-rw-r--r--www-client/vimprobable2/vimprobable2-1.4.2.ebuild35
-rw-r--r--www-client/vimprobable2/vimprobable2-9999.ebuild41
14 files changed, 0 insertions, 770 deletions
diff --git a/www-client/dwb/Manifest b/www-client/dwb/Manifest
deleted file mode 100644
index 517ea6659c6f..000000000000
--- a/www-client/dwb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dwb-2014.03.07.tar.gz 474179 SHA256 bfbe3e366b27c969876f9ee7954f138b1d49a270aa84a14ce43e01591ab69b62 SHA512 7d3eb353ab7f7aa50bd678c75d72d1bbab0e5831991a1f4a1b2c4a8e134ccc90ab699932f5fd64efba157049c4863f258e329738529b7e03e2a56da737ca03a1 WHIRLPOOL 1864778d89d7fade7bf1fbeea4c5adf99cb11d63a56d255706fb3d15f19c9b0ce77ec124ad406b01b7fde8d39764ebda1f4fa70ee106731dea8f796b4e38a3ce
diff --git a/www-client/dwb/dwb-2014.03.07-r1.ebuild b/www-client/dwb/dwb-2014.03.07-r1.ebuild
deleted file mode 100644
index 3c9fd5409523..000000000000
--- a/www-client/dwb/dwb-2014.03.07-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Dynamic web browser based on WebKit and GTK+"
-HOMEPAGE="https://portix.bitbucket.org/dwb/"
-SRC_URI="https://www.bitbucket.org/portix/dwb/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="examples gtk3"
-
-RDEPEND=">=net-libs/libsoup-2.32:2.4
- dev-libs/json-c
- net-libs/gnutls
- !gtk3? (
- >=net-libs/webkit-gtk-1.8.0:2
- x11-libs/gtk+:2
- )
- gtk3? (
- >=net-libs/webkit-gtk-1.8.0:3
- x11-libs/gtk+:3
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
- local myconf
- use gtk3 && myconf+=" GTK=3"
-
- emake CC="$(tc-getCC)" ${myconf}
-}
-
-src_install() {
- default
-
- if use examples ; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/www-client/dwb/dwb-9999.ebuild b/www-client/dwb/dwb-9999.ebuild
deleted file mode 100644
index fdf01be53852..000000000000
--- a/www-client/dwb/dwb-9999.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit git-r3 toolchain-funcs
-
-EGIT_REPO_URI="https://bitbucket.org/portix/dwb.git"
-
-DESCRIPTION="Dynamic web browser based on WebKit and GTK+"
-HOMEPAGE="https://portix.bitbucket.org/dwb/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="examples gtk3 libsecret"
-
-RDEPEND="
- >=net-libs/libsoup-2.38:2.4
- dev-libs/json-c
- net-libs/gnutls
- !gtk3? (
- >=net-libs/webkit-gtk-1.8.0:2
- x11-libs/gtk+:2
- )
- gtk3? (
- >=net-libs/webkit-gtk-1.8.0:3
- x11-libs/gtk+:3
- )
- libsecret? ( app-crypt/libsecret )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i "/^CFLAGS += -\(pipe\|g\|O2\)/d" config.mk || die
-}
-
-src_compile() {
- local myconf
- use gtk3 && myconf+=" GTK=3"
- ! use libsecret && myconf+=" USE_LIB_SECRET=0"
-
- emake CC="$(tc-getCC)" ${myconf}
-}
-
-src_install() {
- default
-
- if use examples ; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/www-client/dwb/files/dwb-2013.03.30-json-c.patch b/www-client/dwb/files/dwb-2013.03.30-json-c.patch
deleted file mode 100644
index fbd3b55de0d0..000000000000
--- a/www-client/dwb/files/dwb-2013.03.30-json-c.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- dwb-2013.03.30/config.mk
-+++ dwb-2013.03.30/config.mk
-@@ -105,8 +105,18 @@
- $(error Cannot find $(GNUTLS))
- endif
-
-+# >=json-c-0.11 renamed its library, pc file, and include dir
-+# first check for >=0.11, if it doesn't exist check for <0.11
-+ifeq ($(shell pkg-config --exists json-c && echo 1), 1)
-+JSONC=json-c
-+else
- ifeq ($(shell pkg-config --exists json && echo 1), 1)
--LIBS+=$(GNUTLS)
-+JSONC=json
-+endif
-+endif
-+
-+ifdef JSONC
-+LIBS+=$(JSONC)
- else
- $(error Cannot find json-c)
- endif
---- dwb-2013.03.30/src/util/Makefile
-+++ dwb-2013.03.30/src/util/Makefile
-@@ -13,7 +13,7 @@
- TRANSPORT_SECURITY_JSON=transport_security_state_static.json
- TRANSPORT_SECURITY_CERTS=transport_security_state_static.certs
-
--LIBS=glib-2.0 gnutls json
-+LIBS=glib-2.0 gnutls $(JSONC)
- CFLAGS+=$(shell pkg-config --cflags $(LIBS))
- LDFLAGS=$(shell pkg-config --libs $(LIBS))
-
diff --git a/www-client/dwb/files/dwb-2013.03.30-verbose-build.patch b/www-client/dwb/files/dwb-2013.03.30-verbose-build.patch
deleted file mode 100644
index f986bc1b8ad3..000000000000
--- a/www-client/dwb/files/dwb-2013.03.30-verbose-build.patch
+++ /dev/null
@@ -1,99 +0,0 @@
---- dwb-2013.03.30/Makefile
-+++ dwb-2013.03.30/Makefile
-@@ -14,17 +14,17 @@
- $(TARGET): $(SUBDIRS:%=%.subdir-make)
-
- %.subdir-make: $(SUBDIR_BUILD_FIRST:%=%.subdir-buildfirst)
-- @$(MAKE) $(MFLAGS) -C $*
-+ $(MAKE) $(MFLAGS) -C $*
-
- #$(SRCDIR)/%: $(SUBDIR_BUILD_FIRST:%=%.subdir-buildfirst)
-
- %.subdir-buildfirst:
-- @$(MAKE) $(MFLAGS) -C $*
-+ $(MAKE) $(MFLAGS) -C $*
-
- clean: $(SUBDIRS:%=%.subdir-clean) $(SUBDIR_BUILD_FIRST:%=%.subdir-cleanfirst)
-
- %.subdir-clean %.subdir-cleanfirst:
-- @$(MAKE) $(MFLAGS) clean -C $*
-+ $(MAKE) $(MFLAGS) clean -C $*
-
-
- install: $(TARGET) install-man install-data
---- dwb-2013.03.30/src/Makefile
-+++ dwb-2013.03.30/src/Makefile
-@@ -10,30 +10,25 @@
- all: $(TARGET)
-
- $(TARGET): $(OBJ)
-- @echo "$(CC) $@"
-- @$(CC) $(OBJ) -o $(TARGET) $(LDFLAGS)
-+ $(CC) $(OBJ) -o $(TARGET) $(LDFLAGS)
-
- -include $(OBJ:.o=.d)
- -include $(DOBJ:.do=.dd)
-
- %.o: %.c %.h config.h dwb.h
-- @echo "${CC} $<"
-- @$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)
-+ $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)
-
- debug: $(DTARGET)
-
- deps.d: %.c %.h
-- @echo "$(CC) -MM $@"
-- @$(CC) $(CFLAGS) -MM $< -o $@
-+ $(CC) $(CFLAGS) -MM $< -o $@
-
-
- %.do: %.c %.h config.h
-- @echo "${CC} $<"
-- @$(CC) -c -o $@ $< $(DCFLAGS)
-+ $(CC) -c -o $@ $< $(DCFLAGS)
-
- $(DTARGET): $(DOBJ)
-- @echo "$(CC) $@"
-- @$(CC) $(DOBJ) -o $(DTARGET) $(LDFLAGS)
-+ $(CC) $(DOBJ) -o $(DTARGET) $(LDFLAGS)
-
- dependencies: $(DEPS)
-
---- dwb-2013.03.30/src/util/Makefile
-+++ dwb-2013.03.30/src/util/Makefile
-@@ -27,16 +27,14 @@
- @./$(MKTLDS) < $(TLDS_IN) > $@
-
- $(MKTLDS): $(MKTLDS_SRC)
-- @echo "${CC} $<"
-- @$(CC) -o $@ $< $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-+ $(CC) -o $@ $< $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-
- $(HSTS_PRELOAD): $(HSTS) $(TRANSPORT_SECURITY_CERTS) $(TRANSPORT_SECURITY_JSON)
- @echo gen $(notdir $@)
- @./$(HSTS) > $@
-
- $(HSTS): $(HSTS).c
-- @echo "${CC} $<"
-- @$(CC) $(CFLAGS) $(CPPFLAGS) -o $(HSTS) $(HSTS).c $(LDFLAGS)
-+ $(CC) $(CFLAGS) $(CPPFLAGS) -o $(HSTS) $(HSTS).c $(LDFLAGS)
-
- clean:
- $(RM) $(OUTFILES) $(GEN_TOOLS)
---- dwb-2013.03.30/tools/Makefile
-+++ dwb-2013.03.30/tools/Makefile
-@@ -22,12 +22,10 @@
- all: $(TARGET)
-
- $(TARGET): $(OBJ)
-- @echo $(CC) $@
-- @$(CC) $< -o $@ $(LDFLAGS)
-+ $(CC) $< -o $@ $(LDFLAGS)
-
- %.o: %.c
-- @echo $(CC) $<
-- @$(CC) $(CFLAGS) -c $< -o $@ $(CPPFLAGS)
-+ $(CC) $(CFLAGS) -c $< -o $@ $(CPPFLAGS)
-
- clean:
- rm -f $(TARGET) $(OBJ)
diff --git a/www-client/dwb/files/dwb-2014.03.07-makefile.patch b/www-client/dwb/files/dwb-2014.03.07-makefile.patch
deleted file mode 100644
index 2221c31fd335..000000000000
--- a/www-client/dwb/files/dwb-2014.03.07-makefile.patch
+++ /dev/null
@@ -1,200 +0,0 @@
---- dwb-2014.03.07/config.mk
-+++ dwb-2014.03.07/config.mk
-@@ -146,12 +146,9 @@
- CFLAGS := $(CFLAGS)
- CFLAGS += -Wall
- CFLAGS += -Werror=format-security
--CFLAGS += -pipe
- CFLAGS += --ansi
- CFLAGS += -std=c99
- CFLAGS += -D_POSIX_C_SOURCE='200112L'
--CFLAGS += -O2
--CFLAGS += -g
- CFLAGS += -D_BSD_SOURCE
- CFLAGS += -D_NETBSD_SOURCE
- CFLAGS += -D__BSD_VISIBLE
---- dwb-2014.03.07/dwbem/Makefile
-+++ dwb-2014.03.07/dwbem/Makefile
-@@ -15,7 +15,7 @@
-
- CFLAGS := $(CFLAGS)
- CFLAGS += -std=c99
--CFLAGS += -Wall -O2 -pedantic
-+CFLAGS += -Wall -pedantic
- CFLAGS += -Wextra -Werror=format-security
- CFLAGS += $(shell pkg-config --cflags $(LIBS))
- CFLAGS += -DSYSTEM_EXTENSION_DIR=\"$(SYSTEM_EXTENSION_DIR)\"
-@@ -27,12 +27,10 @@
- all: $(TARGET)
-
- $(TARGET): $(OBJ)
-- @echo $(CC) -o $@
-- @$(CC) $(OBJ) -o $@ $(LDFLAGS)
-+ $(CC) $(OBJ) -o $@ $(LDFLAGS)
-
- %.o: %.c
-- @echo $(CC) $<
-- @$(CC) $(CFLAGS) -c $< -o $@ $(CPPFLAGS)
-+ $(CC) $(CFLAGS) -c $< -o $@ $(CPPFLAGS)
-
- clean:
- rm -f $(TARGET) $(OBJ)
---- dwb-2014.03.07/dwbremote/Makefile
-+++ dwb-2014.03.07/dwbremote/Makefile
-@@ -7,7 +7,7 @@
- include $(BASE_DIR)/version.mk
-
-
--CFLAGS += -Wall -pedantic -Werror -Wextra -std=c99 -Os
-+CFLAGS += -Wall -pedantic -Wextra -std=c99
- CFLAGS += -DVERSION=\"$(VERSION)\"
- CFLAGS += -DNAME=\"$(NAME)\"
- CFLAGS += -DCOPYRIGHT=\"$(COPYRIGHT)\"
-@@ -27,12 +27,10 @@
- all: $(TARGET)
-
- $(TARGET): $(SHARED_OBJ) main.o
-- @echo $(CC) -o $@
-- @$(CC) $(OBJ) -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-+ $(CC) $(OBJ) -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-
- %.o: %.c
-- @echo $(CC) $<
-- @$(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
-+ $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
-
- debug:
- make CFLAGS="$(DCFLAGS)"
---- dwb-2014.03.07/exar/Makefile
-+++ dwb-2014.03.07/exar/Makefile
-@@ -1,6 +1,6 @@
- ORIG_CFLAGS := $(CFLAGS)
-
--CFLAGS := -Wall -pedantic -Werror -Wextra -std=c99 -O2
-+CFLAGS := -Wall -pedantic -Wextra -std=c99
- CFLAGS += $(ORIG_CFLAGS)
-
- DCFLAGS += -g -O0 -Wall -pedantic -Werror -Wextra -std=c99
-@@ -14,12 +14,10 @@
- all: $(SHARED_OBJ)
-
- $(TARGET): $(OBJ)
-- @echo $(CC) -o $@
-- @$(CC) $(OBJ) -o $@ $(CFLAGS) $(CPPFLAGS)
-+ $(CC) $(OBJ) -o $@ $(CFLAGS) $(CPPFLAGS)
-
- %.o: %.c
-- @echo $(CC) $<
-- @$(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
-+ $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
-
- debug:
- make CFLAGS="$(DCFLAGS)"
---- dwb-2014.03.07/Makefile
-+++ dwb-2014.03.07/Makefile
-@@ -14,18 +14,18 @@
- $(TARGET): $(SUBDIRS:%=%.subdir-make)
-
- %.subdir-make: $(SUBDIR_BUILD_FIRST:%=%.subdir-buildfirst)
-- @$(MAKE) $(MFLAGS) -C $*
-+ $(MAKE) $(MFLAGS) -C $*
-
- #$(SRCDIR)/%: $(SUBDIR_BUILD_FIRST:%=%.subdir-buildfirst)
-
- %.subdir-buildfirst:
-- @$(MAKE) $(MFLAGS) -C $*
-+ $(MAKE) $(MFLAGS) -C $*
-
- clean: $(SUBDIRS:%=%.subdir-clean) $(SUBDIR_BUILD_FIRST:%=%.subdir-cleanfirst) $(SUBDIR_BUILD_LIB:%=%.subdir-cleanlib)
- -$(RM) -r sandbox
-
- %.subdir-clean %.subdir-cleanfirst %.subdir-cleanlib:
-- @$(MAKE) $(MFLAGS) clean -C $*
-+ $(MAKE) $(MFLAGS) clean -C $*
-
-
- install: $(TARGET) install-man install-data
---- dwb-2014.03.07/scripts/lib/Makefile
-+++ dwb-2014.03.07/scripts/lib/Makefile
-@@ -1,6 +1,6 @@
- # See COPYING for copyright and license details
- TARGETS := $(patsubst %.js.in, %.js, $(wildcard *.js.in))
--CFLAGS := -std=c99 -Wall -Wextra -pedantic -Werror -O2
-+CFLAGS += -std=c99 -Wall -Wextra -pedantic
-
- all: $(TARGETS)
-
-@@ -9,7 +9,7 @@
- @./minify $< $@
-
- minify: minify.c
-- $(CC) $< -o $@ ${CFLAGS} ${CPPFLAGS}
-+ $(CC) $< -o $@ ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}
-
- clean:
- $(RM) $(TARGETS)
---- dwb-2014.03.07/src/Makefile
-+++ dwb-2014.03.07/src/Makefile
-@@ -26,30 +26,25 @@
- all: $(TARGET)
-
- $(TARGET): $(OBJ)
-- @echo $(CC) -o $@
-- @$(CC) $(OBJ) -o $(TARGET) $(LDFLAGS)
-+ $(CC) $(OBJ) -o $(TARGET) $(LDFLAGS)
-
- -include $(OBJ:.o=.d)
- -include $(DOBJ:.do=.dd)
-
- %.o: %.c %.h config.h dwb.h
-- @echo $(CC) $<
-- @$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)
-+ $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)
-
- debug: $(DTARGET)
-
- deps.d: %.c %.h
-- @echo "$(CC) -MM $@"
-- @$(CC) $(CFLAGS) -MM $< -o $@
-+ $(CC) $(CFLAGS) -MM $< -o $@
-
-
- %.do: %.c %.h config.h
-- @echo "${CC} $<"
-- @$(CC) -c -o $@ $< $(DCFLAGS)
-+ $(CC) -c -o $@ $< $(DCFLAGS)
-
- $(DTARGET): $(DOBJ) ../exar/exar.o ../dwbremote/dwbremote.o
-- @echo "$(CC) $@"
-- @$(CC) $(DOBJ) ../exar/exar.o ../dwbremote/dwbremote.o -o $(DTARGET) $(LDFLAGS)
-+ $(CC) $(DOBJ) ../exar/exar.o ../dwbremote/dwbremote.o -o $(DTARGET) $(LDFLAGS)
-
- dependencies: $(DEPS)
-
---- dwb-2014.03.07/src/util/Makefile
-+++ dwb-2014.03.07/src/util/Makefile
-@@ -30,20 +30,16 @@
- all: $(OUTFILES)
-
- $(TLDS_H): $(TLDS_IN) $(MKTLDS)
-- @echo gen $(notdir $@)
-- @./$(MKTLDS) < $(TLDS_IN) > $@
-+ ./$(MKTLDS) < $(TLDS_IN) > $@
-
- $(MKTLDS): $(MKTLDS_SRC)
-- @echo $(CC) $<
-- @$(CC) -o $@ $< $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-+ $(CC) -o $@ $< $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-
- $(HSTS_PRELOAD): $(HSTS) $(TRANSPORT_SECURITY_CERTS) $(TRANSPORT_SECURITY_JSON)
-- @echo gen $(notdir $@)
-- @./$(HSTS) > $@
-+ ./$(HSTS) > $@
-
- $(HSTS): $(HSTS).c
-- @echo $(CC) $<
-- @$(CC) $(CFLAGS) $(CPPFLAGS) -o $(HSTS) $(HSTS).c $(LDFLAGS)
-+ $(CC) $(CFLAGS) $(CPPFLAGS) -o $(HSTS) $(HSTS).c $(LDFLAGS)
-
- clean:
- $(RM) $(OUTFILES) $(GEN_TOOLS)
diff --git a/www-client/dwb/files/dwb-2014.03.07-verbose-build.patch b/www-client/dwb/files/dwb-2014.03.07-verbose-build.patch
deleted file mode 100644
index 5d16a683ad36..000000000000
--- a/www-client/dwb/files/dwb-2014.03.07-verbose-build.patch
+++ /dev/null
@@ -1,159 +0,0 @@
---- dwb-2014.03.07/dwbem/Makefile
-+++ dwb-2014.03.07/dwbem/Makefile
-@@ -27,12 +27,10 @@
- all: $(TARGET)
-
- $(TARGET): $(OBJ)
-- @echo $(CC) -o $@
-- @$(CC) $(OBJ) -o $@ $(LDFLAGS)
-+ $(CC) $(OBJ) -o $@ $(LDFLAGS)
-
- %.o: %.c
-- @echo $(CC) $<
-- @$(CC) $(CFLAGS) -c $< -o $@ $(CPPFLAGS)
-+ $(CC) $(CFLAGS) -c $< -o $@ $(CPPFLAGS)
-
- clean:
- rm -f $(TARGET) $(OBJ)
---- dwb-2014.03.07/dwbremote/Makefile
-+++ dwb-2014.03.07/dwbremote/Makefile
-@@ -27,12 +27,10 @@
- all: $(TARGET)
-
- $(TARGET): $(SHARED_OBJ) main.o
-- @echo $(CC) -o $@
-- @$(CC) $(OBJ) -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-+ $(CC) $(OBJ) -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-
- %.o: %.c
-- @echo $(CC) $<
-- @$(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
-+ $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
-
- debug:
- make CFLAGS="$(DCFLAGS)"
---- dwb-2014.03.07/exar/Makefile
-+++ dwb-2014.03.07/exar/Makefile
-@@ -14,12 +14,10 @@
- all: $(SHARED_OBJ)
-
- $(TARGET): $(OBJ)
-- @echo $(CC) -o $@
-- @$(CC) $(OBJ) -o $@ $(CFLAGS) $(CPPFLAGS)
-+ $(CC) $(OBJ) -o $@ $(CFLAGS) $(CPPFLAGS)
-
- %.o: %.c
-- @echo $(CC) $<
-- @$(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
-+ $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
-
- debug:
- make CFLAGS="$(DCFLAGS)"
---- dwb-2014.03.07/Makefile
-+++ dwb-2014.03.07/Makefile
-@@ -14,18 +14,18 @@
- $(TARGET): $(SUBDIRS:%=%.subdir-make)
-
- %.subdir-make: $(SUBDIR_BUILD_FIRST:%=%.subdir-buildfirst)
-- @$(MAKE) $(MFLAGS) -C $*
-+ $(MAKE) $(MFLAGS) -C $*
-
- #$(SRCDIR)/%: $(SUBDIR_BUILD_FIRST:%=%.subdir-buildfirst)
-
- %.subdir-buildfirst:
-- @$(MAKE) $(MFLAGS) -C $*
-+ $(MAKE) $(MFLAGS) -C $*
-
- clean: $(SUBDIRS:%=%.subdir-clean) $(SUBDIR_BUILD_FIRST:%=%.subdir-cleanfirst) $(SUBDIR_BUILD_LIB:%=%.subdir-cleanlib)
- -$(RM) -r sandbox
-
- %.subdir-clean %.subdir-cleanfirst %.subdir-cleanlib:
-- @$(MAKE) $(MFLAGS) clean -C $*
-+ $(MAKE) $(MFLAGS) clean -C $*
-
-
- install: $(TARGET) install-man install-data
---- dwb-2014.03.07/scripts/lib/Makefile
-+++ dwb-2014.03.07/scripts/lib/Makefile
-@@ -1,6 +1,6 @@
- # See COPYING for copyright and license details
- TARGETS := $(patsubst %.js.in, %.js, $(wildcard *.js.in))
--CFLAGS := -std=c99 -Wall -Wextra -pedantic -Werror -O2
-+CFLAGS += -std=c99 -Wall -Wextra -pedantic
-
- all: $(TARGETS)
-
-@@ -9,7 +9,7 @@
- @./minify $< $@
-
- minify: minify.c
-- $(CC) $< -o $@ ${CFLAGS} ${CPPFLAGS}
-+ $(CC) $< -o $@ ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}
-
- clean:
- $(RM) $(TARGETS)
---- dwb-2014.03.07/src/Makefile
-+++ dwb-2014.03.07/src/Makefile
-@@ -26,30 +26,25 @@
- all: $(TARGET)
-
- $(TARGET): $(OBJ)
-- @echo $(CC) -o $@
-- @$(CC) $(OBJ) -o $(TARGET) $(LDFLAGS)
-+ $(CC) $(OBJ) -o $(TARGET) $(LDFLAGS)
-
- -include $(OBJ:.o=.d)
- -include $(DOBJ:.do=.dd)
-
- %.o: %.c %.h config.h dwb.h
-- @echo $(CC) $<
-- @$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)
-+ $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)
-
- debug: $(DTARGET)
-
- deps.d: %.c %.h
-- @echo "$(CC) -MM $@"
-- @$(CC) $(CFLAGS) -MM $< -o $@
-+ $(CC) $(CFLAGS) -MM $< -o $@
-
-
- %.do: %.c %.h config.h
-- @echo "${CC} $<"
-- @$(CC) -c -o $@ $< $(DCFLAGS)
-+ $(CC) -c -o $@ $< $(DCFLAGS)
-
- $(DTARGET): $(DOBJ) ../exar/exar.o ../dwbremote/dwbremote.o
-- @echo "$(CC) $@"
-- @$(CC) $(DOBJ) ../exar/exar.o ../dwbremote/dwbremote.o -o $(DTARGET) $(LDFLAGS)
-+ $(CC) $(DOBJ) ../exar/exar.o ../dwbremote/dwbremote.o -o $(DTARGET) $(LDFLAGS)
-
- dependencies: $(DEPS)
-
---- dwb-2014.03.07/src/util/Makefile
-+++ dwb-2014.03.07/src/util/Makefile
-@@ -30,20 +30,16 @@
- all: $(OUTFILES)
-
- $(TLDS_H): $(TLDS_IN) $(MKTLDS)
-- @echo gen $(notdir $@)
-- @./$(MKTLDS) < $(TLDS_IN) > $@
-+ ./$(MKTLDS) < $(TLDS_IN) > $@
-
- $(MKTLDS): $(MKTLDS_SRC)
-- @echo $(CC) $<
-- @$(CC) -o $@ $< $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-+ $(CC) -o $@ $< $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-
- $(HSTS_PRELOAD): $(HSTS) $(TRANSPORT_SECURITY_CERTS) $(TRANSPORT_SECURITY_JSON)
-- @echo gen $(notdir $@)
-- @./$(HSTS) > $@
-+ ./$(HSTS) > $@
-
- $(HSTS): $(HSTS).c
-- @echo $(CC) $<
-- @$(CC) $(CFLAGS) $(CPPFLAGS) -o $(HSTS) $(HSTS).c $(LDFLAGS)
-+ $(CC) $(CFLAGS) $(CPPFLAGS) -o $(HSTS) $(HSTS).c $(LDFLAGS)
-
- clean:
- $(RM) $(OUTFILES) $(GEN_TOOLS)
diff --git a/www-client/dwb/metadata.xml b/www-client/dwb/metadata.xml
deleted file mode 100644
index 4bddce6e293e..000000000000
--- a/www-client/dwb/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="gtk3">Link against <pkg>x11-libs/gtk+</pkg>:3 instead of
- <pkg>x11-libs/gtk+</pkg>:2.</flag>
- <flag name="libsecret">Enable libsecret support to store login credentials</flag>
- </use>
-</pkgmetadata>
diff --git a/www-client/vimprobable2/Manifest b/www-client/vimprobable2/Manifest
deleted file mode 100644
index 636d9a11c40e..000000000000
--- a/www-client/vimprobable2/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST vimprobable2_1.4.0.tar.bz2 44599 SHA256 dca8804671c64676b796228cfdd60c5ef4e44ccdd109b362c7d51c05ee6241b6 SHA512 1eb82cf50e8f33e2841d43f6a8cdd46caddb691b4f41784ae852b960533c1796561bb7253ceb2347dbd0a8accce494702c392a2f5ad8daf7a4b41de12d962a4a WHIRLPOOL b5c2c06e4387cc01d9e33f45255a1e34931f85606a82eba96f340e44b49c2cc43c83111236fc7d63ffd2fba5358786e9d9284912937d8c2ded182ea4cf89f56f
-DIST vimprobable2_1.4.2.tar.bz2 44730 SHA256 f9cfd25b75e5761378c40dfbdd1fe8c3ea7581ae1b39d11e1b39413d6bec4d8e SHA512 daf55843d3bb028673b4937d137ee532feb3324ca4dcd5a1c57fe7f6b0a02e35d0f8875bf695a3c9ae1d988840e71bfaad45a9f92c981205ac358fc2832d7e58 WHIRLPOOL 748573214f96d14916ff4b95b3186f1b6a45cafeaa55bd423e16c8f761a770981e07247c9c1675cef1f3554ed41bbdd0d376f776cfcfb0f3430915999fd45a91
diff --git a/www-client/vimprobable2/metadata.xml b/www-client/vimprobable2/metadata.xml
deleted file mode 100644
index 9879aa71ac5e..000000000000
--- a/www-client/vimprobable2/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">vimprobable</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/www-client/vimprobable2/vimprobable2-1.4.0.ebuild b/www-client/vimprobable2/vimprobable2-1.4.0.ebuild
deleted file mode 100644
index ca0778f41787..000000000000
--- a/www-client/vimprobable2/vimprobable2-1.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
-HOMEPAGE="http://www.vimprobable.org/"
-SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-libs/libsoup:2.4
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1 vimprobablerc.5
-}
diff --git a/www-client/vimprobable2/vimprobable2-1.4.2-r1.ebuild b/www-client/vimprobable2/vimprobable2-1.4.2-r1.ebuild
deleted file mode 100644
index 89b659c19f8c..000000000000
--- a/www-client/vimprobable2/vimprobable2-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs savedconfig
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://git.code.sf.net/p/vimprobable/code"
- EGIT_PROJECT="vimprobable"
-else
- SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
- S=${WORKDIR}/${PN}
-fi
-
-DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
-HOMEPAGE="http://www.vimprobable.org/"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="net-libs/libsoup:2.4
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig"
-
-src_prepare() {
- tc-export CC
- restore_config config.h keymap.h
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1 vimprobablerc.5
-
- save_config config.h keymap.h
-}
diff --git a/www-client/vimprobable2/vimprobable2-1.4.2.ebuild b/www-client/vimprobable2/vimprobable2-1.4.2.ebuild
deleted file mode 100644
index ac050ee2dc77..000000000000
--- a/www-client/vimprobable2/vimprobable2-1.4.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
-HOMEPAGE="http://www.vimprobable.org/"
-SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-libs/libsoup:2.4
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1 vimprobablerc.5
-}
diff --git a/www-client/vimprobable2/vimprobable2-9999.ebuild b/www-client/vimprobable2/vimprobable2-9999.ebuild
deleted file mode 100644
index 28c0221c0c27..000000000000
--- a/www-client/vimprobable2/vimprobable2-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs savedconfig
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://git.code.sf.net/p/vimprobable/code"
-else
- SRC_URI="mirror://sourceforge/vimprobable/${PN}_${PV}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
- S=${WORKDIR}/${PN}
-fi
-
-DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
-HOMEPAGE="http://www.vimprobable.org/"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="net-libs/libsoup:2.4
- net-libs/webkit-gtk:2
- x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig"
-
-src_prepare() {
- tc-export CC
- restore_config config.h keymap.h
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1 vimprobablerc.5
-
- save_config config.h keymap.h
-}