public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libguac: libguac-0.7.0.ebuild ChangeLog
@ 2012-12-05 20:31 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-12-05 20:31 UTC (permalink / raw
  To: gentoo-commits

nativemad    12/12/05 20:31:13

  Modified:             ChangeLog
  Added:                libguac-0.7.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key C1DE54B2)

Revision  Changes    Path
1.3                  net-libs/libguac/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libguac/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 Nov 2012 17:54:07 -0000	1.2
+++ ChangeLog	5 Dec 2012 20:31:13 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libguac
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac/ChangeLog,v 1.2 2012/11/21 17:54:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac/ChangeLog,v 1.3 2012/12/05 20:31:13 nativemad Exp $
+
+*libguac-0.7.0 (06 Dec 2012)
+
+  06 Dec 2012; Andreas Schuerch <nativemad@gentoo.org> +libguac-0.7.0.ebuild:
+  version bump
 
   21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> libguac-0.6.3.ebuild:
   Add ~amd64



1.1                  net-libs/libguac/libguac-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: libguac-0.7.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild,v 1.1 2012/12/05 20:31:13 nativemad Exp $

EAPI=4

inherit eutils
DESCRIPTION="This is the library used by www-apps/guacamole."


HOMEPAGE="http://guacamole.sourceforge.net/"
SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz"

LICENSE="AGPL-3"

SLOT="0"

KEYWORDS="~amd64 ~x86"

IUSE=""

DEPEND="x11-libs/cairo"
RDEPEND="${DEPEND}"

src_configure() {
	econf

}

src_compile() {
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
}





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libguac: libguac-0.7.0.ebuild ChangeLog
@ 2012-12-05 20:50 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-12-05 20:50 UTC (permalink / raw
  To: gentoo-commits

nativemad    12/12/05 20:50:16

  Modified:             libguac-0.7.0.ebuild ChangeLog
  Log:
  removed an empty line
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key C1DE54B2)

Revision  Changes    Path
1.2                  net-libs/libguac/libguac-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild?r1=1.1&r2=1.2

Index: libguac-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libguac-0.7.0.ebuild	5 Dec 2012 20:31:13 -0000	1.1
+++ libguac-0.7.0.ebuild	5 Dec 2012 20:50:16 -0000	1.2
@@ -1,13 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild,v 1.1 2012/12/05 20:31:13 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac/libguac-0.7.0.ebuild,v 1.2 2012/12/05 20:50:16 nativemad Exp $
 
 EAPI=4
 
 inherit eutils
 DESCRIPTION="This is the library used by www-apps/guacamole."
 
-
 HOMEPAGE="http://guacamole.sourceforge.net/"
 SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz"
 



1.4                  net-libs/libguac/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libguac/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libguac/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	5 Dec 2012 20:31:13 -0000	1.3
+++ ChangeLog	5 Dec 2012 20:50:16 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libguac
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac/ChangeLog,v 1.3 2012/12/05 20:31:13 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libguac/ChangeLog,v 1.4 2012/12/05 20:50:16 nativemad Exp $
+
+  06 Dec 2012; Andreas Schuerch <nativemad@gentoo.org> libguac-0.7.0.ebuild:
+  removed an empty line
 
 *libguac-0.7.0 (06 Dec 2012)
 





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

end of thread, other threads:[~2012-12-05 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05 20:31 [gentoo-commits] gentoo-x86 commit in net-libs/libguac: libguac-0.7.0.ebuild ChangeLog Andreas Schuerch (nativemad)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-05 20:50 Andreas Schuerch (nativemad)

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