diff options
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/Manifest.gz | bin | 2392 -> 2395 bytes | |||
-rw-r--r-- | app-mobilephone/smstools/Manifest | 2 | ||||
-rw-r--r-- | app-mobilephone/smstools/files/3.1.15-makefile-whitespace.patch | 11 | ||||
-rw-r--r-- | app-mobilephone/smstools/files/smsd.initd3 | 30 | ||||
-rw-r--r-- | app-mobilephone/sobexsrv/Manifest | 1 | ||||
-rw-r--r-- | app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild | 93 |
6 files changed, 0 insertions, 137 deletions
diff --git a/app-mobilephone/Manifest.gz b/app-mobilephone/Manifest.gz Binary files differindex 6ffc9a272d21..028f0e825ef9 100644 --- a/app-mobilephone/Manifest.gz +++ b/app-mobilephone/Manifest.gz diff --git a/app-mobilephone/smstools/Manifest b/app-mobilephone/smstools/Manifest index 15f6b24139a3..6b58dc56fc3b 100644 --- a/app-mobilephone/smstools/Manifest +++ b/app-mobilephone/smstools/Manifest @@ -1,6 +1,4 @@ -AUX 3.1.15-makefile-whitespace.patch 332 BLAKE2B b054af95777e475c16cad361f16860d0193a7b3a444f598308c65e21d33a6de9f81418ea2de4de6ec35c51e6b0152a17a427961226f6d350178f89a70d683be7 SHA512 d8a018b0af45a067fe49a2afe00fa9906d9e9424eec20d75701b903618b6c02929ca4dda17064bf157bd319fc3d2be8803ff71f6a2b6ab8aa2663e528b0f9378 AUX 3.1.21-gawk-location.patch 395 BLAKE2B c112570a1eb50fab5f28b0e534b7ed2f5039faea9f13b3340ac117cddfc3071185e4bd8636b3649d50959917d8dd2b124c1d43cf92537ed25d7fac40bca5fdb6 SHA512 ec7ebfe9198743c34297b88d082811a597732d3a74b0609a558dac7c4d00d8de02154052e30ffd266600ddc20b6f056e768aa7de4f670ccd0ebc87c061ece321 -AUX smsd.initd3 656 BLAKE2B 51723d4bffe650d5756677a328797d9d634687a0e009553d2a7c2af7eb2f84f0fca7459e11d86dd48929566d6914c6ac7a21c252103ec76116962fa696a4e53e SHA512 36ae79a4d8661a66be5e74fdac4a3055f45ee64049167892fbe4301e8dfe01a3c3365eb7939eda5de6b5d512923078019a1a427f98c33e034f76d253df91ef1d AUX smsd.initd4 544 BLAKE2B 7e8ea8dfa369d65beda7b6262c8c5bbf75dccc3a9dd1530c986e26212a51ee2fd5396f559414fdf6bf6c2c116ba0d06e2dbf588619962bfd3e5fb126c4d2e280 SHA512 4060e8ca95ccd7b237f2d32be35e30de532dd03a1b2e88e9c516e7f94383a790bdbac9ed20b482103f425f3b84097bc02308588b313a3651c5d251d92d5f61e2 AUX smsd.service 232 BLAKE2B e02904692d7d397618e03a759a5d515c95b6c3d7e34f6e8a68642518a412c93738bb9ee3afc9604dc93ea96787dfefc9727e84fa848a647e49d4be67c80d5a28 SHA512 60b2d56b4fb5f174c9a9111891633a1eca6e831a0abad7d348c04d63776af832256a1bf0ed300196c429056106226e98178e60215c867e6ec9f998a7029295d1 AUX smsd.tmpfiles 28 BLAKE2B 1f7dc406901d08d362ad2ca8ad236c8d5c45166c97501d0b314a644f2fb9994e2d3f9071f61dc8d42f1d1b7aa272b1741aa97bcdffce457a385d0c3f6ec4ad1a SHA512 e8169ac96bff820996b13971f47e40550cbfa87a46f74304c4a42afe5a0fb779e65244dda5c7b3fae40d3eb0a669f2b4d5f5bfeeb576e88e04ddda812da9234a diff --git a/app-mobilephone/smstools/files/3.1.15-makefile-whitespace.patch b/app-mobilephone/smstools/files/3.1.15-makefile-whitespace.patch deleted file mode 100644 index 70455bef6c56..000000000000 --- a/app-mobilephone/smstools/files/3.1.15-makefile-whitespace.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- smstools3/src/Makefile.old 2014-04-25 23:28:46.324045112 +1000 -+++ smstools3/src/Makefile 2014-04-25 23:33:26.453061496 +1000 -@@ -43,7 +43,7 @@ - - ifneq (,$(findstring SOLARIS,$(CFLAGS))) - ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS))) --override LFLAGS += -lsocket -lnsl -+ override LFLAGS += -lsocket -lnsl - endif - endif - diff --git a/app-mobilephone/smstools/files/smsd.initd3 b/app-mobilephone/smstools/files/smsd.initd3 deleted file mode 100644 index ae53a7fc0e08..000000000000 --- a/app-mobilephone/smstools/files/smsd.initd3 +++ /dev/null @@ -1,30 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need localmount -} - -start() { - if ! [ -d /var/run/smsd ]; then - ebegin "Creating /var/run/smsd for ${SVCNAME}" - mkdir /var/run/smsd \ - && chown smsd:sms /var/run/smsd \ - && chmod 770 /var/run/smsd - eend $? - fi - - chown smsd:sms /var/log/smsd.log - ebegin "Starting smsd" - start-stop-daemon -b -u smsd:sms --start --exec /usr/bin/smsd -- \ - -c /etc/smsd.conf -p /var/run/smsd/smsd.pid \ - -i /var/run/smsd/smsd.working - eend ${?} -} - -stop() { - ebegin "Stopping smsd" - start-stop-daemon --stop -n smsd - eend ${?} -} diff --git a/app-mobilephone/sobexsrv/Manifest b/app-mobilephone/sobexsrv/Manifest index 8d655024196c..5b67efff69f0 100644 --- a/app-mobilephone/sobexsrv/Manifest +++ b/app-mobilephone/sobexsrv/Manifest @@ -3,6 +3,5 @@ AUX init.d_sobexsrv 1471 BLAKE2B eaf115c6303ede41dbeeaa60561082ac07b9d908f391eb4 AUX sobexsrv-1.0.1-openobex16.patch 1346 BLAKE2B ec63105eb6db6fd959044134fd66b8b3018093a5efec4b6b6b63c45d9bcca84c678addc56bfefaad0fca1696c148107513a1640473cb37f5320c2fab9a623ded SHA512 a1db1a916c0c2f6f237a4434bf1f11b0b6f540ad62fa9687d886e4ff97f6bb916be7763a24bdc56bf8fd3334ead426e0ed2003c0208c3c743f49b13b2bf8ab2a DIST sobexsrv-1.0.1-fix64.patch 25040 BLAKE2B 9796779fdde39c79371a978d4bdb9d6761f9467ecc353096c3d1b13fe1d5aa4f7ceef137d07c52467a175b7bc756e6c747a2800a2dbb2dcd281be463499106c9 SHA512 9d555bee8d03c13061bbe132df6442daa4d8817ef713e92e5150b1994af110c5b01b34f8bcc1c3ae734529e36bb70f56976ab261f860e95e3de3ffe440a7b393 DIST sobexsrv-1.0.1.tar.gz 27683 BLAKE2B f1aa103aa8a70ea7408ced7b0a3944d0ba61dc9750425160ee95bb69e1f1cf4479fbecef7be3ba4b6cbec2a7f518bed18318ca694545a4606888e7663adb0d38 SHA512 52fe5eff812596caa1f4b8579740ce8b2591db17950d68c093cfdb33ca5b899bfc5c142594843948a29ae0b1bdbe4499a1e24c270c92e61d02fd07a02d9d40cd -EBUILD sobexsrv-1.0.1-r2.ebuild 2005 BLAKE2B 28fedfe5d4f64bc696d1f481a9855c57bbeb0ae8e6ca0fa9cd493b718051089abb3f17ee96c526f07600d33050bd57c6940d1b7d9178310d2c6735a6dde51071 SHA512 1a60a31ea11f4b21039fcd5e4694fa0d5c5b91c11fccb09d362a8d7862885f2c628f6f52b736db4347fd29a3e6a63b2375868d5771363c2dde272eac2e692637 EBUILD sobexsrv-1.0.1-r3.ebuild 1512 BLAKE2B 189f9c6e408476e55c7d2b5134dbb0bd480cd88098006c8baa4e9f5a84e7fca281e7ec2c1bb8ebdfa619f0f42bb9eae752d294436aee513c8fd42db0d5496ce6 SHA512 bd7f5443552b5d05f9073a5574cfb91e8025a5003357f242e646286f168f7c74256ec284793420b2c4b55e1cff55715b294c2f339f01be28975798425a008ccf MISC metadata.xml 920 BLAKE2B ac1ea1fc1f85d7dd43c548d89ef3473bb5b78f2e3ab4275c28db702865e492261db1ab908496661ebda406771d7d8080e9057bed865b703b9920ee86b48c8b34 SHA512 30b149f3e197dc0a45cd27a618a0dcc6c9968dae44576c47dd6ebdedda06d5fed8b03ae1e0f94133804551366a90a97614d5d5eca334dbdabd4398278645aab9 diff --git a/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild b/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild deleted file mode 100644 index 442f57871b07..000000000000 --- a/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 toolchain-funcs user - -MY_P="${P/_pre/pre}" - -DESCRIPTION="Scripting/Secure OBEX Server (for BlueZ Linux)" -SRC_URI="http://www.mulliner.org/bluetooth/${MY_P}.tar.gz - https://dev.gentoo.org/~joker/${P}-fix64.patch" -HOMEPAGE="http://www.mulliner.org/bluetooth/sobexsrv.php" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -IUSE="gtk" - -DEPEND=" - >=dev-libs/openobex-1.7.2-r1 - net-wireless/bluez - gtk? ( ${PYTHON_DEPS} )" -RDEPEND="${DEPEND} - gtk? ( - ${PYTHON_DEPS} - >=dev-python/pygtk-2.2 - )" -REQUIRED_USE=" - gtk? ( ${PYTHON_REQUIRED_USE} )" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${DISTDIR}/${P}"-fix64.patch - "${FILESDIR}/${P}"-openobex16.patch -) - -pkg_setup() { - use gtk && python-single-r1_pkg_setup - - enewgroup sobexsrv - enewuser sobexsrv -1 -1 /var/spool/sobexsrv sobexsrv -} - -src_prepare() { - default - - sed -e 's:/usr/man/man8:/usr/share/man/man8:' \ - -e 's/install: all/install:/' \ - -i Makefile || die - - sed -e 's/^CFLAGS =/CFLAGS +=/' \ - -e 's/^CC =/CC ?=/' \ - -e 's/$(CC) $(CFLAGS)/$(CC) $(LDFLAGS) $(CFLAGS)/' \ - -i src/Makefile || die -} - -src_compile() { - tc-export CC - emake -C src -} - -src_install() { - default - dodoc AUTHOR CONFIG SECURITY THANKS - - if use gtk; then - python_doscript "${D}/usr/bin/sobexsrv_handler" - newdoc "${S}/scripts/test" sobexsrv_handler.sample_script - else - rm "${D}/usr/bin/sobexsrv_handler" || die - fi - - newinitd "${FILESDIR}/init.d_sobexsrv" sobexsrv - newconfd "${FILESDIR}/conf.d_sobexsrv" sobexsrv - - keepdir /var/spool/sobexsrv - fowners sobexsrv:sobexsrv /var/spool/sobexsrv -} - -pkg_postinst() { - elog - elog "/usr/bin/sobexsrv is *NOT* installed set-uid root by" - elog "default. suid is required for the chroot option (-R)." - elog - elog "Execute the following commands to enable suid:" - elog - elog "chown root:sobexsrv /usr/bin/sobexsrv" - elog "chmod 4710 /usr/bin/sobexsrv" - elog -} |