summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-05-29 15:07:58 +0200
committerUlrich Müller <ulm@gentoo.org>2023-05-29 15:07:58 +0200
commit8db624245bc7ac34712017a70c056abe9d4a60cf (patch)
tree23c340d027ffd57e97331f5359090a17d25dc8f3 /pms.bib
parentpkg-mgr-commands.tex: Drop CONF_LIBDIR* and DEFAULT_ABI (diff)
downloadpms-8db624245bc7ac34712017a70c056abe9d4a60cf.tar.gz
pms-8db624245bc7ac34712017a70c056abe9d4a60cf.tar.bz2
pms-8db624245bc7ac34712017a70c056abe9d4a60cf.zip
pms.bib: Use @techreport entry type for GLEPs
This is a slightly better fit than @manual. Also, change citation keys to lowercase. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'pms.bib')
-rw-r--r--pms.bib35
1 files changed, 25 insertions, 10 deletions
diff --git a/pms.bib b/pms.bib
index 014b643..bef07c1 100644
--- a/pms.bib
+++ b/pms.bib
@@ -1,38 +1,53 @@
-@manual{Glep37,
+@techreport{glep37,
author = {Jason Stubbs},
- title = {{GLEP} 37: Virtuals deprecation},
+ title = {Virtuals deprecation},
+ type = {GLEP},
+ number = 37,
+ institution = {Gentoo Linux},
year = 2006,
month = Sep,
url = {https://www.gentoo.org/glep/glep-0037.html}
}
-@manual{Glep44,
+@techreport{glep44,
author = {Marius Mauch},
- title = {{GLEP} 44: Manifest2 format},
+ title = {{Manifest2} format},
+ type = {GLEP},
+ number = 44,
+ institution = {Gentoo Linux},
year = 2006,
month = Sep,
url = {https://www.gentoo.org/glep/glep-0044.html}
}
-@manual{Glep55,
+@techreport{glep55,
author = {Piotr Jaroszyński},
- title = {{GLEP} 55: Use {EAPI}-suffixed ebuilds},
+ title = {Use {EAPI}-suffixed ebuilds},
+ type = {GLEP},
+ number = 55,
+ institution = {Gentoo Linux},
year = 2009,
month = May,
url = {https://www.gentoo.org/glep/glep-0055.html}
}
-@manual{Glep68,
+@techreport{glep68,
author = {Michał Górny},
- title = {{GLEP} 68: Package and category metadata},
+ title = {Package and category metadata},
+ type = {GLEP},
+ number = 68,
+ institution = {Gentoo Linux},
year = 2022,
month = Oct,
url = {https://www.gentoo.org/glep/glep-0068.html}
}
-@manual{Glep74,
+@techreport{glep74,
author = {Michał Górny and Robin Hugh Johnson and Ulrich Müller},
- title = {{GLEP} 74: Full-tree verification using Manifest files},
+ title = {Full-tree verification using {Manifest} files},
+ type = {GLEP},
+ number = 74,
+ institution = {Gentoo Linux},
year = 2022,
month = Oct,
url = {https://www.gentoo.org/glep/glep-0074.html}