From 6caa6e6d1075642409b73d05d44186b2b51a30c6 Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Sat, 13 Feb 2016 18:40:24 -0500 Subject: bump hipchat to latest 2.2.1388 version --- net-im/hipchat/Manifest | 4 +-- net-im/hipchat/hipchat-2.2.1373.ebuild | 47 ---------------------------------- net-im/hipchat/hipchat-2.2.1388.ebuild | 47 ++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 net-im/hipchat/hipchat-2.2.1373.ebuild create mode 100644 net-im/hipchat/hipchat-2.2.1388.ebuild diff --git a/net-im/hipchat/Manifest b/net-im/hipchat/Manifest index d0b4f85..91a42c2 100644 --- a/net-im/hipchat/Manifest +++ b/net-im/hipchat/Manifest @@ -1,2 +1,2 @@ -DIST hipchat-2.2.1309-i686.pkg.tar.xz 45064360 SHA256 487c30481180afe7b8dda3abf2ea03fd6f2f1d67b5651ae32d8337edb312eb8d SHA512 65484438adae69a39e961faa5f656945eb47481427276b2c61819f0efbbfb1bc2f058af4e621af612c7d455b5d6aab9f46a1bcf20784bc24551adad82902d99a WHIRLPOOL e16e45dd2f5c64354df4f76ca534f71bfbf2e79e8d3c743ae548cd1aac7b425bef4b2e2617d76239d480f7ecd7293ef3befbb1908b57aefb201ac4774f28f056 -DIST hipchat-2.2.1309-x86_64.pkg.tar.xz 45370564 SHA256 9ebbc29d1d4c7e2ca3a711d9dfa0ecf910c454d206dc7deb6081b342e95e4856 SHA512 84825458499cab958f17436b2ec6c39dfd8e7d77f6f4d6c3bc1fa8ef513ac53dfa216aea85e09f2347d0237bfc9e24469dc7522de3863eb631d2cde17c8497c0 WHIRLPOOL 35520827057d3aa414c7c08d552a63b29277526cf9bee9dfe0cba1855d9806411c3521f34518ec5f45a767efd47ac30cd92fc5001729567e91d473a8426811a3 +DIST hipchat-2.2.1388-i686.pkg.tar.xz 45511260 SHA256 1412819f2d1bc7689d268549732abfdcf3aab99d1ef7b4cdc3f9b1fa8683088b SHA512 9c9ada9dba15e78e863daaa9083c345a24d9b44a1a5177a3b5d26b54083564db11a2b92383460327c61b4e369808967b0770bd54858d4db78a7e8e03cc0cc529 WHIRLPOOL 15d76e54c2941316a0a426b728870c770d44361211be4f53a1186bf4fea49ba4a135fe66b38c9390e8c753495951685f6d546229de8a772dd139875226d2d5ad +DIST hipchat-2.2.1388-x86_64.pkg.tar.xz 45835268 SHA256 dfb6dca62fe9d5bee7a4da2edaf4fbfa73f0d130ecbbc96315edfbd70f0374a3 SHA512 54d95a25e03996a23df93feb4b4e00a803c24e9b64f97cfbd4efd9e3df5786f51e48b78a38da8b39b2924d82c32215e68222cc09a87ca10971ff389f2de5a2f3 WHIRLPOOL 2d0328b6f6aa25d63deb6e582769adb04ebdbdabb8dd8fb379b27a10829f21efb2575e529e3f686f2866d061f6482131a7a9749d1a9d30a4690419ae1e9a431e diff --git a/net-im/hipchat/hipchat-2.2.1373.ebuild b/net-im/hipchat/hipchat-2.2.1373.ebuild deleted file mode 100644 index 2bc865b..0000000 --- a/net-im/hipchat/hipchat-2.2.1373.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/hipchat/hipchat-2.2.1163.ebuild $ - -EAPI="5" - -inherit eutils pax-utils unpacker - -DESCRIPTION="Group chat and video chat built for teams" -HOMEPAGE="http://hipchat.com" -SRC_URI=" - amd64? ( - http://downloads.hipchat.com/linux/arch/x86_64/hipchat-${PV}-x86_64.pkg.tar.xz - ) - x86? ( - http://downloads.hipchat.com/linux/arch/i686/hipchat-${PV}-i686.pkg.tar.xz - ) -" -RESTRICT="mirror" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - sed -i -e 's/Icon=hipchat.png/Icon=hipchat/' usr/share/applications/hipchat.desktop || die "sed failed" - sed -i -e 's/Terminal=0/Terminal=false/' usr/share/applications/hipchat.desktop || die "sed failed" -} - -src_install () { - foo="" - insinto $foo/usr - doins -r usr/share - - insinto $foo/opt/HipChat/ - exeinto $foo/opt/HipChat/bin - doins -r opt/HipChat/share - doins -r opt/HipChat/lib - doexe opt/HipChat/bin/* - dosym $foo/opt/HipChat/bin/hipchat $foo/usr/local/bin/hipchat - fperms 0755 $foo/opt/HipChat/lib/hipchat.bin -} diff --git a/net-im/hipchat/hipchat-2.2.1388.ebuild b/net-im/hipchat/hipchat-2.2.1388.ebuild new file mode 100644 index 0000000..2bc865b --- /dev/null +++ b/net-im/hipchat/hipchat-2.2.1388.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/hipchat/hipchat-2.2.1163.ebuild $ + +EAPI="5" + +inherit eutils pax-utils unpacker + +DESCRIPTION="Group chat and video chat built for teams" +HOMEPAGE="http://hipchat.com" +SRC_URI=" + amd64? ( + http://downloads.hipchat.com/linux/arch/x86_64/hipchat-${PV}-x86_64.pkg.tar.xz + ) + x86? ( + http://downloads.hipchat.com/linux/arch/i686/hipchat-${PV}-i686.pkg.tar.xz + ) +" +RESTRICT="mirror" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="" +RDEPEND="" + +S=${WORKDIR} + +src_unpack() { + unpack ${A} + sed -i -e 's/Icon=hipchat.png/Icon=hipchat/' usr/share/applications/hipchat.desktop || die "sed failed" + sed -i -e 's/Terminal=0/Terminal=false/' usr/share/applications/hipchat.desktop || die "sed failed" +} + +src_install () { + foo="" + insinto $foo/usr + doins -r usr/share + + insinto $foo/opt/HipChat/ + exeinto $foo/opt/HipChat/bin + doins -r opt/HipChat/share + doins -r opt/HipChat/lib + doexe opt/HipChat/bin/* + dosym $foo/opt/HipChat/bin/hipchat $foo/usr/local/bin/hipchat + fperms 0755 $foo/opt/HipChat/lib/hipchat.bin +} -- cgit v1.2.3-65-gdbad