hasufell 14/10/27 20:26:12 Modified: ChangeLog Added: hexchat-javascript-0.3.2.ebuild Log: version bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.8 x11-plugins/hexchat-javascript/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 12 Mar 2014 05:21:57 -0000 1.7 +++ ChangeLog 27 Oct 2014 20:26:12 -0000 1.8 @@ -1,6 +1,12 @@ # 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.7 2014/03/12 05:21:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.8 2014/10/27 20:26:12 hasufell Exp $ + +*hexchat-javascript-0.3.2 (27 Oct 2014) + + 27 Oct 2014; Julian Ospald <[email protected]> + +hexchat-javascript-0.3.2.ebuild: + version bump 09 Mar 2014; Pawel Hajdan jr <[email protected]> hexchat-javascript-0.3.1.ebuild: 1.1 x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild?rev=1.1&content-type=text/plain Index: hexchat-javascript-0.3.2.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.2.ebuild,v 1.1 2014/10/27 20:26:12 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:0 >=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() { dodir /usr/share/appdata default if use examples ; then dodoc -r examples fi }
