public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/cistronradius: cistronradius-1.6.8.ebuild ChangeLog
@ 2008-10-18  7:15 Alin Nastac (mrness)
  0 siblings, 0 replies; 2+ messages in thread
From: Alin Nastac (mrness) @ 2008-10-18  7:15 UTC (permalink / raw
  To: gentoo-commits

mrness      08/10/18 07:15:40

  Modified:             cistronradius-1.6.8.ebuild ChangeLog
  Log:
  Pass Makefile parameters through emake command line (#240872).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  net-dialup/cistronradius/cistronradius-1.6.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild?r1=1.3&r2=1.4

Index: cistronradius-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cistronradius-1.6.8.ebuild	21 Sep 2006 12:38:09 -0000	1.3
+++ cistronradius-1.6.8.ebuild	18 Oct 2008 07:15:40 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v 1.3 2006/09/21 12:38:09 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v 1.4 2008/10/18 07:15:40 mrness Exp $
 
 inherit eutils
 
@@ -21,16 +21,18 @@
 src_unpack() {
 	unpack ${A}
 
-	epatch "${FILESDIR}/${P}-gcc41.patch"
 	cd "${S}"
-	sed -i -e "s:/usr/local:/usr:g" \
-		-e "s:-Wall -g:${CFLAGS}:g" Makefile
+	epatch "${FILESDIR}/${P}-gcc41.patch"
 	sed -i -e "s:SHAREDIR/::g" ../raddb/dictionary
 	mv checkrad.pl checkrad
 }
 
 src_compile() {
-	emake || die "make failed"
+	emake \
+	    CFLAGS="${CFLAGS}" LDFLAGS=${LDFLAGS} \
+	    BINDIR=/usr/bin SBINDIR=/usr/sbin \
+	    MANDIR=/usr/share/man SHAREDIR=/usr/share/radius \
+	    || die "make failed"
 }
 
 src_install() {



1.18                 net-dialup/cistronradius/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	19 Mar 2007 13:11:26 -0000	1.17
+++ ChangeLog	18 Oct 2008 07:15:40 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/cistronradius
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.17 2007/03/19 13:11:26 kloeri Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.18 2008/10/18 07:15:40 mrness Exp $
+
+  18 Oct 2008; Alin Năstac <mrness@gentoo.org> cistronradius-1.6.8.ebuild:
+  Pass Makefile parameters through emake command line (#240872).
 
   19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
   Remove pfeifer from metadata.xml due to retirement.






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

* [gentoo-commits] gentoo-x86 commit in net-dialup/cistronradius: cistronradius-1.6.8.ebuild ChangeLog
@ 2014-08-10 20:55 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:55 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:55:30

  Modified:             cistronradius-1.6.8.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.5                  net-dialup/cistronradius/cistronradius-1.6.8.ebuild

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

Index: cistronradius-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cistronradius-1.6.8.ebuild	18 Oct 2008 07:15:40 -0000	1.4
+++ cistronradius-1.6.8.ebuild	10 Aug 2014 20:55:30 -0000	1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v 1.4 2008/10/18 07:15:40 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v 1.5 2014/08/10 20:55:30 slyfox Exp $
 
 inherit eutils
 
-DESCRIPTION="An authentication and accounting server for terminal servers that speak the RADIUS protocol."
+DESCRIPTION="An authentication and accounting server for terminal servers that speak the RADIUS protocol"
 SRC_URI="ftp://ftp.radius.cistron.nl/pub/radius/radiusd-cistron-${PV}.tar.gz"
 HOMEPAGE="http://www.radius.cistron.nl/"
 



1.21                 net-dialup/cistronradius/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	7 Aug 2013 13:29:33 -0000	1.20
+++ ChangeLog	10 Aug 2014 20:55:30 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/cistronradius
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.20 2013/08/07 13:29:33 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.21 2014/08/10 20:55:30 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+  cistronradius-1.6.8.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> cistronradius-1.6.8-r1.ebuild:
   Stable for x86, wrt bug #472270





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

end of thread, other threads:[~2014-08-11 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 20:55 [gentoo-commits] gentoo-x86 commit in net-dialup/cistronradius: cistronradius-1.6.8.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-18  7:15 Alin Nastac (mrness)

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