* [gentoo-commits] gentoo-x86 commit in app-admin/equo: ChangeLog equo-1.0_rc29.ebuild
@ 2011-08-02 16:54 Fabio Erculiani (lxnay)
0 siblings, 0 replies; 2+ messages in thread
From: Fabio Erculiani (lxnay) @ 2011-08-02 16:54 UTC (permalink / raw
To: gentoo-commits
lxnay 11/08/02 16:54:55
Modified: ChangeLog
Added: equo-1.0_rc29.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Revision Changes Path
1.3 app-admin/equo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 19 Jul 2011 12:38:04 -0000 1.2
+++ ChangeLog 2 Aug 2011 16:54:55 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/equo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.2 2011/07/19 12:38:04 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.3 2011/08/02 16:54:55 lxnay Exp $
+
+*equo-1.0_rc29 (02 Aug 2011)
+
+ 02 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> +equo-1.0_rc29.ebuild:
+ version bump
19 Jul 2011; Fabio Erculiani <lxnay@gentoo.org> equo-1.0_rc27.ebuild:
update DESCRIPTION
1.1 app-admin/equo/equo-1.0_rc29.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/equo-1.0_rc29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/equo-1.0_rc29.ebuild?rev=1.1&content-type=text/plain
Index: equo-1.0_rc29.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-1.0_rc29.ebuild,v 1.1 2011/08/02 16:54:55 lxnay Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit eutils multilib python bash-completion
DESCRIPTION="Entropy Package Manager text-based client"
HOMEPAGE="http://www.sabayon.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
S="${WORKDIR}/entropy-${PV}"
DEPEND="~sys-apps/entropy-${PV}"
RDEPEND="${DEPEND} sys-apps/file[python]"
src_compile() {
emake || die "make failed"
}
src_install() {
emake DESTDIR="${D}" LIBDIR="usr/$(get_libdir)" equo-install || die "make install failed"
dobashcompletion "${S}/misc/equo-completion.bash" equo
}
pkg_postinst() {
python_mod_optimize "/usr/$(get_libdir)/entropy/client"
bash-completion_pkg_postinst
echo
elog "If you would like to allow users in the 'entropy' group"
elog "to update available package repositories, please consider"
elog "to install sys-apps/entropy-client-services"
echo
}
pkg_postrm() {
python_mod_cleanup "/usr/$(get_libdir)/entropy/client"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/equo: ChangeLog equo-1.0_rc29.ebuild
@ 2011-08-12 10:06 Fabio Erculiani (lxnay)
0 siblings, 0 replies; 2+ messages in thread
From: Fabio Erculiani (lxnay) @ 2011-08-12 10:06 UTC (permalink / raw
To: gentoo-commits
lxnay 11/08/12 10:06:06
Modified: ChangeLog
Removed: equo-1.0_rc29.ebuild
Log:
drop older version 1.0_rc29
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Revision Changes Path
1.8 app-admin/equo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/equo/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 12 Aug 2011 09:53:34 -0000 1.7
+++ ChangeLog 12 Aug 2011 10:06:06 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/equo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.7 2011/08/12 09:53:34 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.8 2011/08/12 10:06:06 lxnay Exp $
+
+ 12 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> -equo-1.0_rc29.ebuild:
+ drop older version 1.0_rc29
12 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> -equo-1.0_rc27.ebuild:
drop older version 1.0_rc27
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-12 10:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 10:06 [gentoo-commits] gentoo-x86 commit in app-admin/equo: ChangeLog equo-1.0_rc29.ebuild Fabio Erculiani (lxnay)
-- strict thread matches above, loose matches on Subject: below --
2011-08-02 16:54 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