diff options
author | 2016-02-20 18:49:31 +0100 | |
---|---|---|
committer | 2016-02-20 18:51:06 +0100 | |
commit | 760e17fcbac1b8c04a96ab08306dbcc644131dfb (patch) | |
tree | e89f1b472226b0439a5a08e98af7fca11f0e892c /x11-misc | |
parent | sys-fs/pytagsfs: distutils-r1 + EAPI 5 (diff) | |
download | gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.gz gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.bz2 gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.zip |
Remove masked for removal packages
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbsload/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/bbsload/bbsload-0.2.9.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch | 23 | ||||
-rw-r--r-- | x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch | 14 | ||||
-rw-r--r-- | x11-misc/bbsload/metadata.xml | 8 | ||||
-rw-r--r-- | x11-misc/growl-for-linux/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild | 42 | ||||
-rw-r--r-- | x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild | 40 | ||||
-rw-r--r-- | x11-misc/growl-for-linux/growl-for-linux-9999.ebuild | 42 | ||||
-rw-r--r-- | x11-misc/growl-for-linux/metadata.xml | 7 | ||||
-rw-r--r-- | x11-misc/xoo/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xoo/metadata.xml | 4 | ||||
-rw-r--r-- | x11-misc/xoo/xoo-0.7.ebuild | 35 |
13 files changed, 0 insertions, 247 deletions
diff --git a/x11-misc/bbsload/Manifest b/x11-misc/bbsload/Manifest deleted file mode 100644 index c4cd54834e8a..000000000000 --- a/x11-misc/bbsload/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bbsload-0.2.9.tar.gz 127556 SHA256 9a7f626cd66fa6d04a6aee83b31652ebe2604b1b8848ff5737a3a753a98acd82 SHA512 73bdf9da03bea0253ebec6aaf2cbd1e287bf97c2e9669c05fe878b24e3d30bfb6ad9c7b0be358f89ead646f023b2f0fc0ea1cc1b153713b91c005fbfbf8f4591 WHIRLPOOL a44b672e22fbd373911570a3dc3a949512a7ee77f2e8f71b3859ccc8215116e368c5ec81453e248b750091165e0524cc14c76a556c639972784195f7eaa9d95d diff --git a/x11-misc/bbsload/bbsload-0.2.9.ebuild b/x11-misc/bbsload/bbsload-0.2.9.ebuild deleted file mode 100644 index 0caf4016715c..000000000000 --- a/x11-misc/bbsload/bbsload-0.2.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit autotools eutils - -DESCRIPTION="blackbox load monitor" -HOMEPAGE="http://sourceforge.net/projects/bbtools/" -SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="media-fonts/font-adobe-100dpi" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.2.8-as-needed.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install - dodoc README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbsload -} diff --git a/x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch b/x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch deleted file mode 100644 index fd3aa0a42de3..000000000000 --- a/x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -NrU5 bbsload-0.2.8.orig/configure.in bbsload-0.2.8/configure.in ---- bbsload-0.2.8.orig/configure.in 2008-12-18 00:44:23.000000000 +0100 -+++ bbsload-0.2.8/configure.in 2008-12-18 00:46:33.000000000 +0100 -@@ -87,16 +87,16 @@ - AC_PATH_X - AC_PATH_XTRA - - CFLAGS="$CFLAGS $X_CFLAGS" - CXXFLAGS="$CXXFLAGS $X_CFLAGS" --LDFLAGS="$LDFLAGS $X_LIBS $X_PRE_LIBS" -+LIBS="$X_LIBS $X_PRE_LIBS" - dnl Checks for X libraries. --AC_CHECK_LIB(X11, XOpenDisplay, LDFLAGS="$LDFLAGS -lX11", -+AC_CHECK_LIB(X11, XOpenDisplay, LIBS="$LIBS -lX11", - AC_MSG_ERROR(XOpenDisplay not found in -lX11)) - --LDFLAGS="$LDFLAGS $X_EXTRA_LIBS" -+LIBS="$LIBS $X_EXTRA_LIBS" - - dnl Checks for header files. - AC_HEADER_STDC - AC_CHECK_HEADERS(malloc.h) - diff --git a/x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch b/x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch deleted file mode 100644 index e506ca26d808..000000000000 --- a/x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -aur bbsload-0.2.8.old/resource.hh bbsload-0.2.8/resource.hh ---- bbsload-0.2.8.old/resource.hh 2008-11-25 18:09:55.000000000 +0100 -+++ bbsload-0.2.8/resource.hh 2008-11-25 18:12:49.000000000 +0100 -@@ -121,8 +121,8 @@ - { - - public: -- Resource::Resource(ToolWindow *); -- Resource::~Resource(void); -+ Resource(ToolWindow *); -+ ~Resource(void); - - struct FRAME frame; - struct LABEL label; diff --git a/x11-misc/bbsload/metadata.xml b/x11-misc/bbsload/metadata.xml deleted file mode 100644 index da720617856f..000000000000 --- a/x11-misc/bbsload/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> - <longdescription>Load monitor for Blackbox.</longdescription> - <upstream> - <remote-id type="sourceforge">bbtools</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-misc/growl-for-linux/Manifest b/x11-misc/growl-for-linux/Manifest deleted file mode 100644 index e8b373cda78e..000000000000 --- a/x11-misc/growl-for-linux/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST growl-for-linux-0.6.7.tar.gz 945307 SHA256 ade0ecfc31ac6e713ac9a50bf91c45da0abf1ed45e98d124c60bb9d336704c2a SHA512 00bf229349c534014112dab0615c82201c5e629fec554ce29494b3d27403552018b20829655fe927c8469ae9cb878a8be54c920f27c5c04aaa8012749b0bbf5e WHIRLPOOL 0ddfc66d2554b025187a455a105f4e3a1cfca7a99691f3a08bef66ff0f5a94cb792436097eacb3511cdafc8ff830cec50907d2b65ff98ef606acf050121a3588 diff --git a/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild b/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild deleted file mode 100644 index 69103e2a6772..000000000000 --- a/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils - -DESCRIPTION="Growl Implementation For Linux" -HOMEPAGE="https://mattn.github.com/growl-for-linux/" -SRC_URI="mirror://github/mattn/growl-for-linux/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl" - -RDEPEND="dev-db/sqlite:3 - dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/libxml2 - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - net-misc/curl - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local myeconfargs=( - LIBS=-lgthread-2.0 - --disable-static - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - prune_libtool_files --modules -} diff --git a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild b/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild deleted file mode 100644 index 10f7e1ed8c66..000000000000 --- a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils - -DESCRIPTION="Growl Implementation For Linux" -HOMEPAGE="https://mattn.github.com/growl-for-linux/" -SRC_URI="mirror://github/mattn/growl-for-linux/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-db/sqlite:3 - dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/libxml2 - dev-libs/openssl:0 - net-misc/curl - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local myeconfargs=( - LIBS=-lgthread-2.0 - --disable-static - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - prune_libtool_files --modules -} diff --git a/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild b/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild deleted file mode 100644 index 4d7816906044..000000000000 --- a/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -EGIT_REPO_URI="git://github.com/mattn/growl-for-linux" -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils git-2 - -DESCRIPTION="Growl Implementation For Linux" -HOMEPAGE="https://mattn.github.com/growl-for-linux/" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="" -IUSE="libressl" - -RDEPEND="dev-db/sqlite:3 - dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/libxml2 - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - net-misc/curl - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local myeconfargs=( - --disable-static - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - prune_libtool_files --modules -} diff --git a/x11-misc/growl-for-linux/metadata.xml b/x11-misc/growl-for-linux/metadata.xml deleted file mode 100644 index ed3c10dca72b..000000000000 --- a/x11-misc/growl-for-linux/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - Growl For Linux is Linux-compatible of Growl. Growl is a notification system for Mac OS X. - </longdescription> -</pkgmetadata> diff --git a/x11-misc/xoo/Manifest b/x11-misc/xoo/Manifest deleted file mode 100644 index 5a0aada47eaa..000000000000 --- a/x11-misc/xoo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xoo-0.7.tar.gz 301563 SHA256 69796891a93887496d99c867bb70208830ceb6c3671fca0ecc70a564a14ae20a SHA512 1b24aee621645d8db661a7dac8ece7a76d5f0ef1a0800c4710aee98691cf953b69d2e3515a16cbc87fae32335dfddae248495f1f525bb1b265c6c6683f81c55d WHIRLPOOL f77709aeafeef7fbae321df19462c779d160e25ba287524ee7dc3da4cf0c66eee09a604c9ca3d15fccc683ce4cef0e14829419c2589d74644d6e447b9edbef2a diff --git a/x11-misc/xoo/metadata.xml b/x11-misc/xoo/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/x11-misc/xoo/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/x11-misc/xoo/xoo-0.7.ebuild b/x11-misc/xoo/xoo-0.7.ebuild deleted file mode 100644 index 1b0ef725816b..000000000000 --- a/x11-misc/xoo/xoo-0.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2006-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="A graphical wrapper around xnest" -HOMEPAGE="http://projects.o-hand.com/xoo" -SRC_URI="http://projects.o-hand.com/sources/xoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="gnome" - -DEPEND="gnome? ( gnome-base/gconf ) - gnome-base/libglade - x11-libs/libXtst - x11-base/xorg-server" - -src_unpack() { - unpack ${A} - cd "${S}" - # Fix default Xnest binary path. - sed -e "s:/usr/X11R6/bin/Xnest:$(type -P Xnest):" -i src/main.c || die -} - -src_compile() { - econf \ - $(use_enable gnome gconf) - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS Changelog NEWS README TODO -} |