diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-12-13 20:03:12 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-13 20:03:43 +1100 |
commit | 1fe2320995320ae1133f560a6bcfaea366d4d685 (patch) | |
tree | 6b45b48a12e4615ec2cd4190099515102888a249 /net-im/toxic | |
parent | dev-util/astyle: remove old (diff) | |
download | gentoo-1fe2320995320ae1133f560a6bcfaea366d4d685.tar.gz gentoo-1fe2320995320ae1133f560a6bcfaea366d4d685.tar.bz2 gentoo-1fe2320995320ae1133f560a6bcfaea366d4d685.zip |
net-im/toxic: remove old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/Manifest | 2 | ||||
-rw-r--r-- | net-im/toxic/metadata.xml | 1 | ||||
-rw-r--r-- | net-im/toxic/toxic-0.7.1.ebuild | 47 | ||||
-rw-r--r-- | net-im/toxic/toxic-0.7.2-r1.ebuild | 47 | ||||
-rw-r--r-- | net-im/toxic/toxic-0.7.2.ebuild | 47 | ||||
-rw-r--r-- | net-im/toxic/toxic-0.8.0.ebuild | 74 |
6 files changed, 0 insertions, 218 deletions
diff --git a/net-im/toxic/Manifest b/net-im/toxic/Manifest index ab06ab29b7cd..386106c5dd74 100644 --- a/net-im/toxic/Manifest +++ b/net-im/toxic/Manifest @@ -1,3 +1 @@ -DIST toxic-0.7.1.tar.gz 1137112 BLAKE2B 1fabde2e664a97972f2c4bb57dfa168a24736ef4ca4df4026046549c2b64bbef3bd67c7693fce0b215a337a9b021a26e290f4f9ca0c1628bf6f719af10acb438 SHA512 c304b07a67ed27a25394590eb8759b5dd957605be4eb9e64590d4580da0977e1cd201e8b95ae1b31e995772560510ceb0643028696e2df69e1f5d0dff575b553 -DIST toxic-0.7.2.tar.gz 1136947 BLAKE2B ded55d52e1ecd5a306a3a0c872548bf4564a9ba88fbc3f37f22ac3d4dd12d446076e345f7a529bd93af61bebdb0af334cf83b5cd5934fa750b838c97bfb6925c SHA512 cf3fd0afdc63aa4d2039e08a8f9f32a042a6412f0a242823205fcf058f56e732468389d4bdf614ded8b0d9704b05a315044ee216edd51546501a24be0b6d5b26 DIST toxic-0.8.0.tar.gz 1145799 BLAKE2B 01dd14d28feac0aadd1e87d8538910601b532e8cb02219091a863502eb80f812a034eecf06f131ff878509dfc1eb40e5f9baf7547180346eeb03bdb7dea4a6ed SHA512 3c59edb61b1bcdbfa3a8391a1a1ceccc6c9c38b49c1709813d60480b180fb39607806116b9dcd1de35ebb02e23e95d78c8191f04a4875e06e27fa43bc9800b33 diff --git a/net-im/toxic/metadata.xml b/net-im/toxic/metadata.xml index 710f1f2fac03..7982519991a9 100644 --- a/net-im/toxic/metadata.xml +++ b/net-im/toxic/metadata.xml @@ -14,7 +14,6 @@ </longdescription> <use> <flag name="audio">Enables audio calling</flag> - <flag name="av">Enables audio/video functionality (deprecated)</flag> <flag name="notifications">Enables desktop notifications with libnotify, with sound support.</flag> <flag name="qrcode">Enables QR code support</flag> <flag name="video">Enables video calling</flag> diff --git a/net-im/toxic/toxic-0.7.1.ebuild b/net-im/toxic/toxic-0.7.1.ebuild deleted file mode 100644 index db462b32e61e..000000000000 --- a/net-im/toxic/toxic-0.7.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A curses-based client for Tox." -HOMEPAGE="https://github.com/JFreegman/toxic" -SRC_URI="https://github.com/JFreegman/toxic/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+X +av notifications" - -RDEPEND=" - net-libs/tox:0/0.0[av?] - dev-libs/libconfig - media-gfx/qrencode - net-misc/curl - sys-libs/ncurses:0= - av? ( media-libs/openal media-libs/freealut ) - notifications? ( x11-libs/libnotify ) -" -DEPEND="${RDEPEND}" - -src_configure() { - if ! use av; then - export DISABLE_AV=1 - export DISABLE_SOUND_NOTIFY=1 - fi - if ! use X; then - export DISABLE_X11=1 - fi - if ! use notifications; then - export DISABLE_DESKTOP_NOTIFY=1 - fi - sed -i \ - -e "s,/usr/local,${EPREFIX}/usr,g" \ - cfg/global_vars.mk || die "PREFIX sed failed" -} - -src_install() { - default - if ! use av; then - rm -r "${ED%/}"/usr/share/${PN}/sounds || die "Could not remove sound dir" - fi -} diff --git a/net-im/toxic/toxic-0.7.2-r1.ebuild b/net-im/toxic/toxic-0.7.2-r1.ebuild deleted file mode 100644 index 5f233b24df59..000000000000 --- a/net-im/toxic/toxic-0.7.2-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A curses-based client for Tox." -HOMEPAGE="https://github.com/JFreegman/toxic" -SRC_URI="https://github.com/JFreegman/toxic/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+X +av notifications" - -RDEPEND=" - net-libs/tox:0/0.1[av?] - dev-libs/libconfig - media-gfx/qrencode - net-misc/curl - sys-libs/ncurses:0= - av? ( media-libs/openal media-libs/freealut ) - notifications? ( x11-libs/libnotify ) -" -DEPEND="${RDEPEND}" - -src_configure() { - if ! use av; then - export DISABLE_AV=1 - export DISABLE_SOUND_NOTIFY=1 - fi - if ! use X; then - export DISABLE_X11=1 - fi - if ! use notifications; then - export DISABLE_DESKTOP_NOTIFY=1 - fi - sed -i \ - -e "s,/usr/local,${EPREFIX}/usr,g" \ - cfg/global_vars.mk || die "PREFIX sed failed" -} - -src_install() { - default - if ! use av; then - rm -r "${ED%/}"/usr/share/${PN}/sounds || die "Could not remove sound dir" - fi -} diff --git a/net-im/toxic/toxic-0.7.2.ebuild b/net-im/toxic/toxic-0.7.2.ebuild deleted file mode 100644 index 318b8bf15675..000000000000 --- a/net-im/toxic/toxic-0.7.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A curses-based client for Tox." -HOMEPAGE="https://github.com/JFreegman/toxic" -SRC_URI="https://github.com/JFreegman/toxic/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+X +av notifications" - -RDEPEND=" - net-libs/tox:0/0.0[av?] - dev-libs/libconfig - media-gfx/qrencode - net-misc/curl - sys-libs/ncurses:0= - av? ( media-libs/openal media-libs/freealut ) - notifications? ( x11-libs/libnotify ) -" -DEPEND="${RDEPEND}" - -src_configure() { - if ! use av; then - export DISABLE_AV=1 - export DISABLE_SOUND_NOTIFY=1 - fi - if ! use X; then - export DISABLE_X11=1 - fi - if ! use notifications; then - export DISABLE_DESKTOP_NOTIFY=1 - fi - sed -i \ - -e "s,/usr/local,${EPREFIX}/usr,g" \ - cfg/global_vars.mk || die "PREFIX sed failed" -} - -src_install() { - default - if ! use av; then - rm -r "${ED%/}"/usr/share/${PN}/sounds || die "Could not remove sound dir" - fi -} diff --git a/net-im/toxic/toxic-0.8.0.ebuild b/net-im/toxic/toxic-0.8.0.ebuild deleted file mode 100644 index 4758d0bbde4b..000000000000 --- a/net-im/toxic/toxic-0.8.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) - -inherit python-single-r1 - -DESCRIPTION="A curses-based client for Tox." -HOMEPAGE="https://github.com/JFreegman/toxic" -SRC_URI="https://github.com/JFreegman/toxic/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+X +av notifications +python +qrcode" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - net-libs/tox:0/0.1[av?] - dev-libs/libconfig - net-misc/curl:0= - sys-libs/ncurses:0= - av? ( media-libs/openal media-libs/freealut ) - notifications? ( x11-libs/libnotify ) - python? ( ${PYTHON_DEPS} ) - qrcode? ( media-gfx/qrencode ) -" -DEPEND=" - virtual/pkgconfig - ${RDEPEND} -" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - default - # bug 630370: version string correction 0.7.2 -> 0.8.0 - # REMOVE THIS FOR toxic != 0.8.0 - sed -i \ - -e 's/^\(TOXIC_VERSION =\).*$/\1 0.8.0/' \ - cfg/global_vars.mk || die "Version string correction failed." -} - -src_configure() { - if ! use av; then - export DISABLE_AV=1 - export DISABLE_SOUND_NOTIFY=1 - fi - if ! use X; then - export DISABLE_X11=1 - fi - if ! use notifications; then - export DISABLE_DESKTOP_NOTIFY=1 - fi - if ! use qrcode; then - export DISABLE_QRPNG=1 - fi - if use python; then - export ENABLE_PYTHON=1 - fi - sed -i \ - -e "s,/usr/local,${EPREFIX}/usr,g" \ - cfg/global_vars.mk || die "PREFIX sed failed" -} - -src_install() { - default - if ! use av; then - rm -r "${ED%/}"/usr/share/${PN}/sounds || die "Could not remove sounds directory" - fi -} |