summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-05-09 21:03:55 +0000
committerPacho Ramos <pacho@gentoo.org>2013-05-09 21:03:55 +0000
commit7e5f8319d82a3d6bfc1759fed84100a571ce8336 (patch)
treed170cfd2615e14283229f68614c7b117ed7b6a81 /sys-kernel/tuxonice-sources/tuxonice-sources-3.3.8-r1.ebuild
parentDev channel bump. Make it possible to compile against system libav (bug #4646... (diff)
downloadhistorical-7e5f8319d82a3d6bfc1759fed84100a571ce8336.tar.gz
historical-7e5f8319d82a3d6bfc1759fed84100a571ce8336.tar.bz2
historical-7e5f8319d82a3d6bfc1759fed84100a571ce8336.zip
Version bump, drop old
Package-Manager: portage-2.1.11.62/cvs/Linux x86_64 Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'sys-kernel/tuxonice-sources/tuxonice-sources-3.3.8-r1.ebuild')
-rw-r--r--sys-kernel/tuxonice-sources/tuxonice-sources-3.3.8-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.3.8-r1.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.3.8-r1.ebuild
deleted file mode 100644
index fa47d30b8ef8..000000000000
--- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.3.8-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.3.8-r1.ebuild,v 1.2 2013/03/09 21:07:32 tomwij Exp $
-
-EAPI="5"
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="10"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-DESCRIPTION="TuxOnIce + Gentoo patchset sources"
-HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net"
-IUSE=""
-
-TUXONICE_SNAPSHOT="20120721"
-TUXONICE_VERSION=""
-TUXONICE_TARGET="3.3"
-TUXONICE_URI="http://dev.gentoo.org/~pacho/tuxonice/${TUXONICE_SNAPSHOT}-TuxOnIce-for-Linux-${TUXONICE_TARGET}.patch.bz2"
-
-UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SNAPSHOT}-TuxOnIce-for-Linux-${TUXONICE_TARGET}.patch.bz2"
-UNIPATCH_STRICTORDER="yes"
-
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${RDEPEND}
- >=sys-apps/tuxonice-userui-1.0
- || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
-
-K_EXTRAELOG="If there are issues with this kernel, please direct any
-queries to the tuxonice-users mailing list:
-http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
-K_SECURITY_UNSUPPORTED="1"
-
-src_prepare() {
- epatch -R "${FILESDIR}/${PN}-3.3-undo-cleanup.patch" # bug #427626
-}