public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in app-text/lodgeit: lodgeit-0.3_p20120618.ebuild ChangeLog lodgeit-0.3_p20120614.ebuild
@ 2012-06-29  7:49 99% Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 1+ results
From: Maxim Koltsov (maksbotan) @ 2012-06-29  7:49 UTC (permalink / raw
  To: gentoo-commits

maksbotan    12/06/29 07:49:49

  Modified:             ChangeLog
  Added:                lodgeit-0.3_p20120618.ebuild
  Removed:              lodgeit-0.3_p20120614.ebuild
  Log:
  Add new snapshot, thanks to sterkrig
  
  (Portage version: 2.1.11.2/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-text/lodgeit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/lodgeit/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	26 Jun 2012 17:46:04 -0000	1.7
+++ ChangeLog	29 Jun 2012 07:49:49 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/lodgeit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lodgeit/ChangeLog,v 1.7 2012/06/26 17:46:04 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lodgeit/ChangeLog,v 1.8 2012/06/29 07:49:49 maksbotan Exp $
+
+*lodgeit-0.3_p20120618 (29 Jun 2012)
+
+  29 Jun 2012; Maxim Koltsov <maksbotan@gentoo.org>
+  +lodgeit-0.3_p20120618.ebuild, -lodgeit-0.3_p20120614.ebuild:
+  Add new snapshot, thanks to sterkrig
 
 *lodgeit-0.3_p20120614 (26 Jun 2012)
 



1.1                  app-text/lodgeit/lodgeit-0.3_p20120618.ebuild

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

Index: lodgeit-0.3_p20120618.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/lodgeit/lodgeit-0.3_p20120618.ebuild,v 1.1 2012/06/29 07:49:49 maksbotan Exp $

EAPI="4"

MY_REV="1ca55b8189de"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit python

DESCRIPTION="Command-line interface to paste.pocoo.org"
HOMEPAGE="http://paste.pocoo.org/"
SRC_URI="https://bitbucket.org/skrattaren/lodgeit-script-gentoo/raw/${MY_REV}/scripts/lodgeit.py
	-> ${P}.py
	vim? ( http://www.vim.org/scripts/download_script.php?src_id=8848
	-> ${P}.vim )"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="vim"

RESTRICT="test"

DEPEND=""
RDEPEND="
	vim? ( || ( app-editors/vim[python] app-editors/gvim[python] ) )"

S="${WORKDIR}"

src_unpack() {
	:
}

src_install() {
	installation(){
		newbin "${DISTDIR}/${P}.py" "${PN}-${PYTHON_ABI}"
		python_convert_shebangs ${PYTHON_ABI} "${ED}"/usr/bin/${PN}-${PYTHON_ABI}
	}
	python_execute_function installation
	python_generate_wrapper_scripts "${ED}"/usr/bin/${PN}

	insinto /etc
	doins "${FILESDIR}"/lodgeitrc

	if use vim; then
		insinto /usr/share/vim/vimfiles/plugin
		newins "${DISTDIR}/${P}.vim" "${PN}.vim"
	fi
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-06-29  7:49 99% [gentoo-commits] gentoo-x86 commit in app-text/lodgeit: lodgeit-0.3_p20120618.ebuild ChangeLog lodgeit-0.3_p20120614.ebuild Maxim Koltsov (maksbotan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox