From 7bd2b0a11942c0e34658b2ded26613c18529bbb2 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Thu, 9 May 2013 22:04:30 +0200 Subject: [PATCH 01/13] xfsdump-3.1.3 added --- packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0 diff --git a/packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0 b/packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0 new file mode 100644 index 0000000..f6329a5 --- /dev/null +++ b/packages/sys-fs/xfsdump/xfsdump-3.1.3.exheres-0 @@ -0,0 +1,16 @@ +# Copyright 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="xfs dump/restore utilities" +HOMEPAGE="http://oss.sgi.com/projects/xfs" +DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-2" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" +DEPENDENCIES=" + build+run: + sys-fs/xfsprogs +" +DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" ) + From 28da0f967068b336df53940e594d6a246fa02197 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Wed, 17 Jul 2013 22:59:41 +0200 Subject: [PATCH 02/13] sslmake added --- metadata/categories.conf | 1 + .../app-crypt/sslmake/sslmake-scm.exheres-0 | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 packages/app-crypt/sslmake/sslmake-scm.exheres-0 diff --git a/metadata/categories.conf b/metadata/categories.conf index 52fa7de..4e9cc6c 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -1,4 +1,5 @@ app-arch +app-crypt app-paludis dev-lang net-proxy diff --git a/packages/app-crypt/sslmake/sslmake-scm.exheres-0 b/packages/app-crypt/sslmake/sslmake-scm.exheres-0 new file mode 100644 index 0000000..0807f72 --- /dev/null +++ b/packages/app-crypt/sslmake/sslmake-scm.exheres-0 @@ -0,0 +1,23 @@ +# Copyright 2013 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SCM_REPOSITORY="git://github.com/DenisKnauf/${PN}.git" +require scm-git + +SUMMARY="sslmake - Simple smart small certification manager tool" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + run: + sys-devel/make + dev-libs/gnutls +" + +src_install() { + emake install PREFIX=/usr D="${IMAGE}" +} + From 3b9232309dfbca4bf3bdd866729afc0ee0d932f3 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Tue, 17 Dec 2013 11:05:51 +0100 Subject: [PATCH 03/13] xfsdump, swi-prolog: version bump --- .../swi-prolog/swi-prolog-6.6.1.exheres-0 | 25 +++++++++++++++++++ .../sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 | 16 ++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 create mode 100644 packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 diff --git a/packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 b/packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 new file mode 100644 index 0000000..3cdd0b4 --- /dev/null +++ b/packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 @@ -0,0 +1,25 @@ +# Copyright (c) 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +AN=pl-${PV} + +SUMMARY="SWI-Prolog offers a comprehensive Free Software Prolog environment" +HOMEPAGE="http://www.swi-prolog.org/" +DOWNLOADS="http://www.swi-prolog.org/download/stable/src/${AN}.tar.gz" +SLOT="0" +LICENCES="GPL-2 LGPL-2" +PLATFORMS="~amd64 ~x86" +DEPENDENCIES="" + +MYOPTIONS="" +WORK=${WORKBASE}/${AN} + +src_configure() { + econf --libdir="/usr/${LIBDIR}" +} + +src_install() { + keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog + default +} + diff --git a/packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 b/packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 new file mode 100644 index 0000000..f6329a5 --- /dev/null +++ b/packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 @@ -0,0 +1,16 @@ +# Copyright 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="xfs dump/restore utilities" +HOMEPAGE="http://oss.sgi.com/projects/xfs" +DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-2" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" +DEPENDENCIES=" + build+run: + sys-fs/xfsprogs +" +DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" ) + From 4fb7eafffa81aadcadd617ece50cc1b8fd431e54 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Sat, 4 Jan 2014 23:25:00 +0100 Subject: [PATCH 04/13] libgssglue --- .../libgssglue/libgssglue-0.4.exheres-0 | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 diff --git a/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 new file mode 100644 index 0000000..c1106c8 --- /dev/null +++ b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 @@ -0,0 +1,25 @@ +# Copyright 2014 Denis Knauf +# Distributed under the terms of the GNU General Public License v3 + +require sourceforge easy-multibuild + +SUMMARY="Exports gssapi-library-routines as gssapi-interface" +DESCRIPTION=" +This library exports a gssapi interface, but doesn't implement any gssapi +mechanisms itself; instead it calls gssapi routines in other libraries, +depending on the mechanism. +" + +LICENCES="BSD-3" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS=" + multibuild_c: 32 64 +" + +# TODO: deps? +DEPENDENCIES=" +" + +DEFAULT_SRC_CONFIGURE_PARAMS=( --disable-static ) + From 854368990ff21df83748f44af5104cb84cdbe16e Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Sat, 4 Jan 2014 23:31:33 +0100 Subject: [PATCH 05/13] net-libs category added. libgssglue: new desc --- metadata/categories.conf | 1 + packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/categories.conf b/metadata/categories.conf index 4e9cc6c..fceaf5d 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -2,5 +2,6 @@ app-arch app-crypt app-paludis dev-lang +net-libs net-proxy sys-fs diff --git a/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 index c1106c8..243401c 100644 --- a/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 +++ b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 @@ -3,7 +3,7 @@ require sourceforge easy-multibuild -SUMMARY="Exports gssapi-library-routines as gssapi-interface" +SUMMARY="Generic Security Services Application Program Interface" DESCRIPTION=" This library exports a gssapi interface, but doesn't implement any gssapi mechanisms itself; instead it calls gssapi routines in other libraries, From ff4c5c2b2b87652784e729fdff7cb77a4b9056f4 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Sat, 4 Jan 2014 23:44:53 +0100 Subject: [PATCH 06/13] libgssglue: debian-upstream (dirty download) --- packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 index 243401c..b9eead9 100644 --- a/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 +++ b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2014 Denis Knauf # Distributed under the terms of the GNU General Public License v3 -require sourceforge easy-multibuild +require easy-multibuild debian-upstream [ suffix=.orig.tar.gz ] SUMMARY="Generic Security Services Application Program Interface" DESCRIPTION=" @@ -18,8 +18,7 @@ MYOPTIONS=" " # TODO: deps? -DEPENDENCIES=" -" +DEPENDENCIES="" DEFAULT_SRC_CONFIGURE_PARAMS=( --disable-static ) From 7b0cf699f9ef2c59766b757a7be78204ca614c84 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Sat, 4 Jan 2014 23:48:28 +0100 Subject: [PATCH 07/13] libgssglue: tar.bz2 --- packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 index b9eead9..f3d541e 100644 --- a/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 +++ b/packages/net-libs/libgssglue/libgssglue-0.4.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2014 Denis Knauf # Distributed under the terms of the GNU General Public License v3 -require easy-multibuild debian-upstream [ suffix=.orig.tar.gz ] +require easy-multibuild debian-upstream [ suffix=.orig.tar.bz2 ] SUMMARY="Generic Security Services Application Program Interface" DESCRIPTION=" From 83349ff1f6174e6d614d27d4ec41b6c17eebbdfa Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Mon, 6 Jan 2014 23:58:37 +0100 Subject: [PATCH 08/13] sys-apps/netctl added --- metadata/categories.conf | 1 + packages/sys-apps/netctl/netctl-1.4.exheres-0 | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 packages/sys-apps/netctl/netctl-1.4.exheres-0 diff --git a/metadata/categories.conf b/metadata/categories.conf index fceaf5d..850c11d 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -4,4 +4,5 @@ app-paludis dev-lang net-libs net-proxy +sys-apps sys-fs diff --git a/packages/sys-apps/netctl/netctl-1.4.exheres-0 b/packages/sys-apps/netctl/netctl-1.4.exheres-0 new file mode 100644 index 0000000..15c7ee1 --- /dev/null +++ b/packages/sys-apps/netctl/netctl-1.4.exheres-0 @@ -0,0 +1,32 @@ +# Copyright 2014 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="Network control utility based on systemd" +HOMEPAGE="https://projects.archlinux.org/netctl.git/" +DOWNLOADS="https://projects.archlinux.org/netctl.git/snapshot/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-3" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" +DEPENDENCIES=" + build: + virtual/pkg-config + build+run: + sys-apps/systemd + app-shells/bash + run: + sys-apps/iproute2 + sys-apps/coreutils + suggestion: + sys-apps/dialog + || ( + net-misc/dhcpcd + net-misc/dhcp + ) + net-misc/bridge-utils +" +DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" ) + +src_compile() { + # nothing to do +} From 8bb69b1ff0e7de1c5da1e4196ab489aec5672944 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Tue, 7 Jan 2014 00:13:29 +0100 Subject: [PATCH 09/13] netctl: 1.4 bumped --- packages/sys-apps/netctl/netctl-1.4.exheres-0 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/sys-apps/netctl/netctl-1.4.exheres-0 b/packages/sys-apps/netctl/netctl-1.4.exheres-0 index 15c7ee1..d4b625f 100644 --- a/packages/sys-apps/netctl/netctl-1.4.exheres-0 +++ b/packages/sys-apps/netctl/netctl-1.4.exheres-0 @@ -29,4 +29,12 @@ DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" ) src_compile() { # nothing to do + true +} + +src_install() { + default + + keepdir /etc/netctl/interfaces + keepdir /etc/netctl/hooks } From 1602fd581e81874d102ff965fff048ce973266c5 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Wed, 5 Mar 2014 20:53:56 +0100 Subject: [PATCH 10/13] netctl: Use virtual/dhcp-client --- packages/sys-apps/netctl/netctl-1.4.exheres-0 | 40 ------------------- 1 file changed, 40 deletions(-) delete mode 100644 packages/sys-apps/netctl/netctl-1.4.exheres-0 diff --git a/packages/sys-apps/netctl/netctl-1.4.exheres-0 b/packages/sys-apps/netctl/netctl-1.4.exheres-0 deleted file mode 100644 index d4b625f..0000000 --- a/packages/sys-apps/netctl/netctl-1.4.exheres-0 +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2014 Denis Knauf -# Distributed under the terms of the GNU General Public License v2 - -SUMMERY="Network control utility based on systemd" -HOMEPAGE="https://projects.archlinux.org/netctl.git/" -DOWNLOADS="https://projects.archlinux.org/netctl.git/snapshot/${PNV}.tar.gz" -SLOT="0" -LICENCES="GPL-3" -PLATFORMS="~amd64 ~x86" -MYOPTIONS="" -DEPENDENCIES=" - build: - virtual/pkg-config - build+run: - sys-apps/systemd - app-shells/bash - run: - sys-apps/iproute2 - sys-apps/coreutils - suggestion: - sys-apps/dialog - || ( - net-misc/dhcpcd - net-misc/dhcp - ) - net-misc/bridge-utils -" -DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" ) - -src_compile() { - # nothing to do - true -} - -src_install() { - default - - keepdir /etc/netctl/interfaces - keepdir /etc/netctl/hooks -} From ba635f473e36521b30a1cee8ea7de115c3f0b59b Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Wed, 5 Mar 2014 20:54:31 +0100 Subject: [PATCH 11/13] netctl: Use virtual/dhcp-client --- .../sys-apps/netctl/netctl-1.4-r1.exheres-0 | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/sys-apps/netctl/netctl-1.4-r1.exheres-0 diff --git a/packages/sys-apps/netctl/netctl-1.4-r1.exheres-0 b/packages/sys-apps/netctl/netctl-1.4-r1.exheres-0 new file mode 100644 index 0000000..1bff907 --- /dev/null +++ b/packages/sys-apps/netctl/netctl-1.4-r1.exheres-0 @@ -0,0 +1,37 @@ +# Copyright 2014 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="Network control utility based on systemd" +HOMEPAGE="https://projects.archlinux.org/netctl.git/" +DOWNLOADS="https://projects.archlinux.org/netctl.git/snapshot/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-3" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" +DEPENDENCIES=" + build: + virtual/pkg-config + build+run: + app-shells/bash + sys-apps/systemd + run: + sys-apps/coreutils + sys-apps/iproute2 + suggestion: + net-misc/bridge-utils + sys-apps/dialog + virtual/dhcp-client +" +DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" ) + +src_compile() { + # nothing to do + true +} + +src_install() { + default + + keepdir /etc/netctl/interfaces + keepdir /etc/netctl/hooks +} From c7ff9c87d99f31a6adddd75686351fe2ef5152c0 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Wed, 5 Mar 2014 20:56:34 +0100 Subject: [PATCH 12/13] netctl: 1.5 bumped --- packages/sys-apps/netctl/netctl-1.5.exheres-0 | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/sys-apps/netctl/netctl-1.5.exheres-0 diff --git a/packages/sys-apps/netctl/netctl-1.5.exheres-0 b/packages/sys-apps/netctl/netctl-1.5.exheres-0 new file mode 100644 index 0000000..1bff907 --- /dev/null +++ b/packages/sys-apps/netctl/netctl-1.5.exheres-0 @@ -0,0 +1,37 @@ +# Copyright 2014 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="Network control utility based on systemd" +HOMEPAGE="https://projects.archlinux.org/netctl.git/" +DOWNLOADS="https://projects.archlinux.org/netctl.git/snapshot/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-3" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" +DEPENDENCIES=" + build: + virtual/pkg-config + build+run: + app-shells/bash + sys-apps/systemd + run: + sys-apps/coreutils + sys-apps/iproute2 + suggestion: + net-misc/bridge-utils + sys-apps/dialog + virtual/dhcp-client +" +DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" ) + +src_compile() { + # nothing to do + true +} + +src_install() { + default + + keepdir /etc/netctl/interfaces + keepdir /etc/netctl/hooks +} From 48a617948785ae090646a595c2d83d9e2a0f8deb Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Wed, 5 Mar 2014 21:02:34 +0100 Subject: [PATCH 13/13] swi-prolog: 6.6.2 bumped. xfsdump: 3.1.11 does not exist, removed. --- .../swi-prolog/swi-prolog-6.6.2.exheres-0 | 25 +++++++++++++++++++ .../sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 | 16 ------------ 2 files changed, 25 insertions(+), 16 deletions(-) create mode 100644 packages/dev-lang/swi-prolog/swi-prolog-6.6.2.exheres-0 delete mode 100644 packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 diff --git a/packages/dev-lang/swi-prolog/swi-prolog-6.6.2.exheres-0 b/packages/dev-lang/swi-prolog/swi-prolog-6.6.2.exheres-0 new file mode 100644 index 0000000..3cdd0b4 --- /dev/null +++ b/packages/dev-lang/swi-prolog/swi-prolog-6.6.2.exheres-0 @@ -0,0 +1,25 @@ +# Copyright (c) 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +AN=pl-${PV} + +SUMMARY="SWI-Prolog offers a comprehensive Free Software Prolog environment" +HOMEPAGE="http://www.swi-prolog.org/" +DOWNLOADS="http://www.swi-prolog.org/download/stable/src/${AN}.tar.gz" +SLOT="0" +LICENCES="GPL-2 LGPL-2" +PLATFORMS="~amd64 ~x86" +DEPENDENCIES="" + +MYOPTIONS="" +WORK=${WORKBASE}/${AN} + +src_configure() { + econf --libdir="/usr/${LIBDIR}" +} + +src_install() { + keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog + default +} + diff --git a/packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 b/packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 deleted file mode 100644 index f6329a5..0000000 --- a/packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2012 Denis Knauf -# Distributed under the terms of the GNU General Public License v2 - -SUMMERY="xfs dump/restore utilities" -HOMEPAGE="http://oss.sgi.com/projects/xfs" -DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz" -SLOT="0" -LICENCES="GPL-2" -PLATFORMS="~amd64 ~x86" -MYOPTIONS="" -DEPENDENCIES=" - build+run: - sys-fs/xfsprogs -" -DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" ) -