From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/
Date: Fri, 16 Oct 2015 13:56:54 +0000 (UTC) [thread overview]
Message-ID: <1445003805.0fac2c9dbc987ad3c185cea525524bc960bb27fd.kensington@gentoo> (raw)
commit: 0fac2c9dbc987ad3c185cea525524bc960bb27fd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 13:56:23 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 13:56:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fac2c9d
net-irc/irssi-otr: remove old
Package-Manager: portage-2.2.20.1
| 2 --
| 40 ----------------------------
| 43 -------------------------------
| 31 ----------------------
4 files changed, 116 deletions(-)
--git a/net-irc/irssi-otr/Manifest b/net-irc/irssi-otr/Manifest
index 734d76f..daf890f 100644
--- a/net-irc/irssi-otr/Manifest
+++ b/net-irc/irssi-otr/Manifest
@@ -1,3 +1 @@
-DIST irssi-otr-0.2.tar.gz 28618 SHA256 fbdf4375056cf5122e7aebd624364d1201f7c7473e1876f2c28dd009b7628c11 SHA512 03ddec87c5fea0e3ad60fafdcebd49340978f41dc8bf9fb5918d90aca61d1fa69634b2304b46b25822f00e3bd258e0953d8d9436384e5bfee036f36d512b08aa WHIRLPOOL d7ff7057feec54b7de48aa4d13710d3894eada1c0b5f80d324f8007b69e3e50f3e7f0976837bb129a7cf1837ff55d6960300677cf6c0d5e0673d57fff32115ec
-DIST irssi-otr-0.3.tar.gz 33514 SHA256 816cb13794c0efa33ee1618a4e926b3f1c3587c675ad3cc44b4f8de3b1b2c60e SHA512 3a3ad788b94887c6bedf6b172cd2267ac4d88fa4a78f7d2c5a8728ea9cb261339bbae1e975cbf44e5d1ec557865342cafc8beb716887ffd92742a9cd407e9f8f WHIRLPOOL ed0100ac58fa23a87b60fe5205bcd8469573df0432d9a4d9b40ddc2ba919db4a169b2cbc3410b8690f0b57e49f42e2c7f0dd46e66c8139f4c94528f6b30bf0f5
DIST irssi-otr-1.0.0.tar.gz 39481 SHA256 bad09a2853ea6fb1a7af42c8f15868fd3ce45f973be90c78944ddf04f8ab517e SHA512 988e50b9df430511ae21a9128ffd27ad27efc102aaa10ec59992c6e642f38dd776396a0768021e3a0588d2a8c30e6316a7b0720d31a05ac21bb47055b0d8c488 WHIRLPOOL 998dc495fb600e635ba342162efc153483fe838d5466995ab248d3c1da358f0cf538d020280157ffffcbe27fbe91b504ed48d1ce28bb396515f560f1fe9197f4
diff --git a/net-irc/irssi-otr/irssi-otr-0.2.ebuild b/net-irc/irssi-otr/irssi-otr-0.2.ebuild
deleted file mode 100644
index ec098cc..0000000
--- a/net-irc/irssi-otr/irssi-otr-0.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=2
-
-inherit cmake-utils eutils
-
-DESCRIPTION="Off-The-Record messaging (OTR) for irssi"
-HOMEPAGE="http://irssi-otr.tuxfamily.org"
-
-# This should probably be exported by cmake-utils as a variable
-CMAKE_BINARY_DIR="${WORKDIR}"/${PN}_build
-mycmakeargs="-DDOCDIR=/usr/share/doc/${PF}"
-
-SRC_URI="ftp://download.tuxfamily.org/irssiotr/${PF}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE="debug"
-
-RDEPEND="<net-libs/libotr-4
- dev-libs/glib
- dev-libs/libgcrypt:0
- dev-libs/libgpg-error
- || (
- net-irc/irssi
- net-irc/irssi-svn
- )"
-
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.4.7
- virtual/pkgconfig
- dev-lang/python"
-
-src_install() {
- cmake-utils_src_install
- rm "${D}"/usr/share/doc/${PF}/LICENSE
- prepalldocs
-}
diff --git a/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild b/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild
deleted file mode 100644
index ad5d9dc..0000000
--- a/net-irc/irssi-otr/irssi-otr-0.3-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Off-The-Record messaging (OTR) for irssi"
-HOMEPAGE="http://irssi-otr.tuxfamily.org"
-SRC_URI="ftp://download.tuxfamily.org/irssiotr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE="debug"
-
-RDEPEND="<net-libs/libotr-4
- dev-libs/glib:2
- dev-libs/libgcrypt:0
- dev-libs/libgpg-error
- net-irc/irssi"
-
-DEPEND="${PYTHON_DEPS}
- ${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( README )
-
-src_prepare() {
- # do not install docs through buildsystem
- sed -i -e '/README LICENSE/d' CMakeLists.txt || die 'sed on CMakeLists.txt failed'
-
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DDOCDIR="/usr/share/doc/${PF}"
- )
- cmake-utils_src_configure
-}
diff --git a/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild
deleted file mode 100644
index e7d8763..0000000
--- a/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Off-The-Record messaging (OTR) for irssi"
-HOMEPAGE="https://github.com/cryptodotis/irssi-otr"
-SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc x86"
-IUSE=""
-
-# please note >=libotr-4.1.0 is required due to critical bugfix
-# d748757e581b74e7298df155ad49174cb914102b, see README.md
-RDEPEND="
- >=dev-libs/glib-2.22.0:2
- >=dev-libs/libgcrypt-1.2.0:0
- >=net-libs/libotr-4.1.0
- >=net-irc/irssi-0.8.15[perl]"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-AUTOTOOLS_AUTORECONF="yes"
-DOCS=( README.md )
-PATCHES=( "${FILESDIR}/${P}-cflags.patch" )
next reply other threads:[~2015-10-16 13:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-16 13:56 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-03-09 11:48 [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi-otr/ Mikle Kolyada
2018-05-02 16:33 Thomas Deutschmann
2018-04-27 21:08 Sergei Trofimovich
2018-04-26 22:00 Patrice Clement
2016-01-17 23:10 Patrice Clement
2015-10-16 11:02 Mikle Kolyada
2015-10-15 11:52 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445003805.0fac2c9dbc987ad3c185cea525524bc960bb27fd.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox