From aea762d9d73ebe4ed45cda3f5777666af34eda82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 4 Jun 2024 00:15:39 +0200 Subject: pamldapd-0.3 --- net-nds/pamldapd/Manifest | 4 ++-- net-nds/pamldapd/pamldapd-0.2.ebuild | 33 --------------------------------- net-nds/pamldapd/pamldapd-0.3.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 35 deletions(-) delete mode 100644 net-nds/pamldapd/pamldapd-0.2.ebuild create mode 100644 net-nds/pamldapd/pamldapd-0.3.ebuild diff --git a/net-nds/pamldapd/Manifest b/net-nds/pamldapd/Manifest index 51617f2..fd95626 100644 --- a/net-nds/pamldapd/Manifest +++ b/net-nds/pamldapd/Manifest @@ -1,2 +1,2 @@ -DIST pamldapd-0.2-vendor.tar.xz 25692 BLAKE2B c3dda01494aed9d0f534636978cc208a5deabed27cfe606916b07186cafac32366c6df4cf0c4432fdec7843a61830cae81a9e87d1c0d32098d79edf61509542a SHA512 cca08d57a2305ffa754cd8fad2c2e0eb6b32768c4ae51d62aa111dca3627d5b0f123b87af19ec5105b6f11cefb9b033fc2eefa97bfc03c3332b35ac7fd8297ac -DIST pamldapd-0.2.tar.gz 8685 BLAKE2B 663f24283a54dc6c37bfeea492d2445c4942668fce8daf640df59d44b5527cdfb4b2d4b9e682ae0e0a7f577e838b5e09cade06e2f260fbd6f43ad7552fad46e3 SHA512 b77fd033c800b568af26fd6faf2f69782293684f3456b61ca45b457142486b7cadb964bf1eddb29e6aa5160e3d6baef18bbf4cdc9f091a342440478349827428 +DIST pamldapd-0.3-vendor.tar.xz 25696 BLAKE2B 1f7bc9f0b9e14d4fa5177d762f40b299a1315ac77b97a56b9d5f99256b9c77e7d0bc072e4afe2eb182eff35b57fe78a389d05559a0af940e52478c08bd304e83 SHA512 5eec10965a564139224016bea8db4b2fdf30a096b5bc49c95b5d7d7638910fe79a20fbcef07166f025dbf73df1224860f4b86023e788dd141b39fbae7bd61771 +DIST pamldapd-0.3.tar.gz 8610 BLAKE2B e4ee67bc520f73a97d83230e22fd8364d06b268457ab1410b18bd203c0b9014ea3f26cfefdcaff031c4d21afe85383082e73afc27665a3d3dec710b924e673b8 SHA512 8bbe3e421c938264521f578ea905c101f804bf6aa62a79848fbb15bd5dc0408832b9a63873b6f8f652176b3b6f6c227394bd31281658ff43d3312fb17687d25b diff --git a/net-nds/pamldapd/pamldapd-0.2.ebuild b/net-nds/pamldapd/pamldapd-0.2.ebuild deleted file mode 100644 index 6cf0400..0000000 --- a/net-nds/pamldapd/pamldapd-0.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -EAPI=8 -inherit go-module -# max 80 chars -DESCRIPTION="Simple LDAP server, uses PAM as backend" -HOMEPAGE="https://github.com/eisin/pamldapd" -SRC_URI="https://github.com/eisin/pamldapd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz http://splet.sijanec.eu./dir/pamldapd-0.2-vendor.tar.xz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -# vsi moji programi so nestabilni (: -KEYWORDS="*" - -DEPEND="acct-user/pamldapd acct-group/pamldapd" -RDEPEND="${DEPEND}" -BDEPEND="" - -# do not use mirrors to download -RESTRICT="mirror" - -src_unpack() { - unpack ${A} -} - -src_compile() { - ego build -} - -src_install() { - dobin pamldapd - default -} diff --git a/net-nds/pamldapd/pamldapd-0.3.ebuild b/net-nds/pamldapd/pamldapd-0.3.ebuild new file mode 100644 index 0000000..11365aa --- /dev/null +++ b/net-nds/pamldapd/pamldapd-0.3.ebuild @@ -0,0 +1,34 @@ +EAPI=8 +inherit go-module +# max 80 chars +DESCRIPTION="Simple LDAP server, uses PAM as backend" +HOMEPAGE="https://github.com/eisin/pamldapd" +SRC_URI="http://ni.4a.si./sijanec/pamldapd/snapshot/pamldapd-${PV}.tar.gz http://splet.4a.si./dir/pamldapd-${PV}-vendor.tar.xz" +# https://wiki.gentoo.org/wiki/Writing_go_Ebuilds + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +# vsi moji programi so nestabilni (: +KEYWORDS="*" + +DEPEND="acct-user/pamldapd acct-group/pamldapd" +RDEPEND="${DEPEND}" +BDEPEND="" + +# do not use mirrors to download +RESTRICT="mirror" + +src_unpack() { + unpack ${A} +} + +src_compile() { + ego build +} + +src_install() { + dobin pamldapd + default +} -- cgit v1.2.3