summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-02-14 01:47:26 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-02-14 01:47:26 +0000
commitf0792d3e3d55bcb6d6942ae4b3cf0b3b9d08c0a5 (patch)
treec89cddacf98e99ea172b13e8178cef06311941b8 /sys-apps/udevil
parentversion bump (diff)
downloadgentoo-2-f0792d3e3d55bcb6d6942ae4b3cf0b3b9d08c0a5.tar.gz
gentoo-2-f0792d3e3d55bcb6d6942ae4b3cf0b3b9d08c0a5.tar.bz2
gentoo-2-f0792d3e3d55bcb6d6942ae4b3cf0b3b9d08c0a5.zip
remove old
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'sys-apps/udevil')
-rw-r--r--sys-apps/udevil/ChangeLog8
-rw-r--r--sys-apps/udevil/files/udevil-0.3.3-flags.patch46
-rw-r--r--sys-apps/udevil/files/udevil-0.3.4-flags.patch42
-rw-r--r--sys-apps/udevil/files/udevil-0.3.5-flags.patch46
-rw-r--r--sys-apps/udevil/udevil-0.3.3-r1.ebuild69
-rw-r--r--sys-apps/udevil/udevil-0.3.4.ebuild71
-rw-r--r--sys-apps/udevil/udevil-0.3.5.ebuild71
7 files changed, 7 insertions, 346 deletions
diff --git a/sys-apps/udevil/ChangeLog b/sys-apps/udevil/ChangeLog
index d248aec1ce1e..12a47d81714e 100644
--- a/sys-apps/udevil/ChangeLog
+++ b/sys-apps/udevil/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/udevil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/ChangeLog,v 1.23 2013/02/14 00:16:25 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/ChangeLog,v 1.24 2013/02/14 01:47:26 hasufell Exp $
+
+ 14 Feb 2013; Julian Ospald <hasufell@gentoo.org> -udevil-0.3.3-r1.ebuild,
+ -files/udevil-0.3.3-flags.patch, -udevil-0.3.4.ebuild,
+ -files/udevil-0.3.4-flags.patch, -udevil-0.3.5.ebuild,
+ -files/udevil-0.3.5-flags.patch:
+ remove old
*udevil-0.4.0 (14 Feb 2013)
diff --git a/sys-apps/udevil/files/udevil-0.3.3-flags.patch b/sys-apps/udevil/files/udevil-0.3.3-flags.patch
deleted file mode 100644
index cd5af4cd4fae..000000000000
--- a/sys-apps/udevil/files/udevil-0.3.3-flags.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Sun Oct 7 11:59:12 UTC 2012
-Subject: build system
-
- respect flags where possible
-
---- configure.ac
-+++ configure.ac
-@@ -17,26 +17,6 @@
-
-
- dnl linker optimizations
--AC_MSG_CHECKING([whether $LD accepts --as-needed])
--case `$LD --as-needed -v 2>&1 </dev/null` in
--*GNU* | *'with BFD'*)
-- LDFLAGS="$LDFLAGS -Wl,--as-needed"
-- AC_MSG_RESULT([yes])
-- ;;
--*)
-- AC_MSG_RESULT([no])
-- ;;
--esac
--AC_MSG_CHECKING([whether $LD accepts -O1])
--case `$LD -O1 -v 2>&1 </dev/null` in
--*GNU* | *'with BFD'*)
-- LDFLAGS="$LDFLAGS -Wl,-O1"
-- AC_MSG_RESULT([yes])
-- ;;
--*)
-- AC_MSG_RESULT([no])
-- ;;
--esac
- AC_MSG_CHECKING([whether $LD accepts -Bsymbolic-functions])
- case `$LD -Bsymbolic-functions -v 2>&1 </dev/null` in
- *GNU* | *'with BFD'*)
-@@ -48,10 +28,6 @@
- ;;
- esac
-
--dnl advanced compiler tweaking
--CPPFLAGS="$CPPFLAGS -fstrict-aliasing -fmessage-length=0"
--
--
- # program paths
- AC_ARG_WITH(mount-prog,
- AC_HELP_STRING([--with-mount-prog=PATH], [Path to mount program (default: /bin/mount)]),
diff --git a/sys-apps/udevil/files/udevil-0.3.4-flags.patch b/sys-apps/udevil/files/udevil-0.3.4-flags.patch
deleted file mode 100644
index a600b99dc354..000000000000
--- a/sys-apps/udevil/files/udevil-0.3.4-flags.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Mon Oct 22 08:49:52 UTC 2012
- respect flags where possible
-
---- configure.ac
-+++ configure.ac
-@@ -18,26 +18,6 @@
-
-
- dnl linker optimizations
--AC_MSG_CHECKING([whether $LD accepts --as-needed])
--case `$LD --as-needed -v 2>&1 </dev/null` in
--*GNU* | *'with BFD'*)
-- LDFLAGS="$LDFLAGS -Wl,--as-needed"
-- AC_MSG_RESULT([yes])
-- ;;
--*)
-- AC_MSG_RESULT([no])
-- ;;
--esac
--AC_MSG_CHECKING([whether $LD accepts -O1])
--case `$LD -O1 -v 2>&1 </dev/null` in
--*GNU* | *'with BFD'*)
-- LDFLAGS="$LDFLAGS -Wl,-O1"
-- AC_MSG_RESULT([yes])
-- ;;
--*)
-- AC_MSG_RESULT([no])
-- ;;
--esac
- AC_MSG_CHECKING([whether $LD accepts -Bsymbolic-functions])
- case `$LD -Bsymbolic-functions -v 2>&1 </dev/null` in
- *GNU* | *'with BFD'*)
-@@ -50,7 +30,7 @@
- esac
-
- dnl advanced compiler tweaking
--CPPFLAGS="$CPPFLAGS -fstrict-aliasing -fmessage-length=0"
-+CPPFLAGS="$CPPFLAGS -fmessage-length=0"
-
-
- # program paths
diff --git a/sys-apps/udevil/files/udevil-0.3.5-flags.patch b/sys-apps/udevil/files/udevil-0.3.5-flags.patch
deleted file mode 100644
index 166a4357e9f3..000000000000
--- a/sys-apps/udevil/files/udevil-0.3.5-flags.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Sun Oct 21 19:33:04 UTC 2012
-Subject: build system
-
- respect flags where possible
-
---- configure.ac
-+++ configure.ac
-@@ -18,26 +18,6 @@
-
-
- dnl linker optimizations
--AC_MSG_CHECKING([whether $LD accepts --as-needed])
--case `$LD --as-needed -v 2>&1 </dev/null` in
--*GNU* | *'with BFD'*)
-- LDFLAGS="$LDFLAGS -Wl,--as-needed"
-- AC_MSG_RESULT([yes])
-- ;;
--*)
-- AC_MSG_RESULT([no])
-- ;;
--esac
--AC_MSG_CHECKING([whether $LD accepts -O1])
--case `$LD -O1 -v 2>&1 </dev/null` in
--*GNU* | *'with BFD'*)
-- LDFLAGS="$LDFLAGS -Wl,-O1"
-- AC_MSG_RESULT([yes])
-- ;;
--*)
-- AC_MSG_RESULT([no])
-- ;;
--esac
- AC_MSG_CHECKING([whether $LD accepts -Bsymbolic-functions])
- case `$LD -Bsymbolic-functions -v 2>&1 </dev/null` in
- *GNU* | *'with BFD'*)
-@@ -49,10 +29,6 @@
- ;;
- esac
-
--dnl advanced compiler tweaking
--CPPFLAGS="$CPPFLAGS -fstrict-aliasing -fmessage-length=0"
--
--
- # program paths
- AC_ARG_WITH(mount-prog,
- AC_HELP_STRING([--with-mount-prog=PATH], [Path to mount program (default: /bin/mount)]),
diff --git a/sys-apps/udevil/udevil-0.3.3-r1.ebuild b/sys-apps/udevil/udevil-0.3.3-r1.ebuild
deleted file mode 100644
index 10fd56d928a3..000000000000
--- a/sys-apps/udevil/udevil-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/udevil-0.3.3-r1.ebuild,v 1.4 2012/11/29 02:05:39 ssuominen Exp $
-
-EAPI=4
-
-inherit eutils autotools user
-
-DESCRIPTION="mount and unmount removable devices without a password"
-HOMEPAGE="http://ignorantguru.github.com/udevil/"
-SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-shells/bash-4.0
- dev-libs/glib:2
- sys-apps/util-linux
- >=virtual/udev-143
- virtual/acl"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup(){
- enewgroup plugdev
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-flags.patch"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-setfacl-prog="$(type -P setfacl)"
-}
-
-src_install() {
- default
- fowners root:plugdev /usr/bin/udevil
- fperms 4754 /usr/bin/udevil
-}
-
-pkg_postinst() {
- einfo
- elog "Please add your user to the plugdev group"
- elog "to be able to use ${PN} as a user"
- elog
- elog "Optional dependencies:"
- elog " gnome-extra/zenity (devmon popups)"
- elog " net-fs/cifs-utils (mounting samba shares)"
- elog " net-fs/curlftpfs (mounting ftp shares)"
- elog " net-fs/nfs-utils (mounting nfs shares)"
- elog " sys-fs/sshfs-fuse (mounting sftp shares)"
- elog " virtual/eject (eject via devmon)"
- if ! has_version 'sys-fs/udisks' ; then
- elog
- elog "When using ${PN} without udisks, and without the udisks-daemon running,"
- elog "you may need to enable kernel polling for device media changes to be detected."
- elog "See http://ignorantguru.github.com/${PN}/#polling"
- has_version '<virtual/udev-173' && ewarn "You need at least udev-173"
- kernel_is lt 2 6 38 && ewarn "You need at least kernel 2.6.38"
- einfo
- fi
-}
diff --git a/sys-apps/udevil/udevil-0.3.4.ebuild b/sys-apps/udevil/udevil-0.3.4.ebuild
deleted file mode 100644
index 03c4763891b8..000000000000
--- a/sys-apps/udevil/udevil-0.3.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/udevil-0.3.4.ebuild,v 1.2 2012/11/29 02:05:38 ssuominen Exp $
-
-EAPI=4
-
-inherit eutils autotools user
-
-DESCRIPTION="mount and unmount removable devices without a password"
-HOMEPAGE="http://ignorantguru.github.com/udevil/"
-SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="systemd"
-
-RDEPEND=">=app-shells/bash-4.0
- dev-libs/glib:2
- sys-apps/util-linux
- >=virtual/udev-143
- virtual/acl
- systemd? ( sys-apps/systemd )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup(){
- enewgroup plugdev
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-flags.patch"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-setfacl-prog="$(type -P setfacl)" \
- $(use_enable systemd)
-}
-
-src_install() {
- default
- fowners root:plugdev /usr/bin/udevil
- fperms 4754 /usr/bin/udevil
-}
-
-pkg_postinst() {
- einfo
- elog "Please add your user to the plugdev group"
- elog "to be able to use ${PN} as a user"
- elog
- elog "Optional dependencies:"
- elog " gnome-extra/zenity (devmon popups)"
- elog " net-fs/cifs-utils (mounting samba shares)"
- elog " net-fs/curlftpfs (mounting ftp shares)"
- elog " net-fs/nfs-utils (mounting nfs shares)"
- elog " sys-fs/sshfs-fuse (mounting sftp shares)"
- elog " virtual/eject (eject via devmon)"
- if ! has_version 'sys-fs/udisks' ; then
- elog
- elog "When using ${PN} without udisks, and without the udisks-daemon running,"
- elog "you may need to enable kernel polling for device media changes to be detected."
- elog "See http://ignorantguru.github.com/${PN}/#polling"
- has_version '<virtual/udev-173' && ewarn "You need at least udev-173"
- kernel_is lt 2 6 38 && ewarn "You need at least kernel 2.6.38"
- einfo
- fi
-}
diff --git a/sys-apps/udevil/udevil-0.3.5.ebuild b/sys-apps/udevil/udevil-0.3.5.ebuild
deleted file mode 100644
index a2b2a75756fc..000000000000
--- a/sys-apps/udevil/udevil-0.3.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/udevil-0.3.5.ebuild,v 1.2 2012/11/29 02:05:38 ssuominen Exp $
-
-EAPI=4
-
-inherit eutils autotools user
-
-DESCRIPTION="mount and unmount removable devices without a password"
-HOMEPAGE="http://ignorantguru.github.com/udevil/"
-SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="systemd"
-
-RDEPEND=">=app-shells/bash-4.0
- dev-libs/glib:2
- sys-apps/util-linux
- >=virtual/udev-143
- virtual/acl
- systemd? ( sys-apps/systemd )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup(){
- enewgroup plugdev
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-flags.patch"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-setfacl-prog="$(type -P setfacl)" \
- $(use_enable systemd)
-}
-
-src_install() {
- default
- fowners root:plugdev /usr/bin/udevil
- fperms 4754 /usr/bin/udevil
-}
-
-pkg_postinst() {
- einfo
- elog "Please add your user to the plugdev group"
- elog "to be able to use ${PN} as a user"
- elog
- elog "Optional dependencies:"
- elog " gnome-extra/zenity (devmon popups)"
- elog " net-fs/cifs-utils (mounting samba shares)"
- elog " net-fs/curlftpfs (mounting ftp shares)"
- elog " net-fs/nfs-utils (mounting nfs shares)"
- elog " sys-fs/sshfs-fuse (mounting sftp shares)"
- elog " virtual/eject (eject via devmon)"
- if ! has_version 'sys-fs/udisks' ; then
- elog
- elog "When using ${PN} without udisks, and without the udisks-daemon running,"
- elog "you may need to enable kernel polling for device media changes to be detected."
- elog "See http://ignorantguru.github.com/${PN}/#polling"
- has_version '<virtual/udev-173' && ewarn "You need at least udev-173"
- kernel_is lt 2 6 38 && ewarn "You need at least kernel 2.6.38"
- einfo
- fi
-}