diff options
author | 2012-01-07 18:55:54 +0000 | |
---|---|---|
committer | 2012-01-07 18:55:54 +0000 | |
commit | 7dd91d66b395badc434ab9c624702469d3ff2252 (patch) | |
tree | 7bddf69dddb52ade3c5fded335cfa4e632b03da4 /sys-apps | |
parent | app-cdr/isomaster: 1.3.8 (diff) | |
download | gentoo-2-7dd91d66b395badc434ab9c624702469d3ff2252.tar.gz gentoo-2-7dd91d66b395badc434ab9c624702469d3ff2252.tar.bz2 gentoo-2-7dd91d66b395badc434ab9c624702469d3ff2252.zip |
Version bump. The new version adds pmount/pumount wrappers, sends notifications with actions and fixes a number of minor issues.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/uam/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/uam/uam-0.3.ebuild (renamed from sys-apps/uam/uam-0.2.1.ebuild) | 19 |
2 files changed, 16 insertions, 14 deletions
diff --git a/sys-apps/uam/ChangeLog b/sys-apps/uam/ChangeLog index fead0c975678..df09b2971cd9 100644 --- a/sys-apps/uam/ChangeLog +++ b/sys-apps/uam/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/uam -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/ChangeLog,v 1.18 2011/11/26 22:40:07 mgorny Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/ChangeLog,v 1.19 2012/01/07 18:55:54 mgorny Exp $ + +*uam-0.3 (07 Jan 2012) + + 07 Jan 2012; Michał Górny <mgorny@gentoo.org> -uam-0.2.1.ebuild, + +uam-0.3.ebuild: + Version bump. The new version adds pmount/pumount wrappers, sends + notifications with actions and fixes a number of minor issues. 26 Nov 2011; Michał Górny <mgorny@gentoo.org> metadata.xml: Update bugs-to. diff --git a/sys-apps/uam/uam-0.2.1.ebuild b/sys-apps/uam/uam-0.3.ebuild index 80e5880be00c..27ff2868b328 100644 --- a/sys-apps/uam/uam-0.2.1.ebuild +++ b/sys-apps/uam/uam-0.3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/uam-0.2.1.ebuild,v 1.4 2011/11/02 14:55:30 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/uam-0.3.ebuild,v 1.1 2012/01/07 18:55:54 mgorny Exp $ + +EAPI=4 -EAPI=3 inherit autotools-utils eutils DESCRIPTION="Simple udev-based automounter for removable USB media" @@ -11,21 +12,15 @@ SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="sys-fs/udev" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" DOCS=( NEWS README ) -src_configure() { - myeconfargs=( - --libdir=/lib - ) - autotools-utils_src_configure -} - pkg_postinst() { # The plugdev group is created by pam, pmount and many other ebuilds # in gx86. As we don't want to depend on any of them (even pmount is |