summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Piasek <dagger@gentoo.org>2011-06-20 17:04:02 +0000
committerRobert Piasek <dagger@gentoo.org>2011-06-20 17:04:02 +0000
commit35c358237b654bf96ce192ea77fbab583b524a12 (patch)
treecbe2fba993d5e1efead222071b7a5c565f4f02c2 /sys-apps
parentnet-irc/inspircd: Version bump. Rename patches / init files. (diff)
downloadgentoo-2-35c358237b654bf96ce192ea77fbab583b524a12.tar.gz
gentoo-2-35c358237b654bf96ce192ea77fbab583b524a12.tar.bz2
gentoo-2-35c358237b654bf96ce192ea77fbab583b524a12.zip
Add version 0.62.2 and 0.64.0
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/paludis/ChangeLog9
-rw-r--r--sys-apps/paludis/paludis-0.62.2.ebuild (renamed from sys-apps/paludis/paludis-0.62.0.ebuild)2
-rw-r--r--sys-apps/paludis/paludis-0.64.0.ebuild (renamed from sys-apps/paludis/paludis-0.62.1.ebuild)6
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/paludis/ChangeLog b/sys-apps/paludis/ChangeLog
index 61725f4c1302..7bf687bca1f5 100644
--- a/sys-apps/paludis/ChangeLog
+++ b/sys-apps/paludis/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/paludis
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.202 2011/06/16 12:01:30 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.203 2011/06/20 17:04:02 dagger Exp $
+
+*paludis-0.64.0 (20 Jun 2011)
+*paludis-0.62.2 (20 Jun 2011)
+
+ 20 Jun 2011; Robert Piasek <dagger@gentoo.org> -paludis-0.62.0.ebuild,
+ -paludis-0.62.1.ebuild, +paludis-0.62.2.ebuild, +paludis-0.64.0.ebuild:
+ Add version 0.62.2 and 0.64.0
*paludis-0.62.1 (16 Jun 2011)
diff --git a/sys-apps/paludis/paludis-0.62.0.ebuild b/sys-apps/paludis/paludis-0.62.2.ebuild
index b8053cbf802e..8f65ebd47885 100644
--- a/sys-apps/paludis/paludis-0.62.0.ebuild
+++ b/sys-apps/paludis/paludis-0.62.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.62.0.ebuild,v 1.1 2011/06/13 11:39:11 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.62.2.ebuild,v 1.1 2011/06/20 17:04:02 dagger Exp $
inherit bash-completion eutils
diff --git a/sys-apps/paludis/paludis-0.62.1.ebuild b/sys-apps/paludis/paludis-0.64.0.ebuild
index 71ee7f11ba63..38ff37233cab 100644
--- a/sys-apps/paludis/paludis-0.62.1.ebuild
+++ b/sys-apps/paludis/paludis-0.64.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.62.1.ebuild,v 1.1 2011/06/16 12:01:30 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.64.0.ebuild,v 1.1 2011/06/20 17:04:02 dagger Exp $
inherit bash-completion eutils
@@ -101,7 +101,6 @@ pkg_setup() {
src_compile() {
local repositories=`echo default unavailable unpackaged | tr -s \ ,`
- local clients=`echo default accerso appareo cave instruo | tr -s \ ,`
local environments=`echo default $(usev portage ) | tr -s \ ,`
econf \
$(use_enable doc doxygen ) \
@@ -118,7 +117,6 @@ src_compile() {
$(use_enable search-index ) \
--with-vim-install-dir=/usr/share/vim/vimfiles \
--with-repositories=${repositories} \
- --with-clients=${clients} \
--with-environments=${environments} \
|| die "econf failed"
@@ -129,8 +127,6 @@ src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS README NEWS
- BASHCOMPLETION_NAME="accerso" dobashcompletion bash-completion/accerso
- BASHCOMPLETION_NAME="instruo" dobashcompletion bash-completion/instruo
BASHCOMPLETION_NAME="cave" dobashcompletion bash-completion/cave
if use zsh-completion ; then