net-p2p / classified-ads

Program for displaying classified advertisement items

Official package sites : http://katiska.org/classified-ads/ ·

Classified ads is an attempt to re-produce parts of the functionality that went away when Usenet news ceased to exist. This attempt tries to fix the problem of disappearing news-servers so that there is no servers required and no service-providers needed for any operation; data storage is implemented inside client applications that users are running. Features of the program currently include: * Posting of ads online. Ads have a category ; there are some pre-defined categories but more can be invented just by typing over the suggested categories. * Replying to ads either in public or privately to operator. * (Small-sized) binary attachments to posts. * Providing basic data of operators - data that operator may enter himself, or leave blank. * Basic searching of content based on words.

v0.16 :: 0 :: gentoo

Modified
License
LGPL-2.1+
Keywords
~amd64 ~x86
USE flags
doc test

General

doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux

dev-debug / gdb : GNU debugger

dev-lang / tcl : Tool Command Language

dev-lang / tk : Tk Widget Set

dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-qt / qtcore : Cross-platform application development framework

dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework

dev-qt / qtmultimedia : Multimedia (audio, video, radio, camera) library for the Qt6 framework

dev-qt / qtnetwork : Network abstraction library for the Qt5 framework

dev-qt / qtprintsupport : Printing support library for the Qt5 framework

dev-qt / qtsql : SQL abstraction library for the Qt5 framework

dev-qt / qttest : Unit testing library for the Qt5 framework

dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework

media-libs / opus : Open codec for interactive speech and music transmission over the Internet

net-libs / libnatpmp : An alternative protocol to UPnP IGD specification

net-libs / miniupnpc : UPnP client library and a simple UPnP client

sys-apps / file : Identify a file's format by scanning binary data for patterns

sys-libs / zlib : Standard (de)compression library

virtual / libintl : Virtual for the GNU Internationalization Library

app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux

dev-lang / tcl : Tool Command Language

dev-lang / tk : Tk Widget Set

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-qt / qtcore : Cross-platform application development framework

dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework

dev-qt / qtmultimedia : Multimedia (audio, video, radio, camera) library for the Qt6 framework

dev-qt / qtnetwork : Network abstraction library for the Qt5 framework

dev-qt / qtprintsupport : Printing support library for the Qt5 framework

dev-qt / qtsql : SQL abstraction library for the Qt5 framework

dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework

media-libs / opus : Open codec for interactive speech and music transmission over the Internet

net-libs / libnatpmp : An alternative protocol to UPnP IGD specification

net-libs / miniupnpc : UPnP client library and a simple UPnP client

sys-apps / file : Identify a file's format by scanning binary data for patterns

sys-libs / zlib : Standard (de)compression library

virtual / libintl : Virtual for the GNU Internationalization Library

