maksbotan    14/08/15 11:49:51

  Modified:             ChangeLog
  Added:                wgetpaste-2.25.ebuild
  Removed:              wgetpaste-2.21.ebuild wgetpaste-2.23.ebuild
                        wgetpaste-2.20-r1.ebuild
  Log:
  Bump to 2.25, bug #519948. Clean old.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  Changes    Path
1.139                app-text/wgetpaste/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   10 Dec 2013 09:45:38 -0000      1.138
+++ ChangeLog   15 Aug 2014 11:49:51 -0000      1.139
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/wgetpaste
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.138 
2013/12/10 09:45:38 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.139 
2014/08/15 11:49:51 maksbotan Exp $
+
+*wgetpaste-2.25 (15 Aug 2014)
+
+  15 Aug 2014; Maxim Koltsov <[email protected]> +wgetpaste-2.25.ebuild,
+  -wgetpaste-2.20-r1.ebuild, -wgetpaste-2.21.ebuild, -wgetpaste-2.23.ebuild:
+  Bump to 2.25, bug #519948. Clean old.
 
 *wgetpaste-2.23 (10 Dec 2013)
 



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

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

Index: wgetpaste-2.25.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.ebuild,v 
1.1 2014/08/15 11:49:51 maksbotan Exp $

EAPI="5"

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
}

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