summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-12-31 15:16:02 +0100
committerPacho Ramos <pacho@gentoo.org>2016-12-31 15:16:13 +0100
commit7a16304f48603371a9de922a42741420a7329fc9 (patch)
tree19c347d162c8419801091f9c8854195b64d428ad /app-pda
parentprofiles: Move media-libs/mlt[vdpau] package.use.mask from base to arch (diff)
downloadgentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.gz
gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.bz2
gentoo-7a16304f48603371a9de922a42741420a7329fc9.zip
Remove masked for removal packages
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/orange/Manifest1
-rw-r--r--app-pda/orange/metadata.xml12
-rw-r--r--app-pda/orange/orange-0.4.ebuild37
-rw-r--r--app-pda/synce-core/Manifest1
-rw-r--r--app-pda/synce-core/metadata.xml8
-rw-r--r--app-pda/synce-core/synce-core-0.16-r1.ebuild79
6 files changed, 0 insertions, 138 deletions
diff --git a/app-pda/orange/Manifest b/app-pda/orange/Manifest
deleted file mode 100644
index 1019eb23e223..000000000000
--- a/app-pda/orange/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST liborange-0.4.tar.gz 330089 SHA256 023fc4ecdd4e775023b89d8fea37918ed8ba55012578e4f7ac0ec3cd1e843fbe SHA512 62ac6687c7d6bfd12d6adce5eecdf9388f719c65127bda3ba8e54750cc8bc8e239286859fcbeed7acdce866f32793e3aabbe943c08f1403b5863300c817772b2 WHIRLPOOL 9cc179e000d9620136e725f07d64bd45942c24fa74d4c735becb35803b1d6090f488ae09dbbdee645cd113a40c79bcaade4e4a517c883d222b6c4408e71b75d5
diff --git a/app-pda/orange/metadata.xml b/app-pda/orange/metadata.xml
deleted file mode 100644
index 879c88c57e49..000000000000
--- a/app-pda/orange/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Orange is a tool and library for squeezing out juicy installable Microsoft
- Cabinet Files from self-extracting installers for Microsoft Windows
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">synce</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-pda/orange/orange-0.4.ebuild b/app-pda/orange/orange-0.4.ebuild
deleted file mode 100644
index 7821934b7fd8..000000000000
--- a/app-pda/orange/orange-0.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-MY_P=lib${P}
-
-DESCRIPTION="A tool and library for extracting cabs from executable installers"
-HOMEPAGE="https://sourceforge.net/projects/synce/"
-SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="app-pda/synce-core
- >=app-pda/dynamite-0.1.1
- >=app-arch/unshield-0.6
- sys-apps/file
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="ChangeLog TODO"
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/app-pda/synce-core/Manifest b/app-pda/synce-core/Manifest
deleted file mode 100644
index 8cf0dc41b7f1..000000000000
--- a/app-pda/synce-core/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST synce-core-0.16.tar.gz 703275 SHA256 e1b120bbbc9728b43ff4d3c82f521dd0e55560356c9e2ce2f059cc5f44edd641 SHA512 eb5fc6743ea77ff8e27b5e96300a120a78510be16ba846b20ec0c99e3e969d4af649566e46addb0e3a88da875639e6b150a7cda8dcee706235fe9103f9ffe8ff WHIRLPOOL 226a581e7abbd7c4d0631fd31a4203678f6ea8bbe15c42a88bfed03898deb19edc9a25c68f9d906e7a53c62f6a7d2ad26f4030b80e7202aebf47b5add3ec4a86
diff --git a/app-pda/synce-core/metadata.xml b/app-pda/synce-core/metadata.xml
deleted file mode 100644
index 6bf8d23c773d..000000000000
--- a/app-pda/synce-core/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">synce</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-pda/synce-core/synce-core-0.16-r1.ebuild b/app-pda/synce-core/synce-core-0.16-r1.ebuild
deleted file mode 100644
index e0e6562694ab..000000000000
--- a/app-pda/synce-core/synce-core-0.16-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND="python? 2:2.7"
-
-inherit flag-o-matic python
-
-DESCRIPTION="Base libraries, including RAPI protocol, tools and dccm daemon"
-HOMEPAGE="https://sourceforge.net/projects/synce/"
-SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python static-libs"
-
-# AC_PATH_PROG -> pppd -> net-dialup/ppp
-# AC_PATH_PROG -> ifconfig -> sys-apps/net-tools
-RDEPEND="!app-pda/synce-connector
- >=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.28
- !dev-libs/librapi2
- !dev-libs/libsynce
- net-dialup/ppp
- sys-apps/net-tools
- virtual/libgudev
- virtual/udev
- python? (
- >=dev-python/pyrex-0.9.6
- dev-python/python-gudev
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-}
-
-src_prepare() {
- # AC_PATH_PROG -> dhclient ->
- local dhclient=true
- type -P dhclient >/dev/null && dhclient=dhclient
- sed -i -e "s:dhclient:${dhclient}:" configure || die
-
- use python && python_convert_shebangs -r 2 .
-}
-
-src_configure() {
- append-cflags -fno-strict-aliasing
-
- # hal OR udev -> udev -> dbus -> build all of bluetooth, odccm, udev
- econf \
- $(use_enable static-libs static) \
- --enable-dccm-file-support \
- --enable-odccm-support \
- --disable-hal-support \
- --enable-udev-support \
- --enable-bluetooth-support \
- $(use_enable python python-bindings)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc BUGS ChangeLog README* TODO
- newdoc bluetooth/README README.bluetooth
-
- # prune_libtool_files() from eutils.eclass fails wrt #421197
- find "${ED}" -name '*.la' -exec rm -f {} +
-
- # Always remove static archive from site-packages
- use static-libs && find "${ED}" -name pyrapi2.a -exec rm -f {} +
-}