summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-05-30 00:37:25 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-05-30 00:37:25 -0400
commit391de4b6cdf3fe008aa07fbdcadc92e5630967bd (patch)
tree1572ce26e6e7b9156bdd5b1758906ca589db5ab9
parentRemoved xf86-video-intel drivers... Not required anymore... (diff)
downloadArmageddon-391de4b6cdf3fe008aa07fbdcadc92e5630967bd.tar.gz
Armageddon-391de4b6cdf3fe008aa07fbdcadc92e5630967bd.tar.bz2
Armageddon-391de4b6cdf3fe008aa07fbdcadc92e5630967bd.zip
Cleaning udevil old versions...
-rw-r--r--sys-apps/udevil/files/udevil-0.2.8-flags.patch61
-rw-r--r--sys-apps/udevil/files/udevil-0.2.9-flags.patch61
-rw-r--r--sys-apps/udevil/udevil-0.2.8.ebuild68
-rw-r--r--sys-apps/udevil/udevil-0.2.9.ebuild68
4 files changed, 0 insertions, 258 deletions
diff --git a/sys-apps/udevil/files/udevil-0.2.8-flags.patch b/sys-apps/udevil/files/udevil-0.2.8-flags.patch
deleted file mode 100644
index dc7d09c..0000000
--- a/sys-apps/udevil/files/udevil-0.2.8-flags.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From: Elijah El Lazkani <ThyArmageddon+Gentoo@Gmail.com>
-Date: Wed Jun 13 22:45:09 UTC 2012
-Subject: Removing explicit LDFLAGS and CPPFLAGS
-
---- configure.ac
-+++ configure.ac
-@@ -16,42 +16,6 @@
- AC_DEFINE_UNQUOTED(UDEVIL_VERSION, "$VERSION", [udevil version])
-
-
--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'*)
-- LDFLAGS="$LDFLAGS -Wl,-Bsymbolic-functions"
-- AC_MSG_RESULT([yes])
-- ;;
--*)
-- AC_MSG_RESULT([no])
-- ;;
--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)]),
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -16,8 +16,7 @@
-
- udevil_CFLAGS = \
- @GLIB_CFLAGS@ \
-- @LIBUDEV_CFLAGS@ \
-- -Werror-implicit-function-declaration
-+ @LIBUDEV_CFLAGS@
-
- udevil_LDADD = \
- $(INTLLIBS) \
diff --git a/sys-apps/udevil/files/udevil-0.2.9-flags.patch b/sys-apps/udevil/files/udevil-0.2.9-flags.patch
deleted file mode 100644
index dc7d09c..0000000
--- a/sys-apps/udevil/files/udevil-0.2.9-flags.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From: Elijah El Lazkani <ThyArmageddon+Gentoo@Gmail.com>
-Date: Wed Jun 13 22:45:09 UTC 2012
-Subject: Removing explicit LDFLAGS and CPPFLAGS
-
---- configure.ac
-+++ configure.ac
-@@ -16,42 +16,6 @@
- AC_DEFINE_UNQUOTED(UDEVIL_VERSION, "$VERSION", [udevil version])
-
-
--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'*)
-- LDFLAGS="$LDFLAGS -Wl,-Bsymbolic-functions"
-- AC_MSG_RESULT([yes])
-- ;;
--*)
-- AC_MSG_RESULT([no])
-- ;;
--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)]),
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -16,8 +16,7 @@
-
- udevil_CFLAGS = \
- @GLIB_CFLAGS@ \
-- @LIBUDEV_CFLAGS@ \
-- -Werror-implicit-function-declaration
-+ @LIBUDEV_CFLAGS@
-
- udevil_LDADD = \
- $(INTLLIBS) \
diff --git a/sys-apps/udevil/udevil-0.2.8.ebuild b/sys-apps/udevil/udevil-0.2.8.ebuild
deleted file mode 100644
index 01400bb..0000000
--- a/sys-apps/udevil/udevil-0.2.8.ebuild
+++ /dev/null
@@ -1,68 +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.2.8.ebuild,v 1.2 2012/06/17 17:16:26 hasufell Exp $
-
-EAPI=4
-
-inherit eutils autotools user
-
-DESCRIPTION="mount and unmount removable devices without a password"
-HOMEPAGE="http://ignorantguru.github.com/udevil/"
-SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-shells/bash-4.0
- sys-apps/util-linux
- >=sys-fs/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 '<sys-fs/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.2.9.ebuild b/sys-apps/udevil/udevil-0.2.9.ebuild
deleted file mode 100644
index cfb6277..0000000
--- a/sys-apps/udevil/udevil-0.2.9.ebuild
+++ /dev/null
@@ -1,68 +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.2.8.ebuild,v 1.2 2012/06/17 17:16:26 hasufell Exp $
-
-EAPI=4
-
-inherit eutils autotools user
-
-DESCRIPTION="mount and unmount removable devices without a password"
-HOMEPAGE="http://ignorantguru.github.com/udevil/"
-SRC_URI="https://github.com/IgnorantGuru/${PN}/raw/master/packages/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-shells/bash-4.0
- sys-apps/util-linux
- >=sys-fs/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 '<sys-fs/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
-}