Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622182 - app-portage/eprl: new package
Summary: app-portage/eprl: new package
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-19 00:08 UTC by abnd
Modified: 2017-09-02 06:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abnd 2017-06-19 00:08:10 UTC
app-portage/eprl: new package

edit portage resume list
    * list, add, remove portage resume items
    * clear, export, import portage resume list

base for ebuild: https://github.com/borysn/oxenfree
base for src: https://github.com/borysn/eprl (tar hosted on pypi)

portage v 2.3.5
Comment 1 Brian Evans (RETIRED) gentoo-dev 2017-06-19 00:28:20 UTC
Here's a simplified version of the ebuild:

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_4 )

inherit distutils-r1

DESCRIPTION="Edit portage resume list"
HOMEPAGE="https://github.com/borysn/eprl"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
Comment 2 abnd 2017-06-19 20:54:52 UTC
(In reply to Brian Evans from comment #1)
> Here's a simplified version of the ebuild:
> 
> # Copyright 1999-2017 Gentoo Foundation
> # Distributed under the terms of the GNU General Public License v2
> 
> EAPI=6
> 
> PYTHON_COMPAT=( python3_4 )
> 
> inherit distutils-r1
> 
> DESCRIPTION="Edit portage resume list"
> HOMEPAGE="https://github.com/borysn/eprl"
> SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
> 
> LICENSE="MIT"
> SLOT="0"
> KEYWORDS="~amd64 ~x86"

thank you, that is much simpler! and thank you for the pypi uri, i appreciate that lol.

i updated the ebuild base, and also made sure to update my manifest, which apparently forgot to do yesterday