From fcfbe221264e0c5d46375230e12d59688d6d24b4 Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Tue, 26 Apr 2005 12:01:57 +0000 Subject: Version bump thanks to Rohan McGovern in bug 90319 (Portage version: 1.586-cvs) --- sys-apps/ivman/ChangeLog | 7 +++++- sys-apps/ivman/Manifest | 2 ++ sys-apps/ivman/files/digest-ivman-0.5_pre3 | 1 + sys-apps/ivman/ivman-0.5_pre3.ebuild | 40 ++++++++++++++++++++++++++++++ 4 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 sys-apps/ivman/files/digest-ivman-0.5_pre3 create mode 100644 sys-apps/ivman/ivman-0.5_pre3.ebuild (limited to 'sys-apps/ivman') diff --git a/sys-apps/ivman/ChangeLog b/sys-apps/ivman/ChangeLog index 6f72dc13fb08..d5e584a330ce 100644 --- a/sys-apps/ivman/ChangeLog +++ b/sys-apps/ivman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/ivman # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.13 2005/02/27 06:49:44 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.14 2005/04/26 12:01:57 genstef Exp $ + +*ivman-0.5_pre3 (26 Apr 2005) + + 26 Apr 2005; Stefan Schweizer +ivman-0.5_pre3.ebuild: + Version bump thanks to Rohan McGovern in bug 90319 27 Feb 2005; Stefan Schweizer -files/ivman-0.3-cvs.update, -ivman-0.3-r1.ebuild, -ivman-0.3.ebuild, diff --git a/sys-apps/ivman/Manifest b/sys-apps/ivman/Manifest index 18c3e885d668..5ce92ddb39e4 100644 --- a/sys-apps/ivman/Manifest +++ b/sys-apps/ivman/Manifest @@ -1,5 +1,7 @@ +MD5 6f4c6395c4c81e02a512318bb63b5aa8 ivman-0.5_pre3.ebuild 1313 MD5 a5b08f8b0483aef6e7555c69fd627a56 ChangeLog 2530 MD5 dddabc2e931f26bccb28cccf7b3ffcfc ivman-0.5_pre2.ebuild 1312 MD5 94ae54dc83c1b4b61c9edccab725465b metadata.xml 265 MD5 f1e67af6cdf8b51ac4c5cd5e8e7ec298 files/ivman-0.3.init 524 MD5 7b663d58e12a086e30f6eb8e5cf965d3 files/digest-ivman-0.5_pre2 67 +MD5 a561344e43c3fcfab148515b471ecd5a files/digest-ivman-0.5_pre3 67 diff --git a/sys-apps/ivman/files/digest-ivman-0.5_pre3 b/sys-apps/ivman/files/digest-ivman-0.5_pre3 new file mode 100644 index 000000000000..026aee214135 --- /dev/null +++ b/sys-apps/ivman/files/digest-ivman-0.5_pre3 @@ -0,0 +1 @@ +MD5 3e94a6b41c1ac93d638835ae1c1c0047 ivman-0.5_pre3.tar.bz2 234306 diff --git a/sys-apps/ivman/ivman-0.5_pre3.ebuild b/sys-apps/ivman/ivman-0.5_pre3.ebuild new file mode 100644 index 000000000000..b1fcdc210651 --- /dev/null +++ b/sys-apps/ivman/ivman-0.5_pre3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.5_pre3.ebuild,v 1.1 2005/04/26 12:01:57 genstef Exp $ + +DESCRIPTION="Daemon to mount/unmount devices, based on info from HAL" +HOMEPAGE="http://ivman.sf.net" +SRC_URI="mirror://sourceforge/ivman/${P}.tar.bz2" +LICENSE="QPL" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="debug" +SLOT="0" + +RDEPEND=">=dev-libs/glib-2.2 + dev-libs/libxml2 + >=sys-apps/hal-0.2.98" +DEPEND="${RDEPEND} + >=sys-devel/libtool-1.5 + dev-util/pkgconfig" + +src_compile() { + econf $(use_enable debug) || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + + exeinto /etc/init.d/ + newexe ${FILESDIR}/ivman-0.3.init ivman +} + +pkg_postinst() { + einfo "Note that the configuration syntax has changed slightly from" + einfo "previous versions. If you are only using the default options," + einfo "just merge the new files with etc-update. Otherwise, in your" + einfo "existing rules, replace %m with \$hal.volume.mount_point\$ and" + einfo "replace %d with \$hal.block.device\$. Individual users may also" + einfo "wish to remove their \${HOME}/.ivman directories and have default" + einfo "files re-created with the new syntax." +} -- cgit v1.2.3-65-gdbad