summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-03-02 22:23:58 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-03-02 22:23:58 +0000
commite0d9e9a70507933a287c6e2336bfade443b2ad59 (patch)
tree5d71982a4c0c631176e723f8c3222d215b68aa6b /x11-plugins/hexchat-javascript
parentamd64 stable, bug #495692 (diff)
downloadgentoo-2-e0d9e9a70507933a287c6e2336bfade443b2ad59.tar.gz
gentoo-2-e0d9e9a70507933a287c6e2336bfade443b2ad59.tar.bz2
gentoo-2-e0d9e9a70507933a287c6e2336bfade443b2ad59.zip
rm old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'x11-plugins/hexchat-javascript')
-rw-r--r--x11-plugins/hexchat-javascript/ChangeLog6
-rw-r--r--x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild35
2 files changed, 5 insertions, 36 deletions
diff --git a/x11-plugins/hexchat-javascript/ChangeLog b/x11-plugins/hexchat-javascript/ChangeLog
index bbb7ef4606da..d95d13ab76a7 100644
--- a/x11-plugins/hexchat-javascript/ChangeLog
+++ b/x11-plugins/hexchat-javascript/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2014/02/25 19:53:48 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.5 2014/03/02 22:23:57 hasufell Exp $
+
+ 02 Mar 2014; Julian Ospald <hasufell@gentoo.org>
+ -hexchat-javascript-0.3.ebuild:
+ rm old
25 Feb 2014; Julian Ospald <hasufell@gentoo.org>
hexchat-javascript-0.3.1.ebuild:
diff --git a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild
deleted file mode 100644
index 1053144c3a26..000000000000
--- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 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.ebuild,v 1.2 2013/09/12 10:34:25 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
-}