From f76247a50aa3157f338c23d1102848dc6c751afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Fri, 5 Jan 2024 22:46:47 +0100 Subject: searc-0.0.27 --- www-apps/searc/Manifest | 2 +- www-apps/searc/searc-0.0.25.ebuild | 31 ------------------------------- www-apps/searc/searc-0.0.27.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 www-apps/searc/searc-0.0.25.ebuild create mode 100644 www-apps/searc/searc-0.0.27.ebuild diff --git a/www-apps/searc/Manifest b/www-apps/searc/Manifest index 635fe42..97c44a7 100644 --- a/www-apps/searc/Manifest +++ b/www-apps/searc/Manifest @@ -1 +1 @@ -DIST searc-0.0.25.tar.gz 30875 BLAKE2B d2e0da32c28e9b62d245755bd48f97aadab45f5cddc9cdc0777dda2050cc2cefa3fde7e45c6df6dcfad3459ad3a5efa223301b19aba13d8c36f4dec2faaea4c2 SHA512 cf32b2586a39f0acee39b5fae21333619163cc336b243d4340b2ad64296c03734f90302f372410e33299630af8e3a44f2969fa02cb2bf8d15097e2c4c798affc +DIST searc-0.0.27.tar.gz 30898 BLAKE2B 6cb54b4d2344c3d7dd03b2624a64126ee85d4775ca2bdf1b170b057d390508ec60a3fbe5c6cbeab05873f07df8fd91a6f6ce4b9bc819880c87d423c8d061e897 SHA512 37b5532f856a22ba45bb54d4e0d0478940a2b858a65eeeaa40afa3547fd388d91d9f6282e9c83d1fdd6dea192bddc36fdd9148ee384e4e4b2e9ee8251e9ced67 diff --git a/www-apps/searc/searc-0.0.25.ebuild b/www-apps/searc/searc-0.0.25.ebuild deleted file mode 100644 index c9b522c..0000000 --- a/www-apps/searc/searc-0.0.25.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -EAPI=8 - -# max 80 chars -DESCRIPTION="scraper for search results of popular engines, caches them and creates a HTML UI" -HOMEPAGE="http://ni.sijanec.eu./sijanec/sear.c" -SRC_URI="http://ni.sijanec.eu./sijanec/sear.c/snapshot/sear.c-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="" -SLOT="0" -IUSE="oldstorage logmem" - -# vsi moji programi so nestabilni (: -KEYWORDS="*" - -DEPEND="dev-libs/libxml2 net-libs/libmicrohttpd acct-user/searc acct-group/searc" -RDEPEND="${DEPEND}" -BDEPEND="" - -# do not use mirrors to download -RESTRICT="mirror" - -src_unpack() { - unpack ${A} - mv sear.c-${PV} searc-${PV} -} - -src_compile() { - use oldstorage && append-flags "-DSC_OLD_STORAGE" - use logmem && append-flags "-DSC_LOGMEM" - emake -} diff --git a/www-apps/searc/searc-0.0.27.ebuild b/www-apps/searc/searc-0.0.27.ebuild new file mode 100644 index 0000000..c9b522c --- /dev/null +++ b/www-apps/searc/searc-0.0.27.ebuild @@ -0,0 +1,31 @@ +EAPI=8 + +# max 80 chars +DESCRIPTION="scraper for search results of popular engines, caches them and creates a HTML UI" +HOMEPAGE="http://ni.sijanec.eu./sijanec/sear.c" +SRC_URI="http://ni.sijanec.eu./sijanec/sear.c/snapshot/sear.c-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="" +SLOT="0" +IUSE="oldstorage logmem" + +# vsi moji programi so nestabilni (: +KEYWORDS="*" + +DEPEND="dev-libs/libxml2 net-libs/libmicrohttpd acct-user/searc acct-group/searc" +RDEPEND="${DEPEND}" +BDEPEND="" + +# do not use mirrors to download +RESTRICT="mirror" + +src_unpack() { + unpack ${A} + mv sear.c-${PV} searc-${PV} +} + +src_compile() { + use oldstorage && append-flags "-DSC_OLD_STORAGE" + use logmem && append-flags "-DSC_LOGMEM" + emake +} -- cgit v1.2.3