summaryrefslogtreecommitdiff
path: root/net-im/blight
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
commitff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch)
tree393b3bd8a65eb3ec464babab42da8d9ec88851c3 /net-im/blight
parent4c05e04608db666140daaa94499f5f90521a2cc4 (diff)
cleanup
Diffstat (limited to 'net-im/blight')
-rw-r--r--net-im/blight/blight-9999.ebuild32
-rw-r--r--net-im/blight/files/blight-9999.patch12
-rw-r--r--net-im/blight/metadata.xml7
3 files changed, 0 insertions, 51 deletions
diff --git a/net-im/blight/blight-9999.ebuild b/net-im/blight/blight-9999.ebuild
deleted file mode 100644
index ce4a0b83..00000000
--- a/net-im/blight/blight-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit git-2
-
-DESCRIPTION="Cross-platform graphical user interface for Tox written in Racket"
-HOMEPAGE="https://github.com/lehitoskin/blight"
-EGIT_REPO_URI="git://github.com/lehitoskin/blight
- https://github.com/lehitoskin/blight"
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="net-libs/tox
- >=dev-db/sqlite-3.8.2
- >=dev-scheme/racket-6.0.1[X]"
-
-src_prepare() {
- raco pkg install --no-setup github://github.com/lehitoskin/libtoxcore-racket/master
- epatch "$FILESDIR/${P}.patch"
- epatch_user
-}
-
-src_compile() {
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}/usr" install
-}
diff --git a/net-im/blight/files/blight-9999.patch b/net-im/blight/files/blight-9999.patch
deleted file mode 100644
index e47640b1..00000000
--- a/net-im/blight/files/blight-9999.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur a/config.rkt b/config.rkt
---- a/config.rkt 2014-05-30 17:05:42.212974487 -0700
-+++ b/config.rkt 2014-05-30 17:09:20.788966204 -0700
-@@ -26,7 +26,7 @@
- ; location of sound directory (currently depends on running from same dir
- ; change to /usr/share/blight/sounds (or something) once a proper
- ; installer is to be had
--(define sound-dir (build-path "sounds"))
-+(define sound-dir (build-path "/usr/share/blight/sounds"))
- ; list of sound files
- (define sounds (list
- (build-path sound-dir "New Message.wav")
diff --git a/net-im/blight/metadata.xml b/net-im/blight/metadata.xml
deleted file mode 100644
index cc3fe249..00000000
--- a/net-im/blight/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>maintainer-wanted@gentoo.org</email>
- </maintainer>
-</pkgmetadata>