872479
net-p2p/classified-ads-0.15 fails tests (MUSL)
934332
net-p2p/classified-ads-0.16 fails to compile: networklistener.cpp:294:46: error: too few arguments to function int UPNP_GetValidIGD(UPNPDev, UPNPUrls, IGDdatas, char, int, char, int)
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
net-p2p/classified-ads: drop 0.13-r1, 0.13-r2, 0.14, 0.15
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {sys-devel → dev-debug}/gdb
Closes: https://bugs.gentoo.org/920438 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Antti Järvinen · gentoo
net-p2p/classified-ads: add 0.16
Signed-off-by: Antti Järvinen <antti.jarvinen@katiska.org> Closes: https://github.com/gentoo/gentoo/pull/30619 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Antti Järvinen · gentoo
net-p2p/classified-ads: Upstream v0.15 version bump.
* Fixes serious problem regarding OpenSSL 3.0.3 startup, all required crypto algoritms were not loaded by default any more. * Small convenience change about scaling of images embedded into ads. Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Antti Järvinen <antti.jarvinen@katiska.org> Closes: https://github.com/gentoo/gentoo/pull/25867 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Antti Järvinen · gentoo
net-p2p/classified-ads: Upstream v0.14 version bump.
?doc is now a build dependecy. Return value of virtx is explicitly tested. Closes: https://bugs.gentoo.org/836741 Signed-off-by: Antti Järvinen <antti.jarvinen@katiska.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Antti Järvinen · gentoo
net-p2p/classified-ads: install example files into correct path
Closes: https://bugs.gentoo.org/809464 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Antti Järvinen <antti.jarvinen@katiska.org> Closes: https://github.com/gentoo/gentoo/pull/22629 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Ionen Wolkens · gentoo
net-p2p/classified-ads: use binding := for dev-libs/openssl
Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI. Acked-by: David Seifert <soap@gentoo.org> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolic · gentoo
net-p2p/classified-ads: update desktop mimeinfo cache
Closes: https://bugs.gentoo.org/740866 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
net-p2p/classified-ads: Remove old
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Antti Jarvinen · gentoo
net-p2p/classified-ads: version bump to 0.13
EAPI=7 for the new upstream version. Patches of 0.12 removed because upstream has changes included. Closes: https://bugs.gentoo.org/661338 Closes: https://github.com/gentoo/gentoo/pull/9449 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Ulrich Müller · gentoo
net-p2p/classified-ads: Do not inherit l10n.eclass.
No l10n_* functions are being called, and the eclass does not contain any code in global scope any more. Package-Manager: Portage-2.3.19, Repoman-2.3.6
Antti Jarvinen · gentoo
net-p2p/classified-ads: version bump to upstream version 0.12.
Package-Manager: Portage-2.3.13, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/6398
Michael Palimaka · gentoo
net-p2p/classified-ads: remove bogus dev-qt/qt-mobility dependency
This affected ebuild is Qt 5-based, while qt-mobility is Qt 4-based. This would have caused a segfault if both were loaded at the same time. Closes: https://bugs.gentoo.org/626234 Package-Manager: Portage-2.3.6, Repoman-2.3.3
Michael Palimaka · gentoo
net-p2p/classified-ads: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Antti Jarvinen · gentoo
net-p2p/classified-ads: version bump to 0.11.
Bugfixes and OpenSSL 1.1 API changes. Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1831 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Göktürk Yüksek · gentoo
net-p2p/classified-ads: add missed DEPEND on gettext for 0.10
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1473 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Ian Delaney · gentoo
net-p2p/classified-ads: add missed '>> /dev/null'to pushd popd
Package-Manager: portage-2.2.28
Ian Delaney · gentoo
net-p2p/classified-ads: v0.10 version bump
added locally due to tech difficulties of applying the 3 commits in the one patch from https://github.com/gentoo/gentoo/pull/1406, submitted by user maintianer, which reports full history of the changes and input leading to this vn. bump - deps upgraded - testsuite upgraded - refinements to basic code and to selection of phases to build and install the package. Closes Pull request: https://github.com/gentoo/gentoo/pull/1406 Package-Manager: portage-2.2.28
Ian Delaney · gentoo
Revert "net-p2p/classified-ads: version bump: v0.10"
This reverts commit 3ae2461de34ec9ec29c797260e54f8c6e11808a7.
Ian Delaney · gentoo
Revert "net-p2p/classified-ads: Classified ads v0.10 version bump. - changed way how test suite is run and fixed 2 unit tests."
This reverts commit a7a6d00357859094ff31fcbaf4eba09de9360022.
Ian Delaney · gentoo
Revert "net-p2p/classified-ads: v0.10 version bump. Changes dependency qt4->qt5, has EAPI=6."
This reverts commit 37e876bc29f2c811383c3d0fdc8d7478ecab9578.
Antti Jarvinen · gentoo
net-p2p/classified-ads: v0.10 version bump. Changes dependency qt4->qt5, has EAPI=6.
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1327 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Antti Jarvinen · gentoo
net-p2p/classified-ads: Classified ads v0.10 version bump. - changed way how test suite is run and fixed 2 unit tests.
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1327 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Antti Jarvinen · gentoo
net-p2p/classified-ads: version bump: v0.10
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1327 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/operatornormal/gentoo_bug_568874'
Pull request: https://github.com/gentoo/gentoo/pull/500
Antti Jarvinen · gentoo
net-p2p/classified-ads: Bug 568874 - use correct qmake version
Due to comments at https://github.com/gentoo/gentoo/pull/500 simplified src_test somewhat. Tried out with sandbox and without, with failing test case and all-passing case: seems to work. Package-Manager: portage-2.2.20.1
Antti Jarvinen · gentoo
net-p2p/classified-ads: Fix bug 568874 - use correct qmake version
Changes due to comments at https://github.com/gentoo/gentoo/pull/500 Package-Manager: portage-2.2.20.1
Antti Jarvinen · gentoo
net-p2p/classified-ads: Fix bug 568874 - use correct qmake version
Modifies so ebuild so that it uses same version of qmake with test suite as it used with rest of the software. This includes also fix for bug 563606 where miniupnpc version bumb changed the API making classified-ads to not compile any more. Reported-By: Michael Palimaka <kensington@gentoo.org> Package-Manager: portage-2.2.20.1
Ian Delaney · gentoo
net-p2p/classified-ads: bump -> -0.09, ebuild by proxy maintainer
Gentoo bug: #560778 Package-Manager: portage-2.2.20.1
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed