summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-16 21:16:32 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-16 21:16:32 +0100
commitf59b03f32648f8aa89137985907e70620c05e028 (patch)
tree100d64f0035991bf944fda3bdaed3851537bac4d
parent7604714c73d94bbb3f3602b8c4593a617104fab7 (diff)
epkg 0.5-r1
-rw-r--r--app-portage/epkg/Manifest1
-rw-r--r--app-portage/epkg/epkg-0.4-r1.ebuild32
-rw-r--r--app-portage/epkg/epkg-0.5-r1.ebuild (renamed from app-portage/epkg/epkg-0.5.ebuild)8
-rw-r--r--app-portage/epkg/files/epkg-kogaion.patch63
-rwxr-xr-xapp-portage/epkg/files/kogaionsync2
5 files changed, 5 insertions, 101 deletions
diff --git a/app-portage/epkg/Manifest b/app-portage/epkg/Manifest
deleted file mode 100644
index 5ae277f6..00000000
--- a/app-portage/epkg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST epkg-0.4.tar.gz 3696 SHA256 7b3f51ed9fbbc931d2378525595379559e6d893d0c71b41a4529ea6f91b853a7 SHA512 2b9ef0e2d0ec123a1e333403371d0d4d750bc5247a05771dc2f694d225ea5db2702dbc9a126cec1d0ddca38dffa837dd66acaa046ac94d00a28890f3e3cd7879 WHIRLPOOL 63bf5fc3ce3017ad708cb9e42585e934369fb9249d9910f49bce52a6c71edf2729df8d065b80dc4dc4555433538b0f457531566603492412d1512bb227d4104c
diff --git a/app-portage/epkg/epkg-0.4-r1.ebuild b/app-portage/epkg/epkg-0.4-r1.ebuild
deleted file mode 100644
index 891c7263..00000000
--- a/app-portage/epkg/epkg-0.4-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A simple portage wrapper which works like other package managers"
-HOMEPAGE="https://github.com/jdhore/epkg"
-SRC_URI="https://github.com/jdhore/${PN}/archive/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}-${P}"
-DEPEND=""
-RDEPEND="app-portage/eix
- app-portage/portage-utils
- sys-apps/portage"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-kogaion.patch
-}
-
-src_install() {
- dobin epkg
- dobin "${FILESDIR}"/kogaionsync
- doman doc/epkg.1
-}
diff --git a/app-portage/epkg/epkg-0.5.ebuild b/app-portage/epkg/epkg-0.5-r1.ebuild
index 2b5ed81f..31616a3d 100644
--- a/app-portage/epkg/epkg-0.5.ebuild
+++ b/app-portage/epkg/epkg-0.5-r1.ebuild
@@ -24,7 +24,9 @@ RDEPEND="app-portage/gentoolkit
src_install() {
dobin epkg
- dobin kogaiondev
- dobin kogaionuser
- dobin "${FILESDIR}"/kogaionsync
+ dobin kogaionsync
+ dodir /usr/$(get_libdir)/${PN}
+ insinto /usr/$(get_libdir)/${PN}
+ doins kogaionuser
+ doins kogaindev
}
diff --git a/app-portage/epkg/files/epkg-kogaion.patch b/app-portage/epkg/files/epkg-kogaion.patch
deleted file mode 100644
index 7cad38ad..00000000
--- a/app-portage/epkg/files/epkg-kogaion.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -Nur a/epkg b/epkg
---- a/epkg 2015-01-09 17:30:57.000000000 +0000
-+++ b/epkg 2016-04-06 17:31:27.710560138 +0100
-@@ -6,7 +6,7 @@
- case "$action" in
- # "Standard" action commands, used regularly
- search | -s)
-- eix "$@"
-+ emerge -s "$@"
- ;;
- install | -i)
- emerge -av "$@"
-@@ -15,7 +15,7 @@
- emerge --depclean -av "$@"
- ;;
- update)
-- eix-sync "$@"
-+ kogaionsync
- ;;
- upgrade | dist-upgrade)
- # Make it portage 2.1-safe and make sure it catches EVERYTHING.
-@@ -41,19 +41,19 @@
- ;;
- # info commands
- listfiles)
-- equery files "$@"
-+ qlist "$@"
- ;;
- listinstalled)
-- equery list '*' "$@"
-+ qlist -ICv "$@"
- ;;
- provides)
-- equery belongs "$@"
-+ qfile -Cv "$@"
- ;;
- verify)
-- equery check -o "$@"
-+ qcheck "$@"
- ;;
- verifyall)
-- equery check -o '*' "$@"
-+ qcheck
- ;;
- # random commands
- moo)
-@@ -85,11 +85,11 @@
- autoclean - Remove sources for packages no longer installed [eclean-dist -df]
- clean - Remove *ALL* package sources [rm -rf $DISTDIR/*]
- forceremove - *Unsafely* remove packages [emerge --unmerge -av package(s)]
-- listfiles - List the files belonging to a package [equery files package]
-- listinstalled - List installed packages [equery list '*']
-- provides - List the installed package(s) which own the indicated file [equery belongs file]
-- verify - Verify a package's installed files match the checksum and timestamp they had when first installed [equery check -o package]
-- verifyall - Same as above, but against all installed packages [equery check -o '*']
-+ listfiles - List the files belonging to a package [qlist package]
-+ listinstalled - List installed packages [qlist -ICv package]
-+ provides - List the installed package(s) which own the indicated file [qfile file]
-+ verify - Verify a package's installed files match the checksum and timestamp they had when first installed [qcheck package]
-+ verifyall - Same as above, but against all installed packages [qcheck]
- sysinfo - Display information about installed core packages and portage configuration [emerge --info]
-
- You can pass arbitrary parameters to us after the command you want, and we'll
diff --git a/app-portage/epkg/files/kogaionsync b/app-portage/epkg/files/kogaionsync
deleted file mode 100755
index 267c0d7a..00000000
--- a/app-portage/epkg/files/kogaionsync
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/env bash
-cd /opt/kogaion-build ; git pull ; cd