summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Mavrinac <mavrinac@gmail.com>2012-02-22 14:11:37 -0500
committerAaron Mavrinac <mavrinac@gmail.com>2012-02-22 14:11:37 -0500
commit1ea4dc2aee51742cc18538d9f4f11585cb6aa8eb (patch)
tree57571546e814847bc6c6d9166e263ae7ace4ece7
parentRepoman QA audit, fix all issues not related to profiles or metadata. (diff)
downloadezod-1ea4dc2aee51742cc18538d9f4f11585cb6aa8eb.tar.gz
ezod-1ea4dc2aee51742cc18538d9f4f11585cb6aa8eb.tar.bz2
ezod-1ea4dc2aee51742cc18538d9f4f11585cb6aa8eb.zip
Remove supporting files (no longer needed).
-rw-r--r--README.markdown41
-rwxr-xr-xgenlist.sh11
-rw-r--r--layman-ezod.xml15
3 files changed, 0 insertions, 67 deletions
diff --git a/README.markdown b/README.markdown
deleted file mode 100644
index 270e8cb..0000000
--- a/README.markdown
+++ /dev/null
@@ -1,41 +0,0 @@
-# Aaron Mavrinac's Unofficial Portage Overlay
-
-
-## Usage
-
-Ensure that Layman and Git are installed.
-
- emerge --noreplace layman git
-
-Add the following URL to the list of remote overlays in
-`/etc/layman/layman.cfg`:
-
- https://raw.github.com/ezod/ezod-overlay/master/layman-ezod.xml
-
-Finally, add the overlay.
-
- layman -L
- layman -a ezod
-
-For more information on overlays, see the [Gentoo overlays users' guide] [1].
-
-
-## Package List
-
-* app-emulation/cbmbasic
-* dev-embedded/as31
-* dev-python/fuzzpy
-* dev-python/polygon
-* dev-python/progressbar
-* dev-python/visual
-* media-libs/artoolkit
-* media-sound/pykaraoke
-* sci-libs/flann
-* sci-libs/gandalf
-* sci-libs/pcl
-* sci-misc/swarm
-* x11-misc/tinybat
-* x11-wm/wmname
-
-
-[1]: http://www.gentoo.org/proj/en/overlays/userguide.xml
diff --git a/genlist.sh b/genlist.sh
deleted file mode 100755
index 6d1a4ca..0000000
--- a/genlist.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-for C in *
- do if [[ -d $C ]] && [[ $C != "profiles" ]]; then
- for E in $C/*
- do if [[ -d $C ]]; then
- echo "* $E"
- fi
- done
- fi
-done
diff --git a/layman-ezod.xml b/layman-ezod.xml
deleted file mode 100644
index 18b8b27..0000000
--- a/layman-ezod.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" ?>
-<layman>
- <overlay
- type = "git"
- src = "git://github.com/ezod/ezod-overlay.git"
- contact = "mavrinac@gmail.com"
- name = "ezod">
- <link>
- https://github.com/ezod/ezod-overlay
- </link>
- <description>
- Aaron Mavrinac's personal, unofficial overlay.
- </description>
- </overlay>
-</layman>