public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/corkscrew: corkscrew-2.0.ebuild ChangeLog
@ 2010-06-22 17:41 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-22 17:41 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/22 17:41:00

  Modified:             corkscrew-2.0.ebuild ChangeLog
  Log:
  QA: Respect CC and use emake
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  net-misc/corkscrew/corkscrew-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?r1=1.8&r2=1.9

Index: corkscrew-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- corkscrew-2.0.ebuild	21 Jan 2007 20:55:04 -0000	1.8
+++ corkscrew-2.0.ebuild	22 Jun 2010 17:41:00 -0000	1.9
@@ -1,6 +1,9 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.8 2007/01/21 20:55:04 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.9 2010/06/22 17:41:00 angelos Exp $
+
+EAPI=2
+inherit toolchain-funcs
 
 DESCRIPTION="Corkscrew is a tool for tunneling SSH through HTTP proxies."
 HOMEPAGE="http://www.agroman.net/corkscrew/"
@@ -11,7 +14,11 @@
 SLOT="0"
 SRC_URI="http://www.agroman.net/corkscrew/${P}.tar.gz"
 
+src_compile() {
+	emake CC=$(tc-getCC) || die "emake failed"
+}
+
 src_install () {
-	make DESTDIR=${D} install || die
-	dodoc AUTHORS README TODO || die
+	emake DESTDIR="${D}" install || die "emake install failed"
+	dodoc AUTHORS README TODO || die "dodoc failed"
 }



1.8                  net-misc/corkscrew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	28 May 2010 14:10:54 -0000	1.7
+++ ChangeLog	22 Jun 2010 17:41:00 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/corkscrew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.7 2010/05/28 14:10:54 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.8 2010/06/22 17:41:00 angelos Exp $
+
+  22 Jun 2010; Christoph Mende <angelos@gentoo.org> corkscrew-2.0.ebuild:
+  QA: Respect CC and use emake
 
   28 May 2010; Torsten Veller <tove@gentoo.org> metadata.xml:
   Remove klieber from metadata.xml (#317393)






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

* [gentoo-commits] gentoo-x86 commit in net-misc/corkscrew: corkscrew-2.0.ebuild ChangeLog
@ 2010-06-23  9:53 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-23  9:53 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/23 09:53:44

  Modified:             corkscrew-2.0.ebuild ChangeLog
  Log:
  Regenerate autotools to fix bug #305771, also stable on amd64 wrt bug #284604
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 net-misc/corkscrew/corkscrew-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?r1=1.9&r2=1.10

Index: corkscrew-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- corkscrew-2.0.ebuild	22 Jun 2010 17:41:00 -0000	1.9
+++ corkscrew-2.0.ebuild	23 Jun 2010 09:53:44 -0000	1.10
@@ -1,24 +1,31 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.9 2010/06/22 17:41:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.10 2010/06/23 09:53:44 angelos Exp $
 
-EAPI=2
-inherit toolchain-funcs
+EAPI=3
+inherit autotools
 
-DESCRIPTION="Corkscrew is a tool for tunneling SSH through HTTP proxies."
+DESCRIPTION="a tool for tunneling SSH through HTTP proxies."
 HOMEPAGE="http://www.agroman.net/corkscrew/"
+SRC_URI="http://www.agroman.net/${PN}/${P}.tar.gz"
+
 LICENSE="GPL-2"
-DEPEND=""
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
 SLOT="0"
-SRC_URI="http://www.agroman.net/corkscrew/${P}.tar.gz"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
 
-src_compile() {
-	emake CC=$(tc-getCC) || die "emake failed"
+src_prepare() {
+	# Christoph Mende <angelos@gentoo.org (23 Jun 2010)
+	# Shipped configure doesn't work with some locales (bug #305771)
+	# Shipped missing doesn't work with new configure, so we'll force
+	# regeneration
+	rm -f install-sh missing mkinstalldirs || die
+	eautoreconf
 }
 
 src_install () {
 	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS README TODO || die "dodoc failed"
+	dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
 }



1.9                  net-misc/corkscrew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	22 Jun 2010 17:41:00 -0000	1.8
+++ ChangeLog	23 Jun 2010 09:53:44 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/corkscrew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.8 2010/06/22 17:41:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.9 2010/06/23 09:53:44 angelos Exp $
+
+  23 Jun 2010; Christoph Mende <angelos@gentoo.org> corkscrew-2.0.ebuild:
+  Regenerate autotools to fix bug #305771, also stable on amd64 wrt bug
+  #284604
 
   22 Jun 2010; Christoph Mende <angelos@gentoo.org> corkscrew-2.0.ebuild:
   QA: Respect CC and use emake






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

* [gentoo-commits] gentoo-x86 commit in net-misc/corkscrew: corkscrew-2.0.ebuild ChangeLog
@ 2010-07-07 12:33 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-07 12:33 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/07 12:33:40

  Modified:             corkscrew-2.0.ebuild ChangeLog
  Log:
  stable x86, bug 284604
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.11                 net-misc/corkscrew/corkscrew-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?r1=1.10&r2=1.11

Index: corkscrew-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- corkscrew-2.0.ebuild	23 Jun 2010 09:53:44 -0000	1.10
+++ corkscrew-2.0.ebuild	7 Jul 2010 12:33:40 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.10 2010/06/23 09:53:44 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.11 2010/07/07 12:33:40 fauli Exp $
 
 EAPI=3
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND=""



1.10                 net-misc/corkscrew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	23 Jun 2010 09:53:44 -0000	1.9
+++ ChangeLog	7 Jul 2010 12:33:40 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/corkscrew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.9 2010/06/23 09:53:44 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.10 2010/07/07 12:33:40 fauli Exp $
+
+  07 Jul 2010; Christian Faulhammer <fauli@gentoo.org> corkscrew-2.0.ebuild:
+  stable x86, bug 284604
 
   23 Jun 2010; Christoph Mende <angelos@gentoo.org> corkscrew-2.0.ebuild:
   Regenerate autotools to fix bug #305771, also stable on amd64 wrt bug






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

* [gentoo-commits] gentoo-x86 commit in net-misc/corkscrew: corkscrew-2.0.ebuild ChangeLog
@ 2012-03-31  3:00 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2012-03-31  3:00 UTC (permalink / raw
  To: gentoo-commits

vapier      12/03/31 03:00:28

  Modified:             corkscrew-2.0.ebuild ChangeLog
  Log:
  Add arm love.
  
  (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 net-misc/corkscrew/corkscrew-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?r1=1.11&r2=1.12

Index: corkscrew-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- corkscrew-2.0.ebuild	7 Jul 2010 12:33:40 -0000	1.11
+++ corkscrew-2.0.ebuild	31 Mar 2012 03:00:27 -0000	1.12
@@ -1,21 +1,20 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.11 2010/07/07 12:33:40 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.12 2012/03/31 03:00:27 vapier Exp $
+
+EAPI="3"
 
-EAPI=3
 inherit autotools
 
-DESCRIPTION="a tool for tunneling SSH through HTTP proxies."
+DESCRIPTION="a tool for tunneling SSH through HTTP proxies"
 HOMEPAGE="http://www.agroman.net/corkscrew/"
 SRC_URI="http://www.agroman.net/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
 IUSE=""
 
-DEPEND=""
-
 src_prepare() {
 	# Christoph Mende <angelos@gentoo.org (23 Jun 2010)
 	# Shipped configure doesn't work with some locales (bug #305771)



1.11                 net-misc/corkscrew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	7 Jul 2010 12:33:40 -0000	1.10
+++ ChangeLog	31 Mar 2012 03:00:27 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/corkscrew
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.10 2010/07/07 12:33:40 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.11 2012/03/31 03:00:27 vapier Exp $
+
+  31 Mar 2012; Mike Frysinger <vapier@gentoo.org> corkscrew-2.0.ebuild:
+  Add arm love.
 
   07 Jul 2010; Christian Faulhammer <fauli@gentoo.org> corkscrew-2.0.ebuild:
   stable x86, bug 284604






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

* [gentoo-commits] gentoo-x86 commit in net-misc/corkscrew: corkscrew-2.0.ebuild ChangeLog
@ 2012-06-24 14:23 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-24 14:23 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/24 14:23:33

  Modified:             corkscrew-2.0.ebuild ChangeLog
  Log:
  Punt AM_C_PROTOTYPES from configure.in for sys-devel/automake >= 1.12 compability wrt #423193
  
  (Portage version: 2.2.0_alpha111/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-misc/corkscrew/corkscrew-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild?r1=1.12&r2=1.13

Index: corkscrew-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- corkscrew-2.0.ebuild	31 Mar 2012 03:00:27 -0000	1.12
+++ corkscrew-2.0.ebuild	24 Jun 2012 14:23:33 -0000	1.13
@@ -1,9 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.12 2012/03/31 03:00:27 vapier Exp $
-
-EAPI="3"
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/corkscrew-2.0.ebuild,v 1.13 2012/06/24 14:23:33 ssuominen Exp $
 
+EAPI=4
 inherit autotools
 
 DESCRIPTION="a tool for tunneling SSH through HTTP proxies"
@@ -15,16 +14,20 @@
 KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
 IUSE=""
 
+DOCS="AUTHORS ChangeLog README TODO"
+
 src_prepare() {
 	# Christoph Mende <angelos@gentoo.org (23 Jun 2010)
 	# Shipped configure doesn't work with some locales (bug #305771)
 	# Shipped missing doesn't work with new configure, so we'll force
 	# regeneration
 	rm -f install-sh missing mkinstalldirs || die
-	eautoreconf
-}
 
-src_install () {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
+	# Samuli Suominen <ssuominen@gentoo.org> (24 Jun 2012)
+	# AC_HEADER_STDC is called separately and #include <string.h> is
+	# without #ifdef in corkscrew.c. Instead of using AC_C_PROTOTYPES,
+	# remove the call entirely as unused wrt bug #423193
+	sed -i -e 's:AM_C_PROTOTYPES:dnl &:' configure.in || die
+
+	eautoreconf
 }



1.12                 net-misc/corkscrew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/corkscrew/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	31 Mar 2012 03:00:27 -0000	1.11
+++ ChangeLog	24 Jun 2012 14:23:33 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/corkscrew
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.11 2012/03/31 03:00:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.12 2012/06/24 14:23:33 ssuominen Exp $
+
+  24 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> corkscrew-2.0.ebuild:
+  Punt AM_C_PROTOTYPES from configure.in for sys-devel/automake >= 1.12
+  compability wrt #423193
 
   31 Mar 2012; Mike Frysinger <vapier@gentoo.org> corkscrew-2.0.ebuild:
   Add arm love.






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

end of thread, other threads:[~2012-06-24 14:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23  9:53 [gentoo-commits] gentoo-x86 commit in net-misc/corkscrew: corkscrew-2.0.ebuild ChangeLog Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-24 14:23 Samuli Suominen (ssuominen)
2012-03-31  3:00 Mike Frysinger (vapier)
2010-07-07 12:33 Christian Faulhammer (fauli)
2010-06-22 17:41 Christoph Mende (angelos)

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