diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-10-18 08:26:00 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-10-18 08:26:00 +0000 |
commit | e8909ab131a716517d4368cc7f6866879dfe8ea8 (patch) | |
tree | ad7a030252a6b99d885fd33009f373e63d35a1cb /sys-fs | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-e8909ab131a716517d4368cc7f6866879dfe8ea8.tar.gz gentoo-2-e8909ab131a716517d4368cc7f6866879dfe8ea8.tar.bz2 gentoo-2-e8909ab131a716517d4368cc7f6866879dfe8ea8.zip |
Version bump. Removed old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/xfsdump/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-3.0.1.ebuild | 49 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-3.1.3.ebuild (renamed from sys-fs/xfsdump/xfsdump-3.1.0.ebuild) | 10 |
3 files changed, 10 insertions, 57 deletions
diff --git a/sys-fs/xfsdump/ChangeLog b/sys-fs/xfsdump/ChangeLog index 44eae4e57240..db05d18c755f 100644 --- a/sys-fs/xfsdump/ChangeLog +++ b/sys-fs/xfsdump/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/xfsdump # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.101 2013/04/02 11:19:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.102 2013/10/18 08:26:00 polynomial-c Exp $ + +*xfsdump-3.1.3 (18 Oct 2013) + + 18 Oct 2013; Lars Wendler <polynomial-c@gentoo.org> -xfsdump-3.0.1.ebuild, + -xfsdump-3.1.0.ebuild, +xfsdump-3.1.3.ebuild: + Version bump. Removed old. 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild: Stable for hppa, wrt bug #457484 diff --git a/sys-fs/xfsdump/xfsdump-3.0.1.ebuild b/sys-fs/xfsdump/xfsdump-3.0.1.ebuild deleted file mode 100644 index 6c90e00dfb0f..000000000000 --- a/sys-fs/xfsdump/xfsdump-3.0.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.0.1.ebuild,v 1.5 2010/05/11 20:51:52 josejx Exp $ - -inherit multilib - -DESCRIPTION="xfs dump/restore utilities" -HOMEPAGE="http://oss.sgi.com/projects/xfs" -SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz - ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 -sparc x86" -IUSE="" - -RDEPEND="sys-fs/e2fsprogs - !<sys-fs/xfsprogs-3 - sys-apps/dmapi - >=sys-apps/attr-2.4.19" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ - include/builddefs.in \ - || die -} - -src_compile() { - unset PLATFORM #184564 - export OPTIMIZER=${CFLAGS} - export DEBUG=-DNDEBUG - - econf \ - --libdir=/$(get_libdir) \ - --libexecdir=/usr/$(get_libdir) \ - --sbindir=/sbin \ - || die - emake || die -} - -src_install() { - emake DIST_ROOT="${D}" install || die - prepalldocs -} diff --git a/sys-fs/xfsdump/xfsdump-3.1.0.ebuild b/sys-fs/xfsdump/xfsdump-3.1.3.ebuild index 906fd72ac1ed..e712a2126b6d 100644 --- a/sys-fs/xfsdump/xfsdump-3.1.0.ebuild +++ b/sys-fs/xfsdump/xfsdump-3.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.0.ebuild,v 1.7 2012/07/15 17:44:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.3.ebuild,v 1.1 2013/10/18 08:26:00 polynomial-c Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 -sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86" IUSE="" RDEPEND="sys-fs/e2fsprogs @@ -42,7 +42,3 @@ src_configure() { --libexecdir=/usr/$(get_libdir) \ --sbindir=/sbin } - -src_install() { - emake DIST_ROOT="${D}" install -} |