* [gentoo-commits] dev/mrueg:master commit in: dev-util/gitlab-ci-multi-runner/, dev-ruby/rack-oauth2/, ...
@ 2016-08-16 22:58 Manuel Rüger
0 siblings, 0 replies; only message in thread
From: Manuel Rüger @ 2016-08-16 22:58 UTC (permalink / raw
To: gentoo-commits
commit: 6af2004ecb5e4d0bf3fc588b49e38095e05fc56f
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 22:58:36 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 22:58:36 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6af2004e
net-libs/libinfinity: Available in the tree
...auth2-1.3.0.ebuild => rack-oauth2-1.4.0.ebuild} | 0
....ebuild => gitlab-ci-multi-runner-1.4.2.ebuild} | 0
net-libs/libinfinity/Manifest | 1 -
net-libs/libinfinity/files/infinoted.confd | 12 ----
net-libs/libinfinity/files/infinoted.initd | 28 --------
net-libs/libinfinity/libinfinity-0.6.7.ebuild | 75 ----------------------
net-libs/libinfinity/metadata.xml | 14 ----
7 files changed, 130 deletions(-)
diff --git a/dev-ruby/rack-oauth2/rack-oauth2-1.3.0.ebuild b/dev-ruby/rack-oauth2/rack-oauth2-1.4.0.ebuild
similarity index 100%
rename from dev-ruby/rack-oauth2/rack-oauth2-1.3.0.ebuild
rename to dev-ruby/rack-oauth2/rack-oauth2-1.4.0.ebuild
diff --git a/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild b/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.4.2.ebuild
similarity index 100%
rename from dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild
rename to dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.4.2.ebuild
diff --git a/net-libs/libinfinity/Manifest b/net-libs/libinfinity/Manifest
deleted file mode 100644
index 0744255..0000000
--- a/net-libs/libinfinity/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libinfinity-0.6.7.tar.gz 1099131 SHA256 40d0ffe699dadf5d82f3e6e070b7d5d8dd93185b1e30782cad75a2dc59140e9b SHA512 016e459c43610a88d7f98351d16f6b05dbaeef1d6c5303166433ad50d6b559a07d2f49277ca90675f354eead065ea14102fb083557f2351080aaf0e3ee14b337 WHIRLPOOL f5f1e5f8042f20f6c3e8603b8941b176fce10e24ae0bbb5b1aee0575cd14b94882381f7443529ad0ab363c93ae4bc78ed14fdebafc9a3f2a1221ec9cae0bf623
diff --git a/net-libs/libinfinity/files/infinoted.confd b/net-libs/libinfinity/files/infinoted.confd
deleted file mode 100644
index 81e62a4..0000000
--- a/net-libs/libinfinity/files/infinoted.confd
+++ /dev/null
@@ -1,12 +0,0 @@
-# Config file for /etc/init.d/infinoted for Gentoo Linux
-
-USER="infinote"
-GROUP="infinote"
-UMASK="007"
-
-PIDFILE="/var/run/infinoted.pid"
-
-# Please read `infinoted --help` for other options.
-# This is a fast setup for local networks only (maybe not even those),
-# make sure you use appropriate security on untrusted networks.
-OPTIONS="--root-directory=/var/lib/infinote --security-policy=no-tls"
diff --git a/net-libs/libinfinity/files/infinoted.initd b/net-libs/libinfinity/files/infinoted.initd
deleted file mode 100644
index cc11004..0000000
--- a/net-libs/libinfinity/files/infinoted.initd
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libinfinity/files/infinoted.initd,v 1.1 2010/06/18 08:55:29 xarthisius Exp $
-
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting infinoted"
- start-stop-daemon \
- --start --quiet --background --make-pidfile \
- --pidfile /var/run/infinoted.pid \
- --exec /usr/bin/infinoted \
- --user ${USER} --group ${GROUP} --umask 007 \
- -- ${OPTIONS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping infinoted"
- start-stop-daemon \
- --stop --quiet \
- --pidfile /var/run/infinoted.pid
- eend $?
-}
diff --git a/net-libs/libinfinity/libinfinity-0.6.7.ebuild b/net-libs/libinfinity/libinfinity-0.6.7.ebuild
deleted file mode 100644
index 4a02618..0000000
--- a/net-libs/libinfinity/libinfinity-0.6.7.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils eutils versionator user
-
-MY_PV=$(get_version_component_range 1-2)
-
-DESCRIPTION="An implementation of the Infinote protocol written in GObject-based C"
-HOMEPAGE="http://gobby.0x539.de/"
-SRC_URI="https://github.com/gobby/libinfinity/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="avahi doc gtk server static-libs"
-
-RDEPEND="dev-libs/glib:2
- dev-libs/libxml2
- net-libs/gnutls
- sys-libs/pam
- virtual/gsasl
- avahi? ( net-dns/avahi )
- gtk? ( x11-libs/gtk+:3 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext
- dev-util/gtk-doc"
-
-DOCS=(AUTHORS NEWS README.md TODO)
-
-pkg_setup() {
- if use server ; then
- enewgroup infinote 100
- enewuser infinote 100 /bin/bash /var/lib/infinote infinote
- fi
-}
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable doc gtk-doc)
- $(use_with gtk inftextgtk)
- $(use_with gtk infgtk)
- $(use_with gtk gtk3)
- $(use_with server infinoted)
- $(use_with avahi)
- $(use_with avahi libdaemon)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- if use server ; then
- newinitd "${FILESDIR}/infinoted.initd" infinoted
- newconfd "${FILESDIR}/infinoted.confd" infinoted
-
- keepdir /var/lib/infinote
- fowners infinote:infinote /var/lib/infinote
- fperms 770 /var/lib/infinote
-
- dosym /usr/bin/infinoted-${MY_PV} /usr/bin/infinoted
-
- elog "Add local users who should have local access to the documents"
- elog "created by infinoted to the infinote group."
- elog "The documents are saved in /var/lib/infinote per default."
- fi
-}
diff --git a/net-libs/libinfinity/metadata.xml b/net-libs/libinfinity/metadata.xml
deleted file mode 100644
index f851ee7..0000000
--- a/net-libs/libinfinity/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
- </maintainer>
- <use>
- <flag name='server'>
- Build and install the server binary including init.d/conf.d-scripts.
- Needed if you want to host an infinote server for gobby.
- </flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-16 22:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 22:58 [gentoo-commits] dev/mrueg:master commit in: dev-util/gitlab-ci-multi-runner/, dev-ruby/rack-oauth2/, Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox