blob: 2eb5b79a3bc7af61458e432eacf5d5c4818ef75a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
inherit unpacker
DESCRIPTION="Super-useful stream editor (sed)"
HOMEPAGE="https://minus.com/pages/tools"
SRC_URI="http://blog.minus.com/updates/${PN}_${ARCH}.deb -> ${P}_${ARCH}.deb"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="dev-libs/qt-core
dev-libs/qjson"
|