forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Graphos-0.5.tar.gz 169743 SHA256 0195dd6481fd60d24dd95ea15c89683b8db6130b57681a6042c5cc9b4a482c08 SHA512 aa5fa08ef0024d3308ef4d58836bd4f432070145dbc304877f41d16637cb04b7a04ba38c9d0e46b28903e798697915d38c838197e57fae0bc26af5e29ad9b0a8 WHIRLPOOL afa047946095958fedff41ee0aa232b3ad4c4b8df8dc4be7eb7c31e6bada42890f84f91120c7ae2cb60286e9e01256885f474264fb4ea3fc99ee00cae150175f | ||
DIST Graphos-0.6.tar.gz 140416 SHA256 c400814806a84c0e8b33bfa6c2010f4b543bf069b2a6d3bcb893ecac2b0f6b7b SHA512 2bf108ef1fb7ff4d2bf3c1a11766704a35986bd629f879f417eaff4b214f8dd50b2319f8f6739a2f589a8eaf8ac334a55365868d0bb001adcbc0bf1ecf30c2b9 WHIRLPOOL 2d43cd111e4a37ee51c2cc33843a6a2d7bed41a52726ff10eecd382aea4e59bd7b622fed3353c2208f24d28fa28b229892f691fce891621db30d3b7df815074e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
inherit gnustep-2 | ||
|
||
MY_P=${PN/g/G}-${PV} | ||
DESCRIPTION="vector drawing application centered around bezier paths" | ||
HOMEPAGE="http://gap.nongnu.org/graphos/index.html" | ||
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~ppc ~x86" | ||
IUSE="" | ||
|
||
S=${WORKDIR}/${MY_P} |