maksbotan 14/10/09 15:45:45 Modified: ChangeLog Added: wgetpaste-2.25-r3.ebuild Log: Fix raw URL for bpaste service, bug #524800. Thanks to Nuno Silva <[email protected]> for patch. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.146 app-text/wgetpaste/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.146&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.146&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.145&r2=1.146 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v retrieving revision 1.145 retrieving revision 1.146 diff -u -r1.145 -r1.146 --- ChangeLog 5 Oct 2014 19:09:22 -0000 1.145 +++ ChangeLog 9 Oct 2014 15:45:45 -0000 1.146 @@ -1,6 +1,13 @@ # 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.145 2014/10/05 19:09:22 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.146 2014/10/09 15:45:45 maksbotan Exp $ + +*wgetpaste-2.25-r3 (09 Oct 2014) + + 09 Oct 2014; Maxim Koltsov <[email protected]> + +files/wgetpaste-2.25-pinnwand-raw.patch, +wgetpaste-2.25-r3.ebuild: + Fix raw URL for bpaste service, bug #524800. Thanks to Nuno Silva + <[email protected]> for patch. 05 Oct 2014; Mikle Kolyada <[email protected]> wgetpaste-2.25-r2.ebuild: x86 stable wrt bug #523612 1.1 app-text/wgetpaste/wgetpaste-2.25-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.25-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.25-r3.ebuild?rev=1.1&content-type=text/plain Index: wgetpaste-2.25-r3.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-r3.ebuild,v 1.1 2014/10/09 15:45:45 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="" DEPEND="" RDEPEND="net-misc/wget" src_prepare() { sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die epatch "${FILESDIR}"/wgetpaste-2.25-pinnwand.patch epatch "${FILESDIR}"/wgetpaste-2.25-pinnwand-raw.patch } src_install() { dobin ${PN} insinto /etc/wgetpaste.d newins "${FILESDIR}"/wgetpaste-config-services services.conf insinto /usr/share/zsh/site-functions doins _wgetpaste }
