public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/equo: ChangeLog equo-254.ebuild
@ 2013-12-18  5:03 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2013-12-18  5:03 UTC (permalink / raw
  To: gentoo-commits

lxnay       13/12/18 05:03:33

  Modified:             ChangeLog
  Added:                equo-254.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)

Revision  Changes    Path
1.31                 app-admin/equo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	22 Aug 2013 14:54:55 -0000	1.30
+++ ChangeLog	18 Dec 2013 05:03:33 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/equo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.30 2013/08/22 14:54:55 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.31 2013/12/18 05:03:33 lxnay Exp $
+
+*equo-254 (18 Dec 2013)
+
+  18 Dec 2013; Fabio Erculiani <lxnay@gentoo.org> +equo-254.ebuild:
+  version bump
 
   22 Aug 2013; Fabio Erculiani <lxnay@gentoo.org> -equo-189.ebuild:
   drop older version 189



1.1                  app-admin/equo/equo-254.ebuild

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

Index: equo-254.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-254.ebuild,v 1.1 2013/12/18 05:03:33 lxnay Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils python-single-r1 bash-completion-r1

DESCRIPTION="Entropy Package Manager text-based client"
HOMEPAGE="http://www.sabayon.org"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"

S="${WORKDIR}/entropy-${PV}"

DEPEND="${PYTHON_DEPS}
	~sys-apps/entropy-${PV}[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND} sys-apps/file[python]"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

src_compile() {
	cd "${S}"/client || die
	emake || die "make failed"
}

src_install() {
	cd "${S}"/client || die
	emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed"
	newbashcomp "${S}/misc/equo-completion.bash" equo

	python_optimize "${D}/usr/lib/entropy/client"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-18  5:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18  5:03 [gentoo-commits] gentoo-x86 commit in app-admin/equo: ChangeLog equo-254.ebuild Fabio Erculiani (lxnay)

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