summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-05 12:44:58 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-05 12:44:58 +0000
commit23cf234eaa2e46f26a6f7a28d1fcf55ceaedbc53 (patch)
tree0e2ae03a244b18ca611bb128159703f2ddd505e9 /net-dialup/capisuite
parentmoved dev-db/mysql -> virtual/mysql, thx to negril@IRC.gentoo-vdr (diff)
downloadgentoo-2-23cf234eaa2e46f26a6f7a28d1fcf55ceaedbc53.tar.gz
gentoo-2-23cf234eaa2e46f26a6f7a28d1fcf55ceaedbc53.tar.bz2
gentoo-2-23cf234eaa2e46f26a6f7a28d1fcf55ceaedbc53.zip
Drop old revision
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup/capisuite')
-rw-r--r--net-dialup/capisuite/ChangeLog5
-rw-r--r--net-dialup/capisuite/capisuite-0.4.5-r7.ebuild81
2 files changed, 4 insertions, 82 deletions
diff --git a/net-dialup/capisuite/ChangeLog b/net-dialup/capisuite/ChangeLog
index 9c9e86406b38..cd260f0559c1 100644
--- a/net-dialup/capisuite/ChangeLog
+++ b/net-dialup/capisuite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/capisuite
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v 1.51 2013/05/05 12:09:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v 1.52 2013/05/05 12:44:58 pinkbyte Exp $
+
+ 05 May 2013; Sergey Popov <pinkbyte@gentoo.org> -capisuite-0.4.5-r7.ebuild:
+ Drop old revision
05 May 2013; Agostino Sarubbo <ago@gentoo.org> capisuite-0.4.5-r8.ebuild:
Stable for x86, wrt bug #468292
diff --git a/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild b/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild
deleted file mode 100644
index 7dcbe8e14da6..000000000000
--- a/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild,v 1.4 2013/04/26 08:58:35 pinkbyte Exp $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-PYTHON_COMPAT=( python2_7 )
-inherit autotools-utils flag-o-matic python-single-r1
-
-DESCRIPTION="ISDN telecommunication suite providing fax and voice services"
-HOMEPAGE="http://www.capisuite.org"
-SRC_URI="http://www.capisuite.org/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-DEPEND="${PYTHON_DEPS}
- media-sound/sox
- >=media-libs/tiff-3.7.1
- media-gfx/jpeg2ps
- media-gfx/sfftobmp
- app-text/ghostscript-gpl
- net-dialup/capi4k-utils"
-RDEPEND="${DEPEND}
- virtual/mta"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-PATCHES=(
- "${FILESDIR}/${P}-as-needed.patch"
- # taken from capisuite-0.4.5-5.src.rpm (SuSE-9.3)
- "${FILESDIR}/${P}-capi4linux_v3.diff"
- # patched scripts/cs_helpers.pyin (bug #96540)
- "${FILESDIR}/${P}-date-header.patch"
- # patched src/backend/connection.cpp (bug #69522)
- "${FILESDIR}/${PN}-fax-compatibility.patch"
- # patched scripts/{incoming,idle}.py (bug #147854)
- "${FILESDIR}/${P}-syntax.patch"
- # GCC 4.3 patches (bug #236777)
- "${FILESDIR}/${P}-gcc43.patch"
- # Python 2.5 patches (bug #232734)
- "${FILESDIR}/${P}-python25.patch"
- # Compability with current SOX (bug #250320)
- "${FILESDIR}/${P}-sox.patch"
- # Compatibility with automake >= 1.11.2 (bug #424892)
- "${FILESDIR}/${P}-automake-1.11.patch"
- # Respect AR (bug #467222)
- "${FILESDIR}/${P}-respect-ar.patch"
-)
-
-src_configure() {
- strip-flags # see bug #90901
-
- local myeconfargs=(
- --localstatedir="/var"
- --with-docdir="/usr/share/doc/${PF}"
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- rm -f "${D}"/usr/{lib,share}/capisuite/README
- rmdir -p --ignore-fail-on-non-empty "${D}/var/log"
- rm -f "${D}/usr/share/doc/${PF}"/{COPYING,manual.pdf}
- keepdir /var/spool/capisuite/{done,failed,sendq,users}
-
- newinitd "${FILESDIR}/capisuite.initd" capisuite
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}/capisuite.logrotated" capisuite
-
- exeinto /etc/cron.daily
- doexe capisuite.cron
-
- insinto /etc/capisuite
- doins cronjob.conf
-}