summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-plugins/pidgin-gnome-keyring: keyword ~riscvYixun Lan2021-09-091-1/+1
| | | | | Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* x11-plugins/pidgin-gnome-keyring: drop 2.0Marek Szuba2021-05-262-58/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-plugins/pidgin-gnome-keyring: amd64 stable wrt bug #791937Agostino Sarubbo2021-05-261-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-plugins/pidgin-gnome-keyring: x86 stable wrt bug #791937Agostino Sarubbo2021-05-251-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-plugins/pidgin-gnome-keyring: fix pkgconfig calls in the MakefileMarek Szuba2021-04-202-0/+61
| | | | | | | | | | | | For some reason upstream has opted to this as `pkg-config foo`, which as reported in Bug #784323 does not always (I still cannot reproduce it on my end) work as it should. Do it the proper Make way, i.e. with $(shell pkg-config foo). While at it, bump the package to EAPI 7. Closes: https://bugs.gentoo.org/784323 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-plugins/pidgin-gnome-keyring: respect PKG_CONFIGSam James2021-04-191-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins: Update Manifest hashes.Ulrich Müller2017-12-091-1/+1
|
* x11-plugins/pidgin-gnome-keyring: Stable on amd64Manuel Rüger2017-10-261-1/+1
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* x11-plugins/pidgin-gnome-keyring: x86 stable (bug #626792)Thomas Deutschmann2017-10-101-2/+2
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* x11-plugins/pidgin-gnome-keyring: add upstream remote-id to metadataMarek Szuba2016-08-241-0/+3
| | | | Package-Manager: portage-2.3.0
* x11-plugins/pidgin-gnome-keyring: update metadata.Marek Szuba2016-07-291-5/+1
| | | | | | Update maintainer e-mail, remove the g-p-m project. Package-Manager: portage-2.3.0
* x11-plugins/pidgin-gnome-keyring: new ebuild, initial version 2.0Marek Szuba2016-04-294-0/+78
By default Pidgin/Purple store saved passwords in plain text in their configuration files. This plug-in makes it possible to store passwords in a keyring instead. Gentoo-Bug: 581422 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1368