diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 11:00:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 11:00:19 +0000 |
commit | fc203840491b80dd0340dbaaebfa71abc047843d (patch) | |
tree | 633e768211c3dc4272fabdb7761cc68271a2936d /sys-apps/paludis | |
parent | Convert from "useq" to "use". (diff) | |
download | gentoo-2-fc203840491b80dd0340dbaaebfa71abc047843d.tar.gz gentoo-2-fc203840491b80dd0340dbaaebfa71abc047843d.tar.bz2 gentoo-2-fc203840491b80dd0340dbaaebfa71abc047843d.zip |
Convert from "useq" to "use".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/paludis')
-rw-r--r-- | sys-apps/paludis/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/paludis/paludis-0.58.5.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/paludis/paludis-0.60.4.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/paludis/paludis-0.62.2.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/paludis/paludis-0.64.0.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/paludis/paludis-0.64.1.ebuild | 6 |
6 files changed, 21 insertions, 16 deletions
diff --git a/sys-apps/paludis/ChangeLog b/sys-apps/paludis/ChangeLog index 7427d02c3126..a7abc779af0a 100644 --- a/sys-apps/paludis/ChangeLog +++ b/sys-apps/paludis/ChangeLog @@ -1,6 +1,11 @@ # 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.204 2011/06/23 09:18:26 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.205 2011/07/08 11:00:19 ssuominen Exp $ + + 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> paludis-0.58.5.ebuild, + paludis-0.60.4.ebuild, paludis-0.62.2.ebuild, paludis-0.64.0.ebuild, + paludis-0.64.1.ebuild: + Convert from "useq" to "use". *paludis-0.64.1 (23 Jun 2011) diff --git a/sys-apps/paludis/paludis-0.58.5.ebuild b/sys-apps/paludis/paludis-0.58.5.ebuild index 7286dde9b5a0..9a3bf596ffa2 100644 --- a/sys-apps/paludis/paludis-0.58.5.ebuild +++ b/sys-apps/paludis/paludis-0.58.5.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.58.5.ebuild,v 1.2 2011/04/13 12:39:30 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.58.5.ebuild,v 1.3 2011/07/08 11:00:19 ssuominen Exp $ inherit bash-completion eutils @@ -90,9 +90,9 @@ src_compile() { $(use_enable pbins ) \ $(use_enable pink ) \ $(use_enable ruby-bindings ruby ) \ - $(useq ruby-bindings && useq doc && echo --enable-ruby-doc ) \ + $(use ruby-bindings && use doc && echo --enable-ruby-doc ) \ $(use_enable python-bindings python ) \ - $(useq python-bindings && useq doc && echo --enable-python-doc ) \ + $(use python-bindings && use doc && echo --enable-python-doc ) \ $(use_enable vim-syntax vim ) \ $(use_enable visibility ) \ $(use_enable xml ) \ diff --git a/sys-apps/paludis/paludis-0.60.4.ebuild b/sys-apps/paludis/paludis-0.60.4.ebuild index 3aec74a60ecf..754de0d2a9c0 100644 --- a/sys-apps/paludis/paludis-0.60.4.ebuild +++ b/sys-apps/paludis/paludis-0.60.4.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.60.4.ebuild,v 1.2 2011/04/13 12:39:30 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.60.4.ebuild,v 1.3 2011/07/08 11:00:19 ssuominen Exp $ inherit bash-completion eutils @@ -101,10 +101,10 @@ src_compile() { $(use_enable pbins ) \ $(use_enable pink ) \ $(use_enable ruby-bindings ruby ) \ - $(useq ruby-bindings && useq doc && echo --enable-ruby-doc ) \ + $(use ruby-bindings && use doc && echo --enable-ruby-doc ) \ $(use_enable prebuilt-documentation ) \ $(use_enable python-bindings python ) \ - $(useq python-bindings && useq doc && echo --enable-python-doc ) \ + $(use python-bindings && use doc && echo --enable-python-doc ) \ $(use_enable vim-syntax vim ) \ $(use_enable visibility ) \ $(use_enable xml ) \ diff --git a/sys-apps/paludis/paludis-0.62.2.ebuild b/sys-apps/paludis/paludis-0.62.2.ebuild index 8f65ebd47885..7271f7800971 100644 --- a/sys-apps/paludis/paludis-0.62.2.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.2.ebuild,v 1.1 2011/06/20 17:04:02 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.62.2.ebuild,v 1.2 2011/07/08 11:00:19 ssuominen Exp $ inherit bash-completion eutils @@ -108,10 +108,10 @@ src_compile() { $(use_enable pbins ) \ $(use_enable pink ) \ $(use_enable ruby-bindings ruby ) \ - $(useq ruby-bindings && useq doc && echo --enable-ruby-doc ) \ + $(use ruby-bindings && use doc && echo --enable-ruby-doc ) \ $(use_enable prebuilt-documentation ) \ $(use_enable python-bindings python ) \ - $(useq python-bindings && useq doc && echo --enable-python-doc ) \ + $(use python-bindings && use doc && echo --enable-python-doc ) \ $(use_enable vim-syntax vim ) \ $(use_enable visibility ) \ $(use_enable xml ) \ diff --git a/sys-apps/paludis/paludis-0.64.0.ebuild b/sys-apps/paludis/paludis-0.64.0.ebuild index 38ff37233cab..8befbdf607e9 100644 --- a/sys-apps/paludis/paludis-0.64.0.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.64.0.ebuild,v 1.1 2011/06/20 17:04:02 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.64.0.ebuild,v 1.2 2011/07/08 11:00:19 ssuominen Exp $ inherit bash-completion eutils @@ -107,10 +107,10 @@ src_compile() { $(use_enable pbins ) \ $(use_enable pink ) \ $(use_enable ruby-bindings ruby ) \ - $(useq ruby-bindings && useq doc && echo --enable-ruby-doc ) \ + $(use ruby-bindings && use doc && echo --enable-ruby-doc ) \ $(use_enable prebuilt-documentation ) \ $(use_enable python-bindings python ) \ - $(useq python-bindings && useq doc && echo --enable-python-doc ) \ + $(use python-bindings && use doc && echo --enable-python-doc ) \ $(use_enable vim-syntax vim ) \ $(use_enable visibility ) \ $(use_enable xml ) \ diff --git a/sys-apps/paludis/paludis-0.64.1.ebuild b/sys-apps/paludis/paludis-0.64.1.ebuild index 3dbd63af1c5a..d884b2ca3ad0 100644 --- a/sys-apps/paludis/paludis-0.64.1.ebuild +++ b/sys-apps/paludis/paludis-0.64.1.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.64.1.ebuild,v 1.1 2011/06/23 09:18:26 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.64.1.ebuild,v 1.2 2011/07/08 11:00:19 ssuominen Exp $ inherit bash-completion eutils @@ -107,10 +107,10 @@ src_compile() { $(use_enable pbins ) \ $(use_enable pink ) \ $(use_enable ruby-bindings ruby ) \ - $(useq ruby-bindings && useq doc && echo --enable-ruby-doc ) \ + $(use ruby-bindings && use doc && echo --enable-ruby-doc ) \ $(use_enable prebuilt-documentation ) \ $(use_enable python-bindings python ) \ - $(useq python-bindings && useq doc && echo --enable-python-doc ) \ + $(use python-bindings && use doc && echo --enable-python-doc ) \ $(use_enable vim-syntax vim ) \ $(use_enable visibility ) \ $(use_enable xml ) \ |