diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-02-15 17:57:46 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-02-15 17:57:46 +0000 |
commit | 1e195472e3ea39d62b3a6ed6a876ff46f9a03125 (patch) | |
tree | a4bc22d26b5a286f71f82ac30fc11d75f8cb5a21 /sys-fs/captive | |
parent | old (diff) | |
download | historical-1e195472e3ea39d62b3a6ed6a876ff46f9a03125.tar.gz historical-1e195472e3ea39d62b3a6ed6a876ff46f9a03125.tar.bz2 historical-1e195472e3ea39d62b3a6ed6a876ff46f9a03125.zip |
Adding new depend on >=fuse-2.2 .. it does not work with old versions(1.4) as I learned from Milbo in #gentoo-anfaenger in IRC, thanks. I also added a dep on >=lufis-0.3 to make sure that people can take advantage of the uid= and gid= options and because it is more likely then that lufis is rebuilt when upgrading fuse from 1.4 to 2.2 .. rebuilding lufis is necessary when upgrading fuse major versions.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-fs/captive')
-rw-r--r-- | sys-fs/captive/ChangeLog | 11 | ||||
-rw-r--r-- | sys-fs/captive/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/captive/captive-1.1.5-r2.ebuild | 5 |
3 files changed, 15 insertions, 5 deletions
diff --git a/sys-fs/captive/ChangeLog b/sys-fs/captive/ChangeLog index 6bb7c7b75fa1..0287f9e00633 100644 --- a/sys-fs/captive/ChangeLog +++ b/sys-fs/captive/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-fs/captive # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.4 2005/02/13 21:02:25 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.5 2005/02/15 17:57:46 genstef Exp $ + + 15 Feb 2005; Stefan Schweizer <genstef@gentoo.org> + captive-1.1.5-r2.ebuild: + Adding new depend on >=fuse-2.2 .. it does not work with old versions(1.4) + as I learned from Milbo in #gentoo-anfaenger in IRC, thanks. I also added a + dep on >=lufis-0.3 to make sure that people can take advantage of the uid= + and gid= options and because it is more likely then that lufis is rebuilt + when upgrading fuse from 1.4 to 2.2 .. rebuilding lufis is necessary when + upgrading fuse major versions. *captive-1.1.5-r2 (13 Feb 2005) diff --git a/sys-fs/captive/Manifest b/sys-fs/captive/Manifest index 1f4cf93fb384..bf7671a2dbd6 100644 --- a/sys-fs/captive/Manifest +++ b/sys-fs/captive/Manifest @@ -1,6 +1,6 @@ -MD5 55903ad74def1d3e43773642a72ab78c captive-1.1.5-r2.ebuild 2793 +MD5 83beedabc64d9ad76e15053ae066e4dd captive-1.1.5-r2.ebuild 2818 MD5 f95767faaabf8e7330c06a615c036981 captive-1.1.5-r1.ebuild 2880 -MD5 96f748a961bd23b6c9895a2bbc6d9dd2 ChangeLog 1452 +MD5 40264c59ba7b169be100ae7137287b5d ChangeLog 1950 MD5 6e89ba8198764bfd079a0cfa18dca593 metadata.xml 264 MD5 09de72e8ea997c51e2cdd999343d63ac files/add-extra-opts-for-user-access-to-mount-t-captive.patch 647 MD5 8b3b77e73595843b6cf711b0355a8b07 files/digest-captive-1.1.5-r1 66 diff --git a/sys-fs/captive/captive-1.1.5-r2.ebuild b/sys-fs/captive/captive-1.1.5-r2.ebuild index 722db0e9499f..b9953b6cac54 100644 --- a/sys-fs/captive/captive-1.1.5-r2.ebuild +++ b/sys-fs/captive/captive-1.1.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.5-r2.ebuild,v 1.1 2005/02/13 21:02:25 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.5-r2.ebuild,v 1.2 2005/02/15 17:57:46 genstef Exp $ inherit eutils @@ -22,7 +22,8 @@ RDEPEND="sys-libs/readline dev-libs/glib >=dev-libs/openssl-0.9.7c >=dev-libs/libxml2-2.4.29 - sys-fs/lufis" + >=sys-fs/lufis-0.3 + >=sys-fs/fuse-2.2" DEPEND="${RDEPEND} sys-fs/ntfsprogs" |