commit:     4f5c4adfe8c2fdda6d7a493332619fe3947b529a
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Sun Jan 10 19:04:12 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 19:04:12 2016 +0000
URL:        https://gitweb.gentoo.org/dev/xmw.git/commit/?id=4f5c4adf

gnustep-apps/sogo and gnustep-libs/sope moved to main tree.

 gnustep-apps/sogo/Manifest           | 12 ------
 gnustep-apps/sogo/files/sogod.confd  |  6 ---
 gnustep-apps/sogo/files/sogod.initd  | 33 ---------------
 gnustep-apps/sogo/metadata.xml       |  8 ----
 gnustep-apps/sogo/sogo-2.2.17.ebuild | 80 ------------------------------------
 gnustep-apps/sogo/sogo-2.3.2.ebuild  | 80 ------------------------------------
 gnustep-libs/sope/Manifest           | 12 ------
 gnustep-libs/sope/metadata.xml       |  8 ----
 gnustep-libs/sope/sope-2.2.17.ebuild | 33 ---------------
 gnustep-libs/sope/sope-2.3.2.ebuild  | 33 ---------------
 10 files changed, 305 deletions(-)

diff --git a/gnustep-apps/sogo/Manifest b/gnustep-apps/sogo/Manifest
deleted file mode 100644
index cb561b9..0000000
--- a/gnustep-apps/sogo/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST SOGo-2.2.17.tar.gz 11605257 SHA256 
8362d64021dfc332d0c87265c49060f11ffb4e52ec3cbcbf7fde23378e2b01c2 SHA512 
f1efe3331a9ebc2503ff37ac25d33b8d8452455d7a3d97e27644626da33ad4ef1d4e790bec88911af1962e8952d3f92df4bdff15726a42eb23152e70cba71f4d
 WHIRLPOOL 
bd9ad9cbee26f98a29a7f15aa25c6e94fde0ef68c38dc97b3f30f2c6dcdc974ce94f832c53239af6a1ca8b9678bc0255add0e29b097ede3a442c91d5b9cf3632
-DIST SOGo-2.3.2.tar.gz 11781695 SHA256 
7830e2ad684b54c89a4720edf7e73250a076885a3e25052c093e7894227939ac SHA512 
e90fa9433413586b944f508a87a2959ba3b93ebd6513adf04ee4af24821b48b5cd5a807afaf1982d7e3e9829765dd3c44ce7a0a769fa373cc0034ae93ab481d4
 WHIRLPOOL 
dd2d35692a38100de287b4631009851fd272bce3c7a3880ccfe2a3d7137294a8fdd418c322056dc4ec6a5e0ded4725047c937a916e6c9248e0718b42ff623010
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iF4EAREIAAYFAlY2RJ8ACgkQknrdDGLu8JDFXQD9GP5qOODEHNn5+QcIKk0GehqU
-4XLE51sqyY9OeDZ+010A/2JPLJCPVpjjOVykxGe+2MGadVhvOb9WaLn8djCKCSEC
-=9RPP
------END PGP SIGNATURE-----

diff --git a/gnustep-apps/sogo/files/sogod.confd 
b/gnustep-apps/sogo/files/sogod.confd
deleted file mode 100644
index 906a697..0000000
--- a/gnustep-apps/sogo/files/sogod.confd
+++ /dev/null
@@ -1,6 +0,0 @@
-# /etc/conf.d/sogod: config file for /etc/init.d/sogod
-
-SOGOD_WORKERS=3
-
-# Additional options for SOGo
-SOGOD_OPTS=""

diff --git a/gnustep-apps/sogo/files/sogod.initd 
b/gnustep-apps/sogo/files/sogod.initd
deleted file mode 100644
index c0dfcdc..0000000
--- a/gnustep-apps/sogo/files/sogod.initd
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-SOGOD_PID=/run/sogo/sogod.pid
-
-depend() {
-       need net
-       need memcached
-       after postgresql mysql
-       after slapd
-       after mta
-}
-
-start() {
-       checkpath -q -d -m 0755 -o sogo:sogo $(dirname "${SOGOD_PID}")
-       ebegin "Starting SOGo service"
-       start-stop-daemon --start --quiet \
-               --user sogo --exec /usr/sbin/sogod \
-               --      -WOWorkersCount ${SOGOD_WORKERS} \
-                       -WOLogFile /var/log/sogo/sogod.log \
-                       -WOPidFile "${SOGOD_PID}" \
-                       "${SOGOD_OPTS}"
-       eend ${?}
-}
-
-stop() {
-       ebegin "Stopping SOGo service"
-       start-stop-daemon --stop \
-               --pidfile "${SOGOD_PID}"
-       eend ${?}
-}

