summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@gmail.com>2013-11-03 21:22:10 -0500
committerHenry Gebhardt <hsggebhardt@gmail.com>2013-11-03 21:22:10 -0500
commit30145422d8ce6a3a63b1c71b64e780f97665a1fd (patch)
treecabb317de61d04fab4013f393e16467416b090c6
parentapp-admin/bup-9999: fix README symlink (diff)
downloadkork-30145422d8ce6a3a63b1c71b64e780f97665a1fd.tar.gz
kork-30145422d8ce6a3a63b1c71b64e780f97665a1fd.tar.bz2
kork-30145422d8ce6a3a63b1c71b64e780f97665a1fd.zip
media-sound/quark-3.24: in main tree now
-rw-r--r--media-sound/quark/Manifest2
-rw-r--r--media-sound/quark/quark-3.24.ebuild34
2 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/quark/Manifest b/media-sound/quark/Manifest
deleted file mode 100644
index 63393d9..0000000
--- a/media-sound/quark/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST quark-3.24.tar.gz 215417 RMD160 d85c56222ad5dfd8efa8ee2fb50a99499634390f SHA1 597143f436704307dd40120f1fbf2cfd8a916d60 SHA256 afac7b03082fd581412cf701187a21a4d6f6eea75c207b366f4b1dc939fff04c
-EBUILD quark-3.24.ebuild 877 RMD160 62ce52b286320f87ef1b7088a8733b3cbd6c28e6 SHA1 324d8828796231afceb165cefec5935bb52a8989 SHA256 b6232e610a3cb1c3f2fde24db0b448bd9587b35ddf71bc5a55733bdfeddb023f
diff --git a/media-sound/quark/quark-3.24.ebuild b/media-sound/quark/quark-3.24.ebuild
deleted file mode 100644
index 23f1821..0000000
--- a/media-sound/quark/quark-3.24.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.13 2008/08/07 20:41:26 mr_bones_ Exp $
-
-inherit gnome2 eutils
-#autotools
-
-DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
-SRC_URI="http://hsgg.github.com/${PN}/${P}.tar.gz"
-HOMEPAGE="http://hsgg.github.com/quark"
-SLOT="0"
-
-KEYWORDS="alpha amd64 ppc sparc x86"
-
-LICENSE="GPL-2"
-
-IUSE=""
-RDEPEND=">=media-libs/xine-lib-1_beta10
- >=x11-libs/gtk+-2.2.1
- >=gnome-base/gconf-2.2.0
- >=gnome-base/gnome-vfs-2.0.4-r2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-DOCS="AUTHORS README"
-
-
-pkg_postinst () {
- elog "Quark is an anti-gui music player."
- elog ""
- elog "Running the binary strange-quark will launch it in a"
- elog "freedesktop.org dock ie: Gnome Notification Area"
- elog ""
-}