aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2013-01-04 10:36:19 +0200
committerDmitry Podgorny <pasis.ua@gmail.com>2013-01-04 10:36:19 +0200
commit5f1666a95e9271339e8bd97cefb0dab1c832aa58 (patch)
tree43fc85e26b8aed0b965593f2da177b7342fdd98a
parentcfa0e8d9bb36168852150c651482ccaebefb5b1d (diff)
downloadprofanity-5f1666a95e9271339e8bd97cefb0dab1c832aa58.tar.gz
profanity-5f1666a95e9271339e8bd97cefb0dab1c832aa58.tar.xz
net-im/profanity-0.1.10 version bump
-rw-r--r--net-im/profanity/Manifest3
-rw-r--r--net-im/profanity/metadata.xml1
-rw-r--r--net-im/profanity/profanity-0.1.10.ebuild (renamed from net-im/profanity/profanity-0.1.9.ebuild)15
-rw-r--r--net-im/profanity/profanity-0.1.8.ebuild30
4 files changed, 6 insertions, 43 deletions
diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest
index c5b8cdd..ae5b1f3 100644
--- a/net-im/profanity/Manifest
+++ b/net-im/profanity/Manifest
@@ -1,2 +1 @@
-DIST profanity-0.1.8.tar.gz 49400 SHA256 9178d63da7a78ac8f29e90d8171dff9982015e865afdfef2e3333f2592f98d47 SHA512 c5caa33da61125877aec38a7ae4ced33649a65d90eae9b72dcf8077fca5dee990cf06c989924bec79bee4af71464897530effcf39d5f6f8327c0ed283a205ef7 WHIRLPOOL a4a9e2874ab2b43d39b8b7495287404641b70a91928f1ffd85a88b19b77cdbaff0001dbd53473f6e92b0e5fc19ab2f106496d7dff5627dfa53ad62be810a705e
-DIST profanity-0.1.9.tar.gz 54791 SHA256 9fdc1702248ad0e74ccb09ca1e919c37746d67ec57261613d61a42fe04fe0936 SHA512 a74a5785fbbd8c12c1745c6ed94f06d5e4a85ba4aea781ec80e21a01f8560c89ca1553ae1776fb05d96d9d984fa2c6568f735220688224d6e0c87df6ae8fb2ed WHIRLPOOL 44041d098d38dba791a53b0efc9bd9e769ac2060fd01505cc84f2cef0ad31c28ce49215ee4b9cc2de6ef65c11f00e29961645d8250a69492830bb2e5f6c3f6c0
+DIST profanity-0.1.10.tar.gz 298975 SHA256 c40deb4553e67dcae37d9d62ecdbba90ea39047aadc594b9d6cab20148810cfd SHA512 b6b44bcc49e323a61c722dd11dcaec93dea9566d9f506391bc1c63d8c7e5a58f041b6e7a47d741809063d4bba260f2429a2bb57c321182e791f198eda8c1b556 WHIRLPOOL 9b19c3a6b6bcd17c0f218068ad3efe02c75ec37d24b8b11de5ea2c53dbfd9df6b24aae65ed1f940ab6842113a6f0084eadc6566a525b0d162cd2b8fe018aafc9
diff --git a/net-im/profanity/metadata.xml b/net-im/profanity/metadata.xml
index a387b3c..72e46ed 100644
--- a/net-im/profanity/metadata.xml
+++ b/net-im/profanity/metadata.xml
@@ -8,5 +8,6 @@
<use>
<flag name='libnotify'>Enable desktop notifications support</flag>
<flag name='xml'>Link with libxml2 instead of expat</flag>
+ <flag name='xscreensaver'>Use x11-libs/libXScrnSaver for checking idle time</flag>
</use>
</pkgmetadata>
diff --git a/net-im/profanity/profanity-0.1.9.ebuild b/net-im/profanity/profanity-0.1.10.ebuild
index cb538a5..9a8f3b2 100644
--- a/net-im/profanity/profanity-0.1.9.ebuild
+++ b/net-im/profanity/profanity-0.1.10.ebuild
@@ -4,31 +4,24 @@
EAPI=4
-inherit autotools
-
DESCRIPTION="Ncurses based jabber client inspired by irssi"
HOMEPAGE="http://www.profanity.im/"
-SRC_URI="https://github.com/downloads/boothj5/${PN}/${P}.tar.gz"
+SRC_URI="http://www.profanity.im/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="libnotify xml"
+IUSE="libnotify xml xscreensaver"
-RDEPEND="dev-libs/expat
- dev-libs/glib:2
+RDEPEND="dev-libs/glib:2
dev-libs/libstrophe[xml=]
- dev-libs/libxml2
dev-libs/openssl
net-misc/curl
sys-libs/ncurses
+ xscreensaver? ( x11-libs/libXScrnSaver )
libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}"
-src_prepare() {
- eautoreconf
-}
-
src_configure() {
econf $(use_with xml libxml2)
}
diff --git a/net-im/profanity/profanity-0.1.8.ebuild b/net-im/profanity/profanity-0.1.8.ebuild
deleted file mode 100644
index 6e350a9..0000000
--- a/net-im/profanity/profanity-0.1.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit autotools
-
-DESCRIPTION="Ncurses based jabber client inspired by irssi"
-HOMEPAGE="http://www.profanity.im/"
-SRC_URI="https://github.com/downloads/boothj5/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
-
-RDEPEND="dev-libs/expat
- dev-libs/glib:2
- dev-libs/libstrophe
- dev-libs/libxml2
- dev-libs/openssl
- net-misc/curl
- sys-libs/ncurses
- libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- eautoreconf
-}