diff --git a/gnustep-apps/sogo/metadata.xml b/gnustep-apps/sogo/metadata.xml
deleted file mode 100644
index 5b80fb9..0000000
--- a/gnustep-apps/sogo/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>
-<email>[email protected]</email>
-<name>Michael Weber</name>
-</maintainer>
-</pkgmetadata>

diff --git a/gnustep-apps/sogo/sogo-2.2.17.ebuild 
b/gnustep-apps/sogo/sogo-2.2.17.ebuild
deleted file mode 100644
index 2ab32b7..0000000
--- a/gnustep-apps/sogo/sogo-2.2.17.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit gnustep-2 user
-
-MY_PN="SOGo"
-
-DESCRIPTION="Groupware server built around OpenGroupware.org and the SOPE 
application server"
-HOMEPAGE="http://www.sogo.nu";
-SRC_URI="http://www.sogo.nu/files/downloads/${MY_PN}/Sources/${MY_PN}-${PV}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="postgres mysql"
-
-DEPEND="dev-libs/libmemcached
-       dev-libs/openssl:0=
-       >=gnustep-libs/sope-${PV}[mysql?,postgres?]
-       net-misc/memcached
-       net-nds/openldap"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="|| ( mysql postgres )"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-pkg_setup() {
-       enewuser sogo -1 /bin/bash /var/lib/sogo
-}
-
-src_prepare() {
-       gnustep-base_src_prepare
-       sed -e "s/validateArgs$//" -i configure \
-               || die "GNUstep.conf sed failed"
-}
-
-src_configure() {
-       egnustep_env
-
-       ./configure \
-               $(use_enable debug) \
-               $(use_enable debug strip) \
-               --with-ssl=ssl \
-               --prefix=/usr \
-               || die "configure failed"
-}
-
-src_install() {
-       gnustep-base_src_install
-
-       newconfd "${FILESDIR}"/sogod.confd sogod
-       newinitd "${FILESDIR}"/sogod.initd sogod
-
-       insinto /etc/logrotate.d
-       newins Scripts/logrotate sogo
-       newdoc Apache/SOGo.conf SOGo-Apache.conf
-
-       insinto /etc/sogo
-       doins Scripts/sogo.conf
-
-       insinto /etc/cron.d
-       newins Scripts/sogo.cron sogo
-       keepdir /var/log/sogo
-
-       fowners sogo:sogo /var/log/sogo
-       fowners -R root:sogo /etc/sogo
-}
-
-pkg_postinst() {
-       gnustep-base_pkg_postinst
-       elog "SOGo documentation is available online at:"
-       elog "http://www.sogo.nu/downloads/documentation.html";
-       elog
-       elog "Apache sample configuration file is available in:"
-       elog "/usr/share/doc/${PF}"
-}

diff --git a/gnustep-apps/sogo/sogo-2.3.2.ebuild 
b/gnustep-apps/sogo/sogo-2.3.2.ebuild
deleted file mode 100644
index 2ab32b7..0000000
--- a/gnustep-apps/sogo/sogo-2.3.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit gnustep-2 user
-
-MY_PN="SOGo"
-
-DESCRIPTION="Groupware server built around OpenGroupware.org and the SOPE 
application server"
-HOMEPAGE="http://www.sogo.nu";
-SRC_URI="http://www.sogo.nu/files/downloads/${MY_PN}/Sources/${MY_PN}-${PV}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="postgres mysql"
-
-DEPEND="dev-libs/libmemcached
-       dev-libs/openssl:0=
-       >=gnustep-libs/sope-${PV}[mysql?,postgres?]
-       net-misc/memcached
-       net-nds/openldap"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="|| ( mysql postgres )"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-pkg_setup() {
-       enewuser sogo -1 /bin/bash /var/lib/sogo
-}
-
-src_prepare() {
-       gnustep-base_src_prepare
-       sed -e "s/validateArgs$//" -i configure \
-               || die "GNUstep.conf sed failed"
-}
-
-src_configure() {
-       egnustep_env
-
-       ./configure \
-               $(use_enable debug) \
-               $(use_enable debug strip) \
-               --with-ssl=ssl \
-               --prefix=/usr \
-               || die "configure failed"
-}
-
-src_install() {
-       gnustep-base_src_install
-
-       newconfd "${FILESDIR}"/sogod.confd sogod
-       newinitd "${FILESDIR}"/sogod.initd sogod
-
-       insinto /etc/logrotate.d
-       newins Scripts/logrotate sogo
-       newdoc Apache/SOGo.conf SOGo-Apache.conf
-
-       insinto /etc/sogo
-       doins Scripts/sogo.conf
-
-       insinto /etc/cron.d
-       newins Scripts/sogo.cron sogo
-       keepdir /var/log/sogo
-
-       fowners sogo:sogo /var/log/sogo
-       fowners -R root:sogo /etc/sogo
-}
-
-pkg_postinst() {
-       gnustep-base_pkg_postinst
-       elog "SOGo documentation is available online at:"
-       elog "http://www.sogo.nu/downloads/documentation.html";
-       elog
-       elog "Apache sample configuration file is available in:"
-       elog "/usr/share/doc/${PF}"
-}

