diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-01-18 13:40:09 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-01-18 13:40:25 +0100 |
commit | 17161318bd4f07816f41658b5881e9df9c99743f (patch) | |
tree | 44dfae6a569a632c8ed7de299a3b9cb04455df39 /app-doc/devmanual | |
parent | x11-plugins/vicious: remove old (diff) | |
download | gentoo-17161318bd4f07816f41658b5881e9df9c99743f.tar.gz gentoo-17161318bd4f07816f41658b5881e9df9c99743f.tar.bz2 gentoo-17161318bd4f07816f41658b5881e9df9c99743f.zip |
app-doc/devmanual: Add note how to make the tarball
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-doc/devmanual')
-rw-r--r-- | app-doc/devmanual/devmanual-0_pre20210118.ebuild | 1 | ||||
-rw-r--r-- | app-doc/devmanual/devmanual-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-doc/devmanual/devmanual-0_pre20210118.ebuild b/app-doc/devmanual/devmanual-0_pre20210118.ebuild index 426aae61845f..1170493b93eb 100644 --- a/app-doc/devmanual/devmanual-0_pre20210118.ebuild +++ b/app-doc/devmanual/devmanual-0_pre20210118.ebuild @@ -13,6 +13,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/devmanual.git" else + # "make dist" in devmanual repo SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" S="${WORKDIR}/${PN}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild index 426aae61845f..1170493b93eb 100644 --- a/app-doc/devmanual/devmanual-9999.ebuild +++ b/app-doc/devmanual/devmanual-9999.ebuild @@ -13,6 +13,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/devmanual.git" else + # "make dist" in devmanual repo SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" S="${WORKDIR}/${PN}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" |