summaryrefslogtreecommitdiff
path: root/eclass/humblebundle.eclass.bak
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/humblebundle.eclass.bak')
-rw-r--r--eclass/humblebundle.eclass.bak23
1 files changed, 0 insertions, 23 deletions
diff --git a/eclass/humblebundle.eclass.bak b/eclass/humblebundle.eclass.bak
deleted file mode 100644
index 41023db5..00000000
--- a/eclass/humblebundle.eclass.bak
+++ /dev/null
@@ -1,23 +0,0 @@
-# By eroen, 2015
-# Distributed under the terms of the ISC licence
-# $Header: $
-
-#
-# Original Author: eroen
-# Purpose: Provide convenience functions for packaging software obtained from
-# Humble Bundle
-#
-
-EXPORT_FUNCTIONS pkg_nofetch
-
-humblebundle_pkg_nofetch() {
- einfo "Before installing $PN you need to obtain"
- einfo " $A"
- if [[ -n $HOMEPAGE ]]; then
- einfo "from $HOMEPAGE or https://www.humblebundle.com"
- else
- einfo "from https://www.humblebundle.com"
- fi
- einfo "and place it in"
- einfo " $DISTDIR"
-}