diff --git a/gnustep-libs/sope/Manifest b/gnustep-libs/sope/Manifest
deleted file mode 100644
index 52ce845..0000000
--- a/gnustep-libs/sope/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST SOPE-2.2.17.tar.gz 2266219 SHA256 
2dc117a1a4ffb12769842c6938f953a5ccf6cf125a0cca6c57334d4923defc7e SHA512 
0cd343c1e7151cac1859ce8b47abadfb1aff9f4b35d356141927ba7d93aad61bf466eba64bee232dfb023b2f281edb42db90afee097351e897a56816d904864c
 WHIRLPOOL 
068120b2ae1a7c9bcf0def55b61c57acde829ba0228b9b4a10e850194dc3d3c16bdd8818ef948242cea5ddd9ad329e9871db8647bdec3b16e5f6c6339d5dfe63
-DIST SOPE-2.3.2.tar.gz 2269903 SHA256 
9d2072c6ee2b864d57d30f43079ff7c0921f8a94de066f32753337aef74e85d8 SHA512 
f6ac28e7f6bd174efffeececb69111deafc7e75a86268c1643065c6319f48199a0612954ee6c72b3ea40452d716287d4d21cfbca0d1599de5b095b3fbfad005a
 WHIRLPOOL 
8c0c84eac93ca05b8d9f535328f1f371848fdf12b3e264d6630e752d01e1a262373c797bcb82e951d516ac9a3bf90afdc07f14df20abd4bed4e8b7d3a64898ee
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iF4EAREIAAYFAlY2RCMACgkQknrdDGLu8JDQZgD/ZF/+mjzKit9P5F7LOF2C2wm6
-F35qDvrujkth/yW7Em4A/1yvEExTNLSyS/pT1HwZqmcSIp+YVUDc37gKIWL7wzaL
-=5xWg
------END PGP SIGNATURE-----

diff --git a/gnustep-libs/sope/metadata.xml b/gnustep-libs/sope/metadata.xml
deleted file mode 100644
index 5b80fb9..0000000
--- a/gnustep-libs/sope/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>
-<email>[email protected]</email>
-<name>Michael Weber</name>
-</maintainer>
-</pkgmetadata>

diff --git a/gnustep-libs/sope/sope-2.2.17.ebuild 
b/gnustep-libs/sope/sope-2.2.17.ebuild
deleted file mode 100644
index d5435c0..0000000
--- a/gnustep-libs/sope/sope-2.2.17.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit gnustep-2
-
-DESCRIPTION="An extensive set of frameworks which form a complete Web 
application server environment"
-HOMEPAGE="http://www.sogo.nu/";
-SRC_URI="http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${PV}.tar.gz";
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="mysql postgres sqlite"
-
-DEPEND="dev-libs/libxml2
-       dev-libs/openssl:0=
-       net-nds/openldap
-       mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql:= )
-       sqlite? ( dev-db/sqlite:3 )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/SOPE
-
-src_configure() {
-       # Non-standard configure script
-       ./configure \
-               $(use_enable debug) \
-               $(use_enable debug strip) \
-               --with-gnustep || die "configure failed"
-}

diff --git a/gnustep-libs/sope/sope-2.3.2.ebuild 
b/gnustep-libs/sope/sope-2.3.2.ebuild
deleted file mode 100644
index d5435c0..0000000
--- a/gnustep-libs/sope/sope-2.3.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit gnustep-2
-
-DESCRIPTION="An extensive set of frameworks which form a complete Web 
application server environment"
-HOMEPAGE="http://www.sogo.nu/";
-SRC_URI="http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${PV}.tar.gz";
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="mysql postgres sqlite"
-
-DEPEND="dev-libs/libxml2
-       dev-libs/openssl:0=
-       net-nds/openldap
-       mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql:= )
-       sqlite? ( dev-db/sqlite:3 )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/SOPE
-
-src_configure() {
-       # Non-standard configure script
-       ./configure \
-               $(use_enable debug) \
-               $(use_enable debug strip) \
-               --with-gnustep || die "configure failed"
-}

Reply via email to