summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* stardict.eclass: stop optionally depending on stardictEli Schwartz2024-05-061-4/+1
| | | | | | | | | Since commit cb140e2e6bf42b5ca7f88f53afd2806c252a6ac4 it hasn't been available and was in fact removed for being completely dead. There's no real point in asking for it in the eclass. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* stardict.eclass: inline mirror://sourceforgeLucio Sauer2024-04-301-2/+2
| | | | | | | bump copyright to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Revert "stardict.eclass: Mark @DEAD"Matt Turner2023-05-161-1/+0
| | | | | | | This reverts commit 7a0a0ebb526cce917c052f540037ba0519a20c42. Bug: https://bugs.gentoo.org/905901 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* stardict.eclass: Mark @DEADMatt Turner2023-05-111-0/+1
| | | | | | Bug: https://bugs.gentoo.org/905901 Closes: https://github.com/gentoo/gentoo/pull/30923 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* stardict.eclass: Quote argument of ":" commandUlrich Müller2023-03-261-4/+4
| | | | | | This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* stardict.eclass: remove EAPI 6 and 7David Seifert2022-07-311-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/26681 Signed-off-by: David Seifert <soap@gentoo.org>
* stardict.eclass: cleanupsDavid Seifert2022-07-311-13/+25
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* stardict.eclass: add EAPI 8David Seifert2022-07-311-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* stardict.eclass: Fix incorrect start tagMichał Górny2021-09-211-2/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* stardict.eclass: fix remaining USE=gzip referenceSam James2021-07-221-1/+1
| | | | | | Fixes: 0c35580f8e9a728965508cd9c0824e2b54c02df5 Closes: https://bugs.gentoo.org/803425 Signed-off-by: Sam James <sam@gentoo.org>
* stardict.eclass: Rename IUSE=gzip->zlibMatt Turner2021-07-201-2/+2
| | | | | | | | | | The flag actually controls a dependency on app-arch/gzip, but you already have that too. Name the flag IUSE=zlib so it'll be enabled by default. Signed-off-by: Matt Turner <mattst88@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21558 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* stardict.eclass: [QA] add EAPI guard, add basic eclassdocSam James2021-06-201-14/+28
| | | | | | | | | * Declare supported EAPIs as: [QA] 6, 7 * Add inherit guards to die on unsupported/untested EAPIs * Add guard to prevent multiple inherits Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-8/+5
| | | | | | | | | | | Revert multiple meaningless eclass documentation changes, notably adding a lot of placeholders and documenting implementation details. These changes were aimed at silencing (valid) documentation warnings without actually providing valuable documentation to the end users. While some of these changes were beneficial, it would take a lot of effort to review them all and the author is unwilling to fix his mistakes. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* eclass/stardict: fixup documentationAaron Bauman2020-12-151-6/+9
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+60
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