summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-01-25 13:07:51 +0000
committerAlice Ferrazzi <alicef@gentoo.org>2017-01-25 13:08:35 +0000
commit0dd83e11c9d80fd0f994dd1e9fdf1df012a81d9a (patch)
treeaad9e88e95b8469efcdd95f92b297a532c792329 /sys-apps/epoch/files
parentapp-text/tesseract: restore ~mips keyword, as opencl USE flag is now masked (diff)
downloadgentoo-0dd83e11c9d80fd0f994dd1e9fdf1df012a81d9a.tar.gz
gentoo-0dd83e11c9d80fd0f994dd1e9fdf1df012a81d9a.tar.bz2
gentoo-0dd83e11c9d80fd0f994dd1e9fdf1df012a81d9a.zip
sys-apps/epoch: Removed old files
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-apps/epoch/files')
-rw-r--r--sys-apps/epoch/files/epoch-1.0_rc1-epoch.conf77
-rw-r--r--sys-apps/epoch/files/epoch-1.0_rc1-fix-CFLAGS.patch11
2 files changed, 0 insertions, 88 deletions
diff --git a/sys-apps/epoch/files/epoch-1.0_rc1-epoch.conf b/sys-apps/epoch/files/epoch-1.0_rc1-epoch.conf
deleted file mode 100644
index e0550d48709c..000000000000
--- a/sys-apps/epoch/files/epoch-1.0_rc1-epoch.conf
+++ /dev/null
@@ -1,77 +0,0 @@
-BootBannerText=Welcome!
-BootBannerColor=RED
-
-Hostname=FILE /etc/hostname
-DefaultRunlevel=boot
-EnableLogging=true
-MountVirtual=procfs sysfs devpts+ devshm+
-
-ObjectID=mountrun
- ObjectDescription=Mounting /run
- ObjectStartCommand=mount /run
- ObjectStartPriority=1
- ObjectStopPriority=0
- ObjectEnabled=true
- ObjectOptions=RAWDESCRIPTION
- ObjectRunlevels=boot
-
-ObjectID=mounttmp
- ObjectDescription=Mounting /tmp
- ObjectStartCommand=mount /tmp
- ObjectStartPriority=1
- ObjectStopPriority=0
- ObjectEnabled=true
- ObjectOptions=RAWDESCRIPTION
- ObjectRunlevels=boot
-
-ObjectID=rwfs
- ObjectDescription=read-write support on /
- ObjectStartCommand=/bin/mount -o remount,rw /
- ObjectStopCommand=/bin/mount -o remount,ro /
- ObjectStartPriority=2
- ObjectStopPriority=5
- ObjectEnabled=true
- ObjectRunlevels=boot
-
-ObjectID=getty1
- ObjectDescription=agetty on /dev/tty1
- ObjectStartCommand=agetty --noclear tty1 &
- ObjectStopCommand=NONE
- ObjectStartPriority=3
- ObjectStopPriority=0
- ObjectEnabled=true
- ObjectOptions=SERVICE AUTORESTART
- ObjectRunlevels=boot
-
-ObjectID=extrafs
- ObjectDescription=extra filesystems and swaps
- ObjectStartCommand=mount -a && swapon -a
- ObjectStopCommand=swapoff -a && umount -a -r -t nodevtmpfs,notmpfs,nosysfs,noproc
- ObjectStartPriority=4
- ObjectStopPriority=4
- ObjectEnabled=true
- ObjectRunlevels=boot
-
-ObjectID=killall5_soft
- ObjectDescription=Terminating all processes
- ObjectStopCommand=killall5 -15 && sleep 1
- ObjectStartPriority=0
- ObjectStopPriority=1
- ObjectEnabled=true
- ObjectOptions=HALTONLY RAWDESCRIPTION
-
-ObjectID=sync
- ObjectDescription=Syncing
- ObjectStopCommand=/bin/sync
- ObjectStartPriority=0
- ObjectStopPriority=2
- ObjectEnabled=true
- ObjectOptions=HALTONLY RAWDESCRIPTION
-
-ObjectID=killall5
- ObjectDescription=Killing all processes
- ObjectStopCommand=killall5 -9 && sleep 1
- ObjectStartPriority=0
- ObjectStopPriority=3
- ObjectEnabled=true
- ObjectOptions=HALTONLY RAWDESCRIPTION
diff --git a/sys-apps/epoch/files/epoch-1.0_rc1-fix-CFLAGS.patch b/sys-apps/epoch/files/epoch-1.0_rc1-fix-CFLAGS.patch
deleted file mode 100644
index a603c565297f..000000000000
--- a/sys-apps/epoch/files/epoch-1.0_rc1-fix-CFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/buildepoch.sh
-+++ b/buildepoch.sh
-@@ -53,7 +53,7 @@
- }
-
- MEMBUS_SIZE_SET="0"
--NEED_EMPTY_CFLAGS="0"
-+NEED_EMPTY_CFLAGS="1"
- outdir="../built"
-
- if [ "$CC" == "" ]; then