public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/gcdial: ChangeLog gcdial-0.7b-r1.ebuild gcdial-0.7b.ebuild
@ 2009-06-20 10:15 Alin Nastac (mrness)
  0 siblings, 0 replies; only message in thread
From: Alin Nastac (mrness) @ 2009-06-20 10:15 UTC (permalink / raw
  To: gentoo-commits

mrness      09/06/20 10:15:09

  Modified:             ChangeLog
  Added:                gcdial-0.7b-r1.ebuild
  Removed:              gcdial-0.7b.ebuild
  Log:
  Fix compilation error related to glibc-2.10 (#272268).
  Add ~amd64 keyword. Migrate to EAPI 2.
  (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.7                  net-dialup/gcdial/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/gcdial/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	12 Mar 2006 12:04:59 -0000	1.6
+++ ChangeLog	20 Jun 2009 10:15:08 -0000	1.7
@@ -1,6 +1,14 @@
 # ChangeLog for net-dialup/gcdial
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/gcdial/ChangeLog,v 1.6 2006/03/12 12:04:59 mrness Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gcdial/ChangeLog,v 1.7 2009/06/20 10:15:08 mrness Exp $
+
+*gcdial-0.7b-r1 (20 Jun 2009)
+
+  20 Jun 2009; Alin Năstac <mrness@gentoo.org>
+  +files/gcdial-0.7b-getline.patch, -gcdial-0.7b.ebuild,
+  +gcdial-0.7b-r1.ebuild:
+  Fix compilation error related to glibc-2.10 (#272268). Add ~amd64 keyword.
+  Migrate to EAPI 2.
 
   12 Mar 2006; Alin Nastac <mrness@gentoo.org> gcdial-0.7b.ebuild:
   Remove virtual/libc dependency.



1.1                  net-dialup/gcdial/gcdial-0.7b-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/gcdial/gcdial-0.7b-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/gcdial/gcdial-0.7b-r1.ebuild?rev=1.1&content-type=text/plain

Index: gcdial-0.7b-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/gcdial/gcdial-0.7b-r1.ebuild,v 1.1 2009/06/20 10:15:08 mrness Exp $

EAPI="2"

inherit eutils

DESCRIPTION="A simple GTK+ client for DWUN"
HOMEPAGE="http://dwun.sourceforge.net/"
SRC_URI="mirror://sourceforge/dwun/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""

DEPEND="=x11-libs/gtk+-1.2*"
RDEPEND="${DEPEND}
	net-dialup/dwun"

src_prepare() {
	epatch "${FILESDIR}"/${P}-getline.patch
}

src_install() {
	einstall || die "install failed."
	dodoc AUTHORS ChangeLog README TODO
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-20 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-20 10:15 [gentoo-commits] gentoo-x86 commit in net-dialup/gcdial: ChangeLog gcdial-0.7b-r1.ebuild gcdial-0.7b.ebuild 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