diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-12 00:00:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-12 00:00:04 +0100 |
commit | 95345df41ce46c863004fae12baa0bbb3626fd36 (patch) | |
tree | 2585da974bb476d6a4987ac68efda316cccec336 /x11-misc | |
parent | kde-apps: Drop KDE Applications 17.12.1 (diff) | |
download | gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.gz gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.bz2 gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.zip |
profiles: Remove last-rited packages
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/appmenu-qt/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/appmenu-qt/metadata.xml | 11 | ||||
-rw-r--r-- | x11-misc/launchy/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/launchy/files/launchy-2.5-prefix-and-libdir.patch | 112 | ||||
-rw-r--r-- | x11-misc/launchy/files/launchy-2.5-underlink.patch | 12 | ||||
-rw-r--r-- | x11-misc/launchy/launchy-2.5-r1.ebuild | 51 | ||||
-rw-r--r-- | x11-misc/launchy/metadata.xml | 4 | ||||
-rw-r--r-- | x11-misc/ptbatterysystemtray/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/ptbatterysystemtray/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild | 32 | ||||
-rw-r--r-- | x11-misc/touchfreeze/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch | 7 | ||||
-rw-r--r-- | x11-misc/touchfreeze/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild | 34 | ||||
-rw-r--r-- | x11-misc/wmiface/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/wmiface/metadata.xml | 8 | ||||
-rw-r--r-- | x11-misc/wmiface/wmiface-2.1.ebuild | 23 |
18 files changed, 0 insertions, 333 deletions
diff --git a/x11-misc/appmenu-qt/Manifest b/x11-misc/appmenu-qt/Manifest deleted file mode 100644 index 5c68aadcc6bc..000000000000 --- a/x11-misc/appmenu-qt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST appmenu-qt-0.2.6.tar.bz2 22569 BLAKE2B 92c5309c17088e9673da690f246c6201e0dd55a8df40c365bc821ff1570f8526734bb062d4357c377b4ad046590c491875ab846cd093bea45203e2edbb19369c SHA512 399c05f6983150ed585727e58998a95bd55657f54c4091a6cfb34716ace0a8f5d207f3b353aad72d5ca1d26b9b3c1a34abc69f6ed8c97dc47140674d2aac56fe diff --git a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild deleted file mode 100644 index 6cb5af4fb456..000000000000 --- a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Application menu module for Qt" -HOMEPAGE="https://launchpad.net/appmenu-qt" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - >=dev-libs/libdbusmenu-qt-0.9.0[qt4]" -RDEPEND="${DEPEND}" - -DOCS=( NEWS README ) diff --git a/x11-misc/appmenu-qt/metadata.xml b/x11-misc/appmenu-qt/metadata.xml deleted file mode 100644 index 0f9dabe03579..000000000000 --- a/x11-misc/appmenu-qt/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <remote-id type="launchpad">appmenu-qt</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-misc/launchy/Manifest b/x11-misc/launchy/Manifest deleted file mode 100644 index 29c95bf157b0..000000000000 --- a/x11-misc/launchy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST launchy-2.5.tar.gz 2926807 BLAKE2B 7104012e76c0156a0432aaa039ea20be71fb82d062d8c78c5d2ae1a54f70dba5f7c468c7cce81fde74042c712c90d297f394e61c08a1990a171189b1ebd704f4 SHA512 31cf591184c81c5c44c174f12ffdec4fd15eb2f78af3195afceb9b11253d4bb17edee77b9316c8275828431b2ece5bfbc69f50b390eec27295828e80965c0930 diff --git a/x11-misc/launchy/files/launchy-2.5-prefix-and-libdir.patch b/x11-misc/launchy/files/launchy-2.5-prefix-and-libdir.patch deleted file mode 100644 index 5b277786e871..000000000000 --- a/x11-misc/launchy/files/launchy-2.5-prefix-and-libdir.patch +++ /dev/null @@ -1,112 +0,0 @@ -diff -ur a/platforms/unix/unix.pro b/platforms/unix/unix.pro ---- a/platforms/unix/unix.pro 2008-09-01 03:40:56.000000000 +0300 -+++ b/platforms/unix/unix.pro 2017-03-01 15:44:50.201858265 +0200 -@@ -11,11 +11,10 @@ -
-
- unix {
-- PREFIX = /usr
- DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
-- PLUGINS_PATH=\\\"$$PREFIX/lib/launchy/plugins/\\\" \
-- PLATFORMS_PATH=\\\"$$PREFIX/lib/launchy/\\\"
-- target.path = $$PREFIX/lib/launchy/
-+ PLUGINS_PATH=\\\"$$PREFIX/$$LIBDIR/launchy/plugins/\\\" \
-+ PLATFORMS_PATH=\\\"$$PREFIX/$$LIBDIR/launchy/\\\"
-+ target.path = $$PREFIX/$$LIBDIR/launchy/
- INSTALLS += target
- }
-
-diff -ur a/plugins/calcy/calcy.pro b/plugins/calcy/calcy.pro ---- a/plugins/calcy/calcy.pro 2010-03-08 01:02:22.000000000 +0200 -+++ b/plugins/calcy/calcy.pro 2017-03-01 15:46:49.252849881 +0200 -@@ -26,9 +26,8 @@ -
-
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-- icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-+ icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- icon.files = calcy.png
- INSTALLS += target \
- icon
-diff -ur a/plugins/gcalc/gcalc.pro b/plugins/gcalc/gcalc.pro ---- a/plugins/gcalc/gcalc.pro 2010-02-15 23:07:34.000000000 +0200 -+++ b/plugins/gcalc/gcalc.pro 2017-03-01 15:48:00.542647288 +0200 -@@ -19,10 +19,9 @@ - if(!debug_and_release|build_pass):CONFIG(debug, debug|release):DESTDIR = ../../debug/plugins
- if(!debug_and_release|build_pass):CONFIG(release, debug|release):DESTDIR = ../../release/plugins
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-
-- # icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ # icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- # icon.files = gcalc.png
- INSTALLS += target
- }
-diff -ur a/plugins/runner/runner.pro b/plugins/runner/runner.pro ---- a/plugins/runner/runner.pro 2010-02-15 23:07:34.000000000 +0200 -+++ b/plugins/runner/runner.pro 2017-03-01 15:46:22.202306212 +0200 -@@ -42,9 +42,8 @@ - }
-
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-- icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-+ icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- icon.files = runner.png
- INSTALLS += target icon
- }
-diff -ur a/plugins/verby/verby.pro b/plugins/verby/verby.pro ---- a/plugins/verby/verby.pro 2010-02-15 23:07:34.000000000 +0200 -+++ b/plugins/verby/verby.pro 2017-03-01 15:47:09.785503507 +0200 -@@ -31,9 +31,8 @@ - /WX
- }
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-- icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-+ icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- icon.files = verby.png copy.png opencontainer.png properties.png run.png
- INSTALLS += target \
- icon
-diff -ur a/plugins/weby/weby.pro b/plugins/weby/weby.pro ---- a/plugins/weby/weby.pro 2010-02-15 23:07:34.000000000 +0200 -+++ b/plugins/weby/weby.pro 2017-03-01 15:47:30.764149617 +0200 -@@ -32,9 +32,8 @@ - if(!debug_and_release|build_pass):CONFIG(debug, debug|release):DESTDIR = ../../debug/plugins
- if(!debug_and_release|build_pass):CONFIG(release, debug|release):DESTDIR = ../../release/plugins
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-- icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-+ icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- icon.files = weby.png
- INSTALLS += target \
- icon
-diff -ur a/src/src.pro b/src/src.pro ---- a/src/src.pro 2017-03-01 15:50:28.430152700 +0200 -+++ b/src/src.pro 2017-03-01 15:51:18.931300883 +0200 -@@ -71,11 +71,10 @@ - platform_base_hotkey.h \
- platform_base_hottrigger.h
-
-- PREFIX = /usr
- LIBS += -lX11 -lXext -lXrender
- DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
-- PLUGINS_PATH=\\\"$$PREFIX/lib/launchy/plugins/\\\" \
-- PLATFORMS_PATH=\\\"$$PREFIX/lib/launchy/\\\"
-+ PLUGINS_PATH=\\\"$$PREFIX/$$LIBDIR/launchy/plugins/\\\" \
-+ PLATFORMS_PATH=\\\"$$PREFIX/$$LIBDIR/launchy/\\\"
- if(!debug_and_release|build_pass) {
- CONFIG(debug, debug|release):DESTDIR = ../debug/
- CONFIG(release, debug|release):DESTDIR = ../release/
-Only in a/src: src.pro.orig diff --git a/x11-misc/launchy/files/launchy-2.5-underlink.patch b/x11-misc/launchy/files/launchy-2.5-underlink.patch deleted file mode 100644 index f14110d581b5..000000000000 --- a/x11-misc/launchy/files/launchy-2.5-underlink.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/src.pro b/src/src.pro -index 13a627d..f720a22 100644 ---- a/src/src.pro -+++ b/src/src.pro -@@ -72,6 +72,7 @@ unix:!macx { - platform_base_hottrigger.h
-
- PREFIX = /usr
-+ LIBS += -lX11 -lXext -lXrender
- DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
- PLUGINS_PATH=\\\"$$PREFIX/lib64/launchy/plugins/\\\" \
- PLATFORMS_PATH=\\\"$$PREFIX/lib64/launchy/\\\"
diff --git a/x11-misc/launchy/launchy-2.5-r1.ebuild b/x11-misc/launchy/launchy-2.5-r1.ebuild deleted file mode 100644 index 8b1a33abaefe..000000000000 --- a/x11-misc/launchy/launchy-2.5-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit fdo-mime gnome2-utils qmake-utils - -DESCRIPTION="utility that merges application menus, your desktop and even your file manager" -HOMEPAGE="http://www.launchy.net/" -SRC_URI="http://www.launchy.net/downloads/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtgui:4 - x11-libs/libX11 -" -DEPEND="${RDEPEND} - dev-libs/boost - x11-proto/xproto -" - -PATCHES=( - "${FILESDIR}"/${P}-underlink.patch - "${FILESDIR}"/${P}-prefix-and-libdir.patch -) - -src_configure() { - eqmake4 Launchy.pro PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)" -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} diff --git a/x11-misc/launchy/metadata.xml b/x11-misc/launchy/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/x11-misc/launchy/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/ptbatterysystemtray/Manifest b/x11-misc/ptbatterysystemtray/Manifest deleted file mode 100644 index 1e1566e3e634..000000000000 --- a/x11-misc/ptbatterysystemtray/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ptbatterysystemtray-1.0.0_rc2.tar.gz 234884 BLAKE2B e0e35440ae2db843150f73d5f4e7a118ddc71e185ed3471ddffc8524a92866c503ad7242402ec8080befe4f56d52a25aab5856026aa0f08369d599a9864d16ef SHA512 869eb71032691738277c1ba16b9e8d6e79ab25e8c533c2c12b4a69c6dbfee53d40bb471e4d28ce60b9e3dae19aea166953b5d5641ae0ba873ef55811fdd088e5 diff --git a/x11-misc/ptbatterysystemtray/metadata.xml b/x11-misc/ptbatterysystemtray/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/x11-misc/ptbatterysystemtray/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild deleted file mode 100644 index 7d6fc320438b..000000000000 --- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit qt4-r2 - -DESCRIPTION="A simple battery monitor in the system tray" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND}" - -DOCS="AUTHORS ChangeLog README" - -src_unpack() { - default - mv ${PN}-${PN} "${S}" || die -} - -src_configure() { - eqmake4 ${PN}.pro INSTALL_PREFIX=/usr -} diff --git a/x11-misc/touchfreeze/Manifest b/x11-misc/touchfreeze/Manifest deleted file mode 100644 index bf7e52b4d840..000000000000 --- a/x11-misc/touchfreeze/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST touchfreeze-0.2.5.tar.gz 24023 BLAKE2B e18c7ed107185ce4a612aabc12c902e98530bd3132a7aadc61f786cd266cfc916c7691a610f07b73bac7f2a09d4a5c4f32be84f9de01d0bdccc478c5e6b3433e SHA512 cd391cf91b6cb7f85253f38413fd67a130e3cee1115dd0673dcd9de65ef22ffa1bc33649ea52ba2d98ae72b525ec006874e5e64adeda7bcf5cedfc553e5d992b diff --git a/x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch b/x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch deleted file mode 100644 index e9f331307680..000000000000 --- a/x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- TouchFreeze.pro -+++ TouchFreeze.pro -@@ -3,3 +3,4 @@ - RESOURCES+=stuff.qrc - SOURCES+=main.cpp TouchFreezeApp.cpp TouchFreezeUI.cpp SynDaemon.cpp - HEADERS+=TouchFreezeApp.h TouchFreezeUI.h SynDaemon.h Version.h -+LIBS+=-lX11 diff --git a/x11-misc/touchfreeze/metadata.xml b/x11-misc/touchfreeze/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/x11-misc/touchfreeze/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild b/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild deleted file mode 100644 index a473260e01e7..000000000000 --- a/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils qt4-r2 - -DESCRIPTION="X11 touch pad driver configuration utility" -HOMEPAGE="http://kde-apps.org/content/show.php/TouchFreeze?content=61442" -SRC_URI="http://www.fit.vutbr.cz/~kombrink/personal/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND="x11-libs/libX11 - dev-qt/qtcore:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND} - x11-drivers/xf86-input-synaptics -" - -PATCHES=( - "${FILESDIR}"/${P}-underlinking.patch -) - -src_install() { - dobin ${PN} - newicon res/touchpad.svg ${PN}.svg - dodoc AUTHORS README - make_desktop_entry ${PN} TouchFreeze ${PN} 'Qt;System' -} diff --git a/x11-misc/wmiface/Manifest b/x11-misc/wmiface/Manifest deleted file mode 100644 index bed9038f80f5..000000000000 --- a/x11-misc/wmiface/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmiface-2.1.tar.gz 95167 BLAKE2B b5314dd70b502e1ed65da631fcea6b6623238f5934f64fed5a1788f52bd9dfdbd1a74d9ac1136609fc7fb3111f163c05ba9d3ac2e6e5b1906feffb702d7b4e5a SHA512 767ec2f0a23def3a5e00c77702049356a08b6bad51becfa685e47be53408de5206c36df0aa394947318b3f54481646d2b0b1a4394e79cfe08281d8fb41a3e568 diff --git a/x11-misc/wmiface/metadata.xml b/x11-misc/wmiface/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/x11-misc/wmiface/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 type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> -</pkgmetadata> diff --git a/x11-misc/wmiface/wmiface-2.1.ebuild b/x11-misc/wmiface/wmiface-2.1.ebuild deleted file mode 100644 index 7ca378bc55e7..000000000000 --- a/x11-misc/wmiface/wmiface-2.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Command line tool allowing user scripting of the running window manager" -HOMEPAGE="http://kde-apps.org/content/show.php/WMIface?content=40425" -SRC_URI="https://home.kde.org/~seli/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=" - dev-qt/qtcore:4 - x11-libs/libX11 -" -DEPEND="${DEPEND} - dev-qt/qtgui:4 -" |