summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-24 14:18:33 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-24 14:18:33 +0000
commit926cb5494be1d0f97065a283c0ad723f1a1047ee (patch)
tree73a61f6138c387647cddc090e7d5e6ba53ad84df /net-misc
parentDrop old revision (diff)
downloadgentoo-2-926cb5494be1d0f97065a283c0ad723f1a1047ee.tar.gz
gentoo-2-926cb5494be1d0f97065a283c0ad723f1a1047ee.tar.bz2
gentoo-2-926cb5494be1d0f97065a283c0ad723f1a1047ee.zip
Use thirdpartymirrors
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ssh-askpass-fullscreen/ChangeLog8
-rw-r--r--net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild6
-rw-r--r--net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0.ebuild18
3 files changed, 9 insertions, 23 deletions
diff --git a/net-misc/ssh-askpass-fullscreen/ChangeLog b/net-misc/ssh-askpass-fullscreen/ChangeLog
index f1f5b3c893ef..4f29e639ab53 100644
--- a/net-misc/ssh-askpass-fullscreen/ChangeLog
+++ b/net-misc/ssh-askpass-fullscreen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/ssh-askpass-fullscreen
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ChangeLog,v 1.25 2012/10/12 21:46:40 tetromino Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ChangeLog,v 1.26 2013/02/24 14:18:33 pacho Exp $
+
+ 24 Feb 2013; Pacho Ramos <pacho@gentoo.org>
+ -ssh-askpass-fullscreen-1.0.ebuild, ssh-askpass-fullscreen-1.0-r1.ebuild:
+ Use thirdpartymirrors
12 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
ssh-askpass-fullscreen-1.0-r1.ebuild:
diff --git a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild
index 4459db0d10d6..d44de020f985 100644
--- a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild
+++ b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild,v 1.2 2012/10/12 21:46:40 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild,v 1.3 2013/02/24 14:18:33 pacho Exp $
EAPI=4
@@ -8,7 +8,7 @@ inherit autotools eutils
DESCRIPTION="A small SSH Askpass replacement written with GTK2"
HOMEPAGE="https://github.com/atj/ssh-askpass-fullscreen"
-SRC_URI="https://github.com/downloads/atj/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://github/atj/${PN}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
diff --git a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0.ebuild b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0.ebuild
deleted file mode 100644
index 829c30e1cc8b..000000000000
--- a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0.ebuild,v 1.2 2012/10/12 21:41:03 tetromino Exp $
-
-EAPI=4
-
-DESCRIPTION="A small SSH Askpass replacement written with GTK2"
-HOMEPAGE="https://github.com/atj/ssh-askpass-fullscreen"
-SRC_URI="https://github.com/downloads/atj/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.10.0:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"