summaryrefslogtreecommitdiff
path: root/app-pda
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /app-pda
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/Manifest.gzbin2227 -> 2066 bytes
-rw-r--r--app-pda/barry/Manifest4
-rw-r--r--app-pda/barry/barry-0.18.3.ebuild96
-rw-r--r--app-pda/barry/files/barry-0.18.4-shared_ptr.patch25
-rw-r--r--app-pda/barry/metadata.xml16
5 files changed, 0 insertions, 141 deletions
diff --git a/app-pda/Manifest.gz b/app-pda/Manifest.gz
index ea5e9f23096b..68ae9395b7a0 100644
--- a/app-pda/Manifest.gz
+++ b/app-pda/Manifest.gz
Binary files differ
diff --git a/app-pda/barry/Manifest b/app-pda/barry/Manifest
deleted file mode 100644
index e399e3d75228..000000000000
--- a/app-pda/barry/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX barry-0.18.4-shared_ptr.patch 746 BLAKE2B c45dbda427c25807e1cdb9d3d54a5695a92623230eaaabe41cff71236715c816f1d2de6e8c29f71d993288803010803fe046a3a96e39d9f0b6da3a7f452d793c SHA512 b376e3553aa22d3aa8a04cee766d34aae3d03ad3677174d5f02118653fbfe8391175238727cf0c21c0caf33a850cc10fa0fcf077266815e891bf5efbb3d0d745
-DIST barry-0.18.3.tar.bz2 3457451 BLAKE2B ba7f49e95ac85d764c1275f6dc06f4a7be080d8d725466e1bb8d23977437879f2f7bf7581d9f5bc1262a07f8d1478992ce3c62c9893504f1094dcfb16d944ebd SHA512 4944d22bd5f5a76201ca10ccaf9d12ecf21b298e5b9c8d3d503441e0ad0386a94699c48ae683004992508bb385e75ec137859509663148f2f148933fa508e7fd
-EBUILD barry-0.18.3.ebuild 2080 BLAKE2B 60ea66f66b1cbf4fa19c89412dba9c3c7d648830d8d1dc27101e91e93dcd1afecef3db903f0e24ef3c718f3338b660d2c9f151eb48f2f07478a5cc32a2dd58bf SHA512 fdcf8657f7a3ef53d3739d8e7aee01e591190627754a92ec13687e7f40d23eda0efe23c0b0974ce67b0a9873f4bb111864af06f33838e5c44910ebbd2089745d
-MISC metadata.xml 525 BLAKE2B a79c309aceb6e75a8b9128f201f7fcbd16c57819b9c792ce971cae25305f79fc51ddb2497befab2395ecb88c20ea03529d591960a2a10ff74996fecc2ba0e76d SHA512 9d15cd593eef39c67b230926522e2f59efa11663517b292bbc947d16c3be1a9e173e1b1f75a580e8d5cb951a7c6dd5e4800cd0fcd9e3bade16a12d94a1656477
diff --git a/app-pda/barry/barry-0.18.3.ebuild b/app-pda/barry/barry-0.18.3.ebuild
deleted file mode 100644
index 2162d8fc9d85..000000000000
--- a/app-pda/barry/barry-0.18.3.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 desktop udev xdg
-
-DESCRIPTION="Sync, backup, program management, and charging for BlackBerry devices"
-HOMEPAGE="http://www.netdirect.ca/software/packages/barry/"
-SRC_URI="mirror://sourceforge/barry/${P}.tar.bz2"
-
-LICENSE="CC-BY-SA-3.0 GPL-2" #See logo/README for CCPL
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="boost doc gui nls"
-
-RDEPEND="
- >=dev-cpp/libxmlpp-2.6:2.6
- dev-libs/glib:2
- >=dev-libs/libtar-1.2.11-r2
- >=media-libs/libsdl-1.2
- >=sys-fs/fuse-2.5:=
- sys-libs/zlib
- virtual/libusb:1
- boost? ( dev-libs/boost:= )
- gui? (
- dev-cpp/glibmm:2
- dev-cpp/gtkmm:2.4
- dev-cpp/libglademm:2.4
- )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- doc? ( >=app-doc/doxygen-1.5.6 )
- nls? ( >=sys-devel/gettext-0.18.1.1 )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.18.4-shared_ptr.patch )
-
-src_prepare() {
- default
-
- sed -e 's:plugdev:usb:g' -i udev/99-blackberry-perms.rules || die
- sed -e '/Icon/s:=.*:=barry:' -i menu/*.desktop || die
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable boost) \
- $(use_enable gui) \
- --disable-desktop \
- --disable-rpath \
- --disable-static
-}
-
-src_compile() {
- default
-
- if use doc; then
- doxygen || die
- # clean out cruft
- find doc/www/doxygen/html/ \( \
- -iname '*.map*' -o \
- -iname '*.md5' -o \
- -iname '*.php' -o \
- -iname '*.sh' \) -delete || die
- fi
-}
-
-src_install() {
- default
-
- # docs
- dodoc KnownBugs
- use doc && dodoc -r doc/www/doxygen/html
- rm -rf doc/www || die
- dodoc -r doc/.
-
- # Skipping different (old Fedora) rules 69-blackberry.rules in purpose
- udev_dorules udev/10-blackberry.rules udev/99-blackberry-perms.rules
-
- # blacklist for BERRY_CHARGE kernel module
- insinto /lib/modprobe.d
- doins modprobe/blacklist-berry_charge.conf
-
- # pppd options files
- docinto ppp
- dodoc -r ppp/.
-
- dobashcomp bash/btool bash/bjavaloader
-
- newicon -s scalable logo/${PN}_logo_icon.svg ${PN}.svg
- use gui && domenu menu/barrybackup.desktop
-
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/app-pda/barry/files/barry-0.18.4-shared_ptr.patch b/app-pda/barry/files/barry-0.18.4-shared_ptr.patch
deleted file mode 100644
index dbccfe66ea21..000000000000
--- a/app-pda/barry/files/barry-0.18.4-shared_ptr.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-With -std=c++-11 shared_ptr is available in the standard library so pulling in
-the std::tr1 namespace creates an ambiguous reference. Simple fix is to stop
-doing that but isn't backwards compatible. We don't care in Gentoo since we'll
-always be building barry with -std=c++11 due to libsigc++ abi compatibility.
-
---- a/tools/bio.cc
-+++ b/tools/bio.cc
-@@ -42,7 +42,6 @@
- #include "i18n.h"
-
- using namespace std;
--using namespace std::tr1;
- using namespace Barry;
-
- // keeping a record of all the -i device / -o device pin numbers, so
---- a/tools/btool.cc
-+++ b/tools/btool.cc
-@@ -59,7 +59,6 @@
- #include "barrygetopt.h"
-
- using namespace std;
--using namespace std::tr1;
- using namespace Barry;
-
- std::map<std::string, std::string> SortKeys;
diff --git a/app-pda/barry/metadata.xml b/app-pda/barry/metadata.xml
deleted file mode 100644
index 0e8721b7ec67..000000000000
--- a/app-pda/barry/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!--maintainer-needed-->
- <longdescription lang="en">
- Barry is a utility for synchronization, backup, restore,
- program management, and charging of BlackBerry devices.
- </longdescription>
- <use>
- <flag name="boost">Enable boost support</flag>
- <flag name="gui">Install the GUI backup tool</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">barry</remote-id>
- </upstream>
-</pkgmetadata>