Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546050 - (New package) Kergen - Kernel config generator
Summary: (New package) Kergen - Kernel config generator
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Justin Lecher (RETIRED)
URL: https://github.com/nichoski/kergen
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-09 11:17 UTC by pavel
Modified: 2015-04-12 14:56 UTC (History)
2 users (show)

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


Attachments
ebuild for the package (kergen-0.1.0.ebuild,349 bytes, text/plain)
2015-04-09 11:18 UTC, pavel
Details
ebuild edited/improved (kergen-0.1.0.ebuild,431 bytes, text/plain)
2015-04-10 07:29 UTC, pavel
Details
ebuild edited/improved (kergen-0.1.0.ebuild,426 bytes, text/plain)
2015-04-10 08:10 UTC, pavel
Details
dropped needless parts (kergen-0.1.0.ebuild,394 bytes, text/plain)
2015-04-10 10:14 UTC, pavel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pavel 2015-04-09 11:17:18 UTC
I would like to add my package to the portage tree.
Here's a link to the github repo with more detailed explanation about the package:
https://github.com/nichoski/kergen

I have also attached an ebuild and hosted the project on my server.

Reproducible: Always
Comment 1 pavel 2015-04-09 11:18:42 UTC
Created attachment 400898 [details]
ebuild for the package
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2015-04-10 07:12:51 UTC
Hi pavel, I will add it to the tree the next days.
Comment 3 pavel 2015-04-10 07:29:58 UTC
Created attachment 400938 [details]
ebuild edited/improved

Use this ebuild
Comment 4 pavel 2015-04-10 08:10:50 UTC
Created attachment 400944 [details]
ebuild edited/improved

use this ebuild
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2015-04-10 10:04:15 UTC
Comment on attachment 400944 [details]
ebuild edited/improved

># Copyright 1999-2015 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>EAPI=5
>PYTHON_COMPAT=( python{3_3,3_4} )
>
>inherit distutils-r1
>
>DESCRIPTION="Kernel config generator."

Drop the ".". It's not a sentense.


>HOMEPAGE="https://github.com/nichoski/kergen"
>SRC_URI="http://whatishacking.org/${PN}/downloads/${P}.tar.gz"
>
>LICENSE="Apache-2.0"
>SLOT="0"
>KEYWORDS="~amd64 ~x86"
>IUSE=""
>
>DEPEND=""
>RDEPEND="${DEPEND}"

Drop empty (R)DEPENED
Comment 6 pavel 2015-04-10 10:14:53 UTC
Created attachment 400954 [details]
dropped needless parts
Comment 7 Dirkjan Ochtman (RETIRED) gentoo-dev 2015-04-10 12:57:45 UTC
Presumably this will not go in dev-python, and not set to the python team?
Comment 8 pavel 2015-04-10 13:02:48 UTC
I was thinking sys-kernel would be the most appropriate, but do as you think is best.
Comment 9 Justin Lecher (RETIRED) gentoo-dev 2015-04-12 14:56:19 UTC
+*kergen-0.1.0 (12 Apr 2015)
+
+  12 Apr 2015; Justin Lecher <jlec@gentoo.org> +kergen-0.1.0.ebuild,
+  +metadata.xml:
+  New package, #546050