summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Piasek <dagger@gentoo.org>2010-10-15 14:02:40 +0000
committerRobert Piasek <dagger@gentoo.org>2010-10-15 14:02:40 +0000
commitd440b07a8a6fcfd5238e8201b8425e94213d464d (patch)
treec7849f747c0e5462bccf7a4f84188dfcf2463f89 /sys-apps
parentadd ~arm, bug #316003 (diff)
downloadgentoo-2-d440b07a8a6fcfd5238e8201b8425e94213d464d.tar.gz
gentoo-2-d440b07a8a6fcfd5238e8201b8425e94213d464d.tar.bz2
gentoo-2-d440b07a8a6fcfd5238e8201b8425e94213d464d.zip
Add 0.54.4 Remove older versions
(Portage version: 2.1.9.16/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/paludis/ChangeLog8
-rw-r--r--sys-apps/paludis/paludis-0.54.2.ebuild148
-rw-r--r--sys-apps/paludis/paludis-0.54.4.ebuild (renamed from sys-apps/paludis/paludis-0.54.0.ebuild)2
3 files changed, 8 insertions, 150 deletions
diff --git a/sys-apps/paludis/ChangeLog b/sys-apps/paludis/ChangeLog
index c68caefe0dad..427df8a1c7ef 100644
--- a/sys-apps/paludis/ChangeLog
+++ b/sys-apps/paludis/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/paludis
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.174 2010/09/05 14:00:49 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.175 2010/10/15 14:02:40 dagger Exp $
+
+*paludis-0.54.4 (15 Oct 2010)
+
+ 15 Oct 2010; Robert Piasek <dagger@gentoo.org> -paludis-0.54.0.ebuild,
+ -paludis-0.54.2.ebuild, +paludis-0.54.4.ebuild:
+ Add 0.54.4 Removed older .54 versions
*paludis-0.54.3 (05 Sep 2010)
diff --git a/sys-apps/paludis/paludis-0.54.2.ebuild b/sys-apps/paludis/paludis-0.54.2.ebuild
deleted file mode 100644
index 56498ddb9c31..000000000000
--- a/sys-apps/paludis/paludis-0.54.2.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.54.2.ebuild,v 1.1 2010/08/27 18:03:26 peper Exp $
-
-inherit bash-completion eutils
-
-DESCRIPTION="paludis, the other package mangler"
-HOMEPAGE="http://paludis.pioto.org/"
-SRC_URI="http://paludis.pioto.org/download/${P}.tar.bz2"
-
-IUSE="doc portage pink python-bindings ruby-bindings search-index vim-syntax visibility xml zsh-completion"
-LICENSE="GPL-2 vim-syntax? ( vim )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86"
-
-COMMON_DEPEND="
- >=app-admin/eselect-1.2_rc1
- >=app-shells/bash-3.2
- >=sys-devel/gcc-4.4
- dev-libs/libpcre
- python-bindings? ( >=dev-lang/python-2.6 >=dev-libs/boost-1.41.0 )
- ruby-bindings? ( >=dev-lang/ruby-1.8 )
- xml? ( >=dev-libs/libxml2-2.6 )
- search-index? ( >=dev-db/sqlite-3 )"
-
-DEPEND="${COMMON_DEPEND}
- doc? (
- || ( >=app-doc/doxygen-1.5.3 <=app-doc/doxygen-1.5.1 )
- media-gfx/imagemagick
- python-bindings? ( dev-python/epydoc dev-python/pygments )
- ruby-bindings? ( dev-ruby/syntax dev-ruby/allison )
- )
- dev-util/pkgconfig"
-
-RDEPEND="${COMMON_DEPEND}
- sys-apps/sandbox"
-
-# Keep syntax as a PDEPEND. It avoids issues when Paludis is used as the
-# default virtual/portage provider.
-PDEPEND="
- vim-syntax? ( >=app-editors/vim-core-7 )
- app-admin/eselect-package-manager"
-
-PROVIDE="virtual/portage"
-
-create-paludis-user() {
- enewgroup "paludisbuild"
- enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild"
-}
-
-pkg_setup() {
- if ! built_with_use dev-libs/libpcre cxx ; then
- eerror "Paludis needs dev-libs/libpcre built with C++ support"
- eerror "Please build dev-libs/libpcre with USE=cxx support"
- die "Rebuild dev-libs/libpcre with USE=cxx"
- fi
-
- if use python-bindings && \
- ! built_with_use --missing true dev-libs/boost python; then
- eerror "With USE python-bindings you need boost build with the python"
- eerror "use flag."
- die "Rebuild dev-libs/boost with USE python"
- fi
-
- create-paludis-user
-}
-
-src_compile() {
- local repositories=`echo default unavailable unpackaged | tr -s \ ,`
- local clients=`echo default accerso adjutrix appareo cave importare inquisitio instruo paludis reconcilio | tr -s \ ,`
- local environments=`echo default $(usev portage ) | tr -s \ ,`
- econf \
- $(use_enable doc doxygen ) \
- $(use_enable pink ) \
- $(use_enable ruby-bindings ruby ) \
- $(useq ruby-bindings && useq doc && echo --enable-ruby-doc ) \
- $(use_enable python-bindings python ) \
- $(useq python-bindings && useq doc && echo --enable-python-doc ) \
- $(use_enable vim-syntax vim ) \
- $(use_enable visibility ) \
- $(use_enable xml ) \
- $(use_enable search-index ) \
- --with-vim-install-dir=/usr/share/vim/vimfiles \
- --with-repositories=${repositories} \
- --with-clients=${clients} \
- --with-environments=${environments} \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS README NEWS
-
- BASHCOMPLETION_NAME="adjutrix" dobashcompletion bash-completion/adjutrix
- BASHCOMPLETION_NAME="paludis" dobashcompletion bash-completion/paludis
- BASHCOMPLETION_NAME="accerso" dobashcompletion bash-completion/accerso
- BASHCOMPLETION_NAME="importare" dobashcompletion bash-completion/importare
- BASHCOMPLETION_NAME="instruo" dobashcompletion bash-completion/instruo
- BASHCOMPLETION_NAME="reconcilio" dobashcompletion bash-completion/reconcilio
- BASHCOMPLETION_NAME="inquisitio" dobashcompletion bash-completion/inquisitio
- BASHCOMPLETION_NAME="cave" dobashcompletion bash-completion/cave
-
- if use zsh-completion ; then
- insinto /usr/share/zsh/site-functions
- doins zsh-completion/_paludis
- doins zsh-completion/_adjutrix
- doins zsh-completion/_importare
- doins zsh-completion/_reconcilio
- doins zsh-completion/_inquisitio
- doins zsh-completion/_paludis_packages
- doins zsh-completion/_cave
- fi
-}
-
-src_test() {
- # Work around Portage bugs
- export PALUDIS_DO_NOTHING_SANDBOXY="portage sucks"
- export BASH_ENV=/dev/null
-
- if [[ `id -u` == 0 ]] ; then
- # hate
- export PALUDIS_REDUCED_UID=0
- export PALUDIS_REDUCED_GID=0
- fi
-
- if ! emake check ; then
- eerror "Tests failed. Looking for files for you to add to your bug report..."
- find "${S}" -type f -name '*.epicfail' -or -name '*.log' | while read a ; do
- eerror " $a"
- done
- die "Make check failed"
- fi
-}
-
-pkg_postinst() {
- pm_is_paludis=false
- if [[ -f ${ROOT}/etc/env.d/50package-manager ]] ; then
- pm_is_paludis=$( source ${ROOT}/etc/env.d/50package-manager ; [[ ${PACKAGE_MANAGER} == paludis ]] && echo true || echo false )
- fi
-
- if ! $pm_is_paludis ; then
- elog "If you are using paludis or cave as your primary package manager,"
- elog "you should consider running:"
- elog " eselect package-manager set paludis"
- fi
-}
diff --git a/sys-apps/paludis/paludis-0.54.0.ebuild b/sys-apps/paludis/paludis-0.54.4.ebuild
index 314be90c0eed..a4d8d7395f25 100644
--- a/sys-apps/paludis/paludis-0.54.0.ebuild
+++ b/sys-apps/paludis/paludis-0.54.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.54.0.ebuild,v 1.1 2010/08/24 19:13:27 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.54.4.ebuild,v 1.1 2010/10/15 14:02:40 dagger Exp $
inherit bash-completion eutils