maksbotan    14/09/14 12:51:58

  Modified:             ChangeLog
  Added:                wgetpaste-2.25-r2.ebuild
  Removed:              wgetpaste-2.25-r1.ebuild
  Log:
  Fix bpaste as they use SSL by default, bug #521854 comment 6
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  Changes    Path
1.141                app-text/wgetpaste/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.141&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.141&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.140&r2=1.141

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog   7 Sep 2014 10:47:21 -0000       1.140
+++ ChangeLog   14 Sep 2014 12:51:58 -0000      1.141
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/wgetpaste
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.140 
2014/09/07 10:47:21 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.141 
2014/09/14 12:51:58 maksbotan Exp $
+
+*wgetpaste-2.25-r2 (14 Sep 2014)
+
+  14 Sep 2014; Maxim Koltsov <maksbo...@gentoo.org> +wgetpaste-2.25-r2.ebuild,
+  -wgetpaste-2.25-r1.ebuild, files/wgetpaste-2.25-pinnwand.patch:
+  Fix bpaste as they use SSL by default, bug #521854 comment 6
 
 *wgetpaste-2.25-r1 (07 Sep 2014)
 



1.1                  app-text/wgetpaste/wgetpaste-2.25-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.25-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.25-r2.ebuild?rev=1.1&content-type=text/plain

Index: wgetpaste-2.25-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.25-r2.ebuild,v 1.1 
2014/09/14 12:51:58 maksbotan Exp $

EAPI="5"

inherit eutils

DESCRIPTION="Command-line interface to various pastebins"
HOMEPAGE="http://wgetpaste.zlin.dk/";
SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2";

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
IUSE="zsh-completion"

DEPEND=""
RDEPEND="net-misc/wget
        zsh-completion? ( app-shells/zsh )"

src_prepare() {
        sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
        epatch "${FILESDIR}"/wgetpaste-2.25-pinnwand.patch
}

src_install() {
        dobin ${PN}
        insinto /etc/wgetpaste.d
        newins "${FILESDIR}"/wgetpaste-config-services services.conf
        if use zsh-completion ; then
                insinto /usr/share/zsh/site-functions
                doins _wgetpaste
        fi
}




Reply via email to