public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/capisuite: ChangeLog capisuite-0.4.5-r7.ebuild
@ 2013-04-01 17:28 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-04-01 17:28 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/04/01 17:28:16

  Modified:             ChangeLog
  Added:                capisuite-0.4.5-r7.ebuild
  Log:
  Revision bump: EAPI 5, use autotools-utils and python-single-r1 eclasses, fixes bugs #315089 and #308257
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.43                 net-dialup/capisuite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	1 Apr 2013 16:33:23 -0000	1.42
+++ ChangeLog	1 Apr 2013 17:28:16 -0000	1.43
@@ -1,6 +1,12 @@
 # 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.42 2013/04/01 16:33:23 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v 1.43 2013/04/01 17:28:16 pinkbyte Exp $
+
+*capisuite-0.4.5-r7 (01 Apr 2013)
+
+  01 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> +capisuite-0.4.5-r7.ebuild:
+  Revision bump: EAPI 5, use autotools-utils and python-single-r1 eclasses,
+  fixes bugs #315089 and #308257
 
   01 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> capisuite-0.4.5-r6.ebuild,
   +files/capisuite-0.4.5-automake-1.11.patch:



1.1                  net-dialup/capisuite/capisuite-0.4.5-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild?rev=1.1&content-type=text/plain

Index: capisuite-0.4.5-r7.ebuild
===================================================================
# 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.1 2013/04/01 17:28:16 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"
)

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
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dialup/capisuite: ChangeLog capisuite-0.4.5-r7.ebuild
@ 2013-04-26  8:58 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-04-26  8:58 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/04/26 08:58:35

  Modified:             ChangeLog capisuite-0.4.5-r7.ebuild
  Log:
  Respect AR, wrt bug #467222. Thanks to Agostino Sarubbo for discovering this issue
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.47                 net-dialup/capisuite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	25 Apr 2013 15:05:06 -0000	1.46
+++ ChangeLog	26 Apr 2013 08:58:35 -0000	1.47
@@ -1,6 +1,11 @@
 # 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.46 2013/04/25 15:05:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v 1.47 2013/04/26 08:58:35 pinkbyte Exp $
+
+  26 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> capisuite-0.4.5-r7.ebuild,
+  +files/capisuite-0.4.5-respect-ar.patch:
+  Respect AR, wrt bug #467222. Thanks to Agostino Sarubbo for discovering this
+  issue
 
   25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> capisuite-0.4.5-r7.ebuild:
   Stable for x86, wrt bug #467208



1.4                  net-dialup/capisuite/capisuite-0.4.5-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild?r1=1.3&r2=1.4

Index: capisuite-0.4.5-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- capisuite-0.4.5-r7.ebuild	25 Apr 2013 15:05:06 -0000	1.3
+++ capisuite-0.4.5-r7.ebuild	26 Apr 2013 08:58:35 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2013/04/25 15:05:06 ago Exp $
+# $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
 
@@ -46,6 +46,8 @@
 	"${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() {





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dialup/capisuite: ChangeLog capisuite-0.4.5-r7.ebuild
@ 2013-05-05 12:44 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-05-05 12:44 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/05/05 12:44:58

  Modified:             ChangeLog
  Removed:              capisuite-0.4.5-r7.ebuild
  Log:
  Drop old revision
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.52                 net-dialup/capisuite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capisuite/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	5 May 2013 12:09:37 -0000	1.51
+++ ChangeLog	5 May 2013 12:44:58 -0000	1.52
@@ -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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-05 12:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26  8:58 [gentoo-commits] gentoo-x86 commit in net-dialup/capisuite: ChangeLog capisuite-0.4.5-r7.ebuild Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-05 12:44 Sergey Popov (pinkbyte)
2013-04-01 17:28 Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox