Bump
This commit is contained in:
@@ -1,32 +1,38 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild,v 1.10 2012/11/19 10:02:54 ssuominen Exp $
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
inherit eutils flag-o-matic libtool
|
||||
inherit flag-o-matic libtool
|
||||
|
||||
MY_P=${PN}-${PV/_/-}
|
||||
|
||||
DESCRIPTION="Library for accessing and manipulating reiserfs partitions"
|
||||
HOMEPAGE="http://reiserfs.linux.kiev.ua/"
|
||||
SRC_URI="ftp://ftp.archlinux.org/other/progsreiserfs/${P}.tar.gz"
|
||||
SRC_URI="http://reiserfs.linux.kiev.ua/snapshots/${MY_P}.tar.gz
|
||||
https://ftp.mizar.org/pub/Linux/reiserfs/libreiserfs/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
|
||||
IUSE="debug examples nls static-libs"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
DEPEND="
|
||||
sys-apps/util-linux
|
||||
nls? ( sys-devel/gettext )"
|
||||
nls? (
|
||||
sys-devel/gettext
|
||||
virtual/libintl
|
||||
)
|
||||
"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-lib.patch
|
||||
"${FILESDIR}"/${P}-autotools.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/progsreiserfs_0.3.0.5-1.diff
|
||||
epatch "${FILESDIR}"/progsreiserfs-0.3.0.5-autotools.patch
|
||||
default
|
||||
|
||||
elibtoolize
|
||||
}
|
||||
@@ -49,8 +55,9 @@ src_install() {
|
||||
dodoc demos/*.c
|
||||
fi
|
||||
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
|
||||
rm -r "${ED}"/usr/{sbin,share/man} || die
|
||||
prune_libtool_files
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
Reference in New Issue
Block a user