diff options
author | 2009-01-19 00:00:53 +0000 | |
---|---|---|
committer | 2009-01-19 00:00:53 +0000 | |
commit | 18f9c94a7ce38d5da6ee9a0d91afd07c5144cb52 (patch) | |
tree | 7272897cf5f6ea24ba4b5af6bb1d7d38ef55e42e /sys-fs | |
parent | Version bump (diff) | |
download | gentoo-2-18f9c94a7ce38d5da6ee9a0d91afd07c5144cb52.tar.gz gentoo-2-18f9c94a7ce38d5da6ee9a0d91afd07c5144cb52.tar.bz2 gentoo-2-18f9c94a7ce38d5da6ee9a0d91afd07c5144cb52.zip |
old
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfsprogs/files/ntfsprogs-1.13.0-pkg-config.patch | 119 | ||||
-rw-r--r-- | sys-fs/ntfsprogs/ntfsprogs-1.13.0.ebuild | 47 | ||||
-rw-r--r-- | sys-fs/ntfsprogs/ntfsprogs-1.13.1.ebuild | 41 |
3 files changed, 0 insertions, 207 deletions
diff --git a/sys-fs/ntfsprogs/files/ntfsprogs-1.13.0-pkg-config.patch b/sys-fs/ntfsprogs/files/ntfsprogs-1.13.0-pkg-config.patch deleted file mode 100644 index 6a3ca40a3bd4..000000000000 --- a/sys-fs/ntfsprogs/files/ntfsprogs-1.13.0-pkg-config.patch +++ /dev/null @@ -1,119 +0,0 @@ -configure fails when using --disable-gnome-vfs --enable-fuse-module because -the configure.ac script doesn't explicitly call PKG_PROG_PKG_CONFIG. - -http://bugs.gentoo.org/124919 - ---- configure -+++ configure -@@ -2184,6 +2184,111 @@ - fi; - - -+ -+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then -+ if test -n "$ac_tool_prefix"; then -+ # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -+echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ case $PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+done -+ -+ ;; -+esac -+fi -+PKG_CONFIG=$ac_cv_path_PKG_CONFIG -+ -+if test -n "$PKG_CONFIG"; then -+ echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -+echo "${ECHO_T}$PKG_CONFIG" >&6 -+else -+ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6 -+fi -+ -+fi -+if test -z "$ac_cv_path_PKG_CONFIG"; then -+ ac_pt_PKG_CONFIG=$PKG_CONFIG -+ # Extract the first word of "pkg-config", so it can be a program name with args. -+set dummy pkg-config; ac_word=$2 -+echo "$as_me:$LINENO: checking for $ac_word" >&5 -+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ case $ac_pt_PKG_CONFIG in -+ [\\/]* | ?:[\\/]*) -+ ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. -+ ;; -+ *) -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+for as_dir in $PATH -+do -+ IFS=$as_save_IFS -+ test -z "$as_dir" && as_dir=. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ break 2 -+ fi -+done -+done -+ -+ ;; -+esac -+fi -+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG -+ -+if test -n "$ac_pt_PKG_CONFIG"; then -+ echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 -+echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 -+else -+ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6 -+fi -+ -+ PKG_CONFIG=$ac_pt_PKG_CONFIG -+else -+ PKG_CONFIG="$ac_cv_path_PKG_CONFIG" -+fi -+ -+fi -+if test -n "$PKG_CONFIG"; then -+ _pkg_min_version=0.9.0 -+ echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 -+echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6 -+ if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then -+ echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6 -+ else -+ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6 -+ PKG_CONFIG="" -+ fi -+ -+fi -+ - # This is required to get past a stupid configure bug when making the rpm. - # Basically it is broken to specify the host as a command line argument to - # configure on its own, i.e. without giving --host=. It is supposed to work diff --git a/sys-fs/ntfsprogs/ntfsprogs-1.13.0.ebuild b/sys-fs/ntfsprogs/ntfsprogs-1.13.0.ebuild deleted file mode 100644 index 345e145281b4..000000000000 --- a/sys-fs/ntfsprogs/ntfsprogs-1.13.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.13.0.ebuild,v 1.11 2008/03/10 04:12:26 ricmm Exp $ - -inherit eutils - -DESCRIPTION="User tools for NTFS filesystems" -HOMEPAGE="http://www.linux-ntfs.org/" -SRC_URI="mirror://sourceforge/linux-ntfs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ~sparc x86" -IUSE="crypt debug fuse gnome" - -RDEPEND="fuse? ( >=sys-fs/fuse-2.3.0 ) - crypt? ( >=dev-libs/libgcrypt-1.2.0 >=net-libs/gnutls-1.2.8 ) - gnome? ( - >=dev-libs/glib-2.0 - >=gnome-base/gnome-vfs-2.0 - )" -DEPEND="${RDEPEND} - !=sys-fs/ntfs3g-0.1_beta20070714 - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-pkg-config.patch -} - -src_compile() { - sed -i -e 's:-ggdb3::' configure - econf \ - $(use_enable crypt crypto) \ - $(use_enable debug) \ - $(use_enable fuse fuse-module) \ - $(use_enable gnome gnome-vfs) \ - || die "Configure failed" - emake || die "Make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Install failed" - dodoc AUTHORS CREDITS ChangeLog NEWS README TODO.* \ - doc/attribute_definitions doc/*.txt doc/tunable_settings -} diff --git a/sys-fs/ntfsprogs/ntfsprogs-1.13.1.ebuild b/sys-fs/ntfsprogs/ntfsprogs-1.13.1.ebuild deleted file mode 100644 index 3726d4fa0fa2..000000000000 --- a/sys-fs/ntfsprogs/ntfsprogs-1.13.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-1.13.1.ebuild,v 1.10 2008/03/10 04:12:26 ricmm Exp $ - -inherit eutils - -DESCRIPTION="User tools for NTFS filesystems" -HOMEPAGE="http://www.linux-ntfs.org/" -SRC_URI="mirror://sourceforge/linux-ntfs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86" -IUSE="crypt debug fuse gnome" - -RDEPEND="fuse? ( >=sys-fs/fuse-2.3.0 ) - crypt? ( >=dev-libs/libgcrypt-1.2.0 >=net-libs/gnutls-1.2.8 ) - gnome? ( - >=dev-libs/glib-2.0 - >=gnome-base/gnome-vfs-2.0 - )" -DEPEND="${RDEPEND} - !=sys-fs/ntfs3g-0.1_beta20070714 - dev-util/pkgconfig" - -src_compile() { - sed -i -e 's:-ggdb3::' configure - econf \ - $(use_enable crypt crypto) \ - $(use_enable debug) \ - $(use_enable fuse fuse-module) \ - $(use_enable gnome gnome-vfs) \ - || die "Configure failed" - emake || die "Make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Install failed" - dodoc AUTHORS CREDITS ChangeLog NEWS README TODO.* \ - doc/attribute_definitions doc/*.txt doc/tunable_settings -} |