aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2014-03-29 23:24:24 +0200
committerDmitry Podgorny <pasis.ua@gmail.com>2014-03-29 23:24:24 +0200
commit0115c063357c9fed6b506e4934d1871320dd050f (patch)
treef04831e8989f5c7c795136aac6bb759929cdb256
parentfd9b5c0fcc96c05f99b5c85df48d0e40d8be219a (diff)
downloadprofanity-0115c063357c9fed6b506e4934d1871320dd050f.tar.gz
profanity-0115c063357c9fed6b506e4934d1871320dd050f.tar.xz
net-im/profanity: version bumped to 0.4.0
-rw-r--r--net-im/profanity/Manifest2
-rw-r--r--net-im/profanity/profanity-0.3.1.ebuild33
-rw-r--r--net-im/profanity/profanity-0.4.0.ebuild (renamed from net-im/profanity/profanity-0.4.0_rc1.ebuild)12
3 files changed, 2 insertions, 45 deletions
diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest
index 2367439..6878ee8 100644
--- a/net-im/profanity/Manifest
+++ b/net-im/profanity/Manifest
@@ -1 +1 @@
-DIST profanity-0.3.1.tar.gz 398919 SHA256 7ec5fecbfa7ec5c2fae18fc63819eef926bebefd40d5bbf80e10b91e1b0c7ed5 SHA512 f7f142084baa63e01129b5bec96723642f709b58488555de95f4939db203562fa3c83c76c37d06e848b32cf2409261e3cace5a3fe6fb7386818008558e7f2671 WHIRLPOOL df935b165b6b40ad2a819a689f8d7d5b96abe63de26b065c5fc8bf1f6d66d86f73295f61bc0f23472e63c3038fe9ce24e0ce657ec02ce717b2f95d3a55628109
+DIST profanity-0.4.0.tar.gz 411475 SHA256 88d086ff686d15c07464b5b19fc72855cb10c318e564dfe0b2ce8780b1ffc009 SHA512 65435a1fc2773e8b5f2e678f5c99056b6ad9a991c6702ba3444fa123fde53b98b5728c6bf37f5f08c8cd816c8c9ab64d5822484ea1200403443d6056f4dc09a7 WHIRLPOOL e2f74afa14a949baa39dd31f070b1e66794029192fa1b8b1ee86ce87db23f5f6647de66c09febe0997c791e740ad7bd9030c82df2b48d396c619bde3f8b2a3db
diff --git a/net-im/profanity/profanity-0.3.1.ebuild b/net-im/profanity/profanity-0.3.1.ebuild
deleted file mode 100644
index 996f1d3..0000000
--- a/net-im/profanity/profanity-0.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="Ncurses based jabber client inspired by irssi"
-HOMEPAGE="http://www.profanity.im/"
-SRC_URI="http://www.profanity.im/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify xml xscreensaver"
-
-RDEPEND="dev-libs/glib:2
- >=dev-libs/libstrophe-0.8-r1[xml=]
- dev-libs/openssl
- net-misc/curl
- sys-libs/ncurses
- xscreensaver? ( x11-libs/libXScrnSaver )
- libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf $(use_with xml libxml2)
-}
-
-pkg_postinst() {
- elog
- elog "User guide is available online:"
- elog " http://www.profanity.im/userguide.html"
-}
diff --git a/net-im/profanity/profanity-0.4.0_rc1.ebuild b/net-im/profanity/profanity-0.4.0.ebuild
index b36a432..ccae88b 100644
--- a/net-im/profanity/profanity-0.4.0_rc1.ebuild
+++ b/net-im/profanity/profanity-0.4.0.ebuild
@@ -4,13 +4,9 @@
EAPI=4
-EGIT_REPO_URI="git://github.com/boothj5/profanity.git"
-EGIT_COMMIT="0.4.0.rc1"
-
-inherit autotools git-2
-
DESCRIPTION="Ncurses based jabber client inspired by irssi"
HOMEPAGE="http://www.profanity.im/"
+SRC_URI="http://www.profanity.im/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
@@ -27,12 +23,6 @@ RDEPEND="dev-libs/glib:2
libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/${P/-/_}"
-
-src_prepare() {
- eautoreconf
-}
-
src_configure() {
econf \
$(use_enable libnotify notifications) \