public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/hexchat-javascript: hexchat-javascript-0.3.1.ebuild ChangeLog
@ 2014-01-07 21:49 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2014-01-07 21:49 UTC (permalink / raw
  To: gentoo-commits

hasufell    14/01/07 21:49:57

  Modified:             ChangeLog
  Added:                hexchat-javascript-0.3.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.3                  x11-plugins/hexchat-javascript/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	12 Sep 2013 10:34:25 -0000	1.2
+++ ChangeLog	7 Jan 2014 21:49:56 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/hexchat-javascript
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.2 2013/09/12 10:34:25 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.3 2014/01/07 21:49:56 hasufell Exp $
+
+*hexchat-javascript-0.3.1 (07 Jan 2014)
+
+  07 Jan 2014; Julian Ospald <hasufell@gentoo.org>
+  +hexchat-javascript-0.3.1.ebuild:
+  version bump
 
   12 Sep 2013; Julian Ospald <hasufell@gentoo.org>
   hexchat-javascript-0.3.ebuild:



1.1                  x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild?rev=1.1&content-type=text/plain

Index: hexchat-javascript-0.3.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild,v 1.1 2014/01/07 21:49:56 hasufell Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="Javascript interface for HexChat"
HOMEPAGE="https://github.com/TingPing/hexchat-javascript"
SRC_URI="https://github.com/TingPing/hexchat-javascript/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

RDEPEND="
	dev-lang/spidermonkey
	>=net-irc/hexchat-2.9.6[plugins]"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

pkg_setup() {
	if [[ ${MERGE_TYPE} != binary ]]; then
		tc-export CXX PKG_CONFIG
	fi
}

src_install() {
	default
	if use examples ; then
		dodoc -r examples
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/hexchat-javascript: hexchat-javascript-0.3.1.ebuild ChangeLog
@ 2014-03-07 23:32 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-07 23:32 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/07 23:32:04

  Modified:             hexchat-javascript-0.3.1.ebuild ChangeLog
  Log:
  amd64 stable, bug #502368
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild?r1=1.2&r2=1.3

Index: hexchat-javascript-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hexchat-javascript-0.3.1.ebuild	25 Feb 2014 19:53:48 -0000	1.2
+++ hexchat-javascript-0.3.1.ebuild	7 Mar 2014 23:32:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild,v 1.2 2014/02/25 19:53:48 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild,v 1.3 2014/03/07 23:32:04 pacho Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 RDEPEND="



1.6                  x11-plugins/hexchat-javascript/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	2 Mar 2014 22:23:57 -0000	1.5
+++ ChangeLog	7 Mar 2014 23:32:04 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/hexchat-javascript
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.5 2014/03/02 22:23:57 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.6 2014/03/07 23:32:04 pacho Exp $
+
+  07 Mar 2014; Pacho Ramos <pacho@gentoo.org> hexchat-javascript-0.3.1.ebuild:
+  amd64 stable, bug #502368
 
   02 Mar 2014; Julian Ospald <hasufell@gentoo.org>
   -hexchat-javascript-0.3.ebuild:





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

end of thread, other threads:[~2014-03-07 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-07 21:49 [gentoo-commits] gentoo-x86 commit in x11-plugins/hexchat-javascript: hexchat-javascript-0.3.1.ebuild ChangeLog Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-07 23:32 Pacho Ramos (pacho